> For the complete documentation index, see [llms.txt](https://ccsdrupalguide.uoguelph.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ccsdrupalguide.uoguelph.ca/accessiblecontentguide/audio-video.md).

# Audio & Video

If you are using video or audio clips on a web page, there are several criteria to consider, such as captioning and audio description of the video. Audio description is an extra track explaining what happens on the screen to visually impaired users. If you are not able to provide audio description for you videos, then give an alternative in the form of a transcript that is uploaded or linked to from the page. Be aware that without audio descriptions, your site cannot be Level AA-compliant, only Level A-compliant. If the content is solely visual (no sound) or only audio (no visual), then a text version is an accepted alternative on both levels.

## The University's position on web video is:

* Web accessibility comes first and foremost when using videos. This means that there must always be a transcript and closed captioning on any video on your site. Find [Tips for Video Accessibility here](https://uoguelphca.sharepoint.com/sites/DARC/SitePages/Video.aspx).
* It is okay to use youtube videos on your site. Use the embed code provided under the video you're trying to add. First click "share", then click "embed" and copy the HTML there.
* Remember to include a video transcript next to each video. Please refer to [Multimedia Resources](https://uoguelphca.sharepoint.com/sites/DARC/SitePages/Multimedia-Resources.aspx) to find instructions on editing and creating video captions and transcripts


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ccsdrupalguide.uoguelph.ca/accessiblecontentguide/audio-video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
