# Media

You can add many types of media to your training. This can be video, audio, images, and raw files.

## Video

<figure><img src="/files/TrnpPNCSHEs46TJSkrAA" alt=""><figcaption></figcaption></figure>

Drag a video file into the app or use the builder to add a new video element to upload a video to your course. Once it is added, you can continue to configure it.

### Video Settings

#### Require Full Watch

You can toggle if a video must be watched in full in order for the page tracking to mark a learners page as complete.

#### Disable Skipping

You can toggle if a video can be skipped ahead or not. If skipping is disabled, the learner must watch the video in order from start to finish.

This setting combined with the full watch can allow you to make it very restrictive for learners who might be tempted to skip videos.

#### Captions

Videos can have a caption text added to the bottom.

#### Alt Text

You can add accessibility alt text to any video by clicking on the "Alt" button in the bottom right.

<figure><img src="/files/MFLVapi7fD1yjsnMRzyK" alt=""><figcaption></figcaption></figure>

#### Resizing

Videos can be resized by using the drag handles on the left and right of the video pane.

<figure><img src="/files/4Lcj5SiDc10ijngyXFYp" alt=""><figcaption></figcaption></figure>

## Images

You can add images to your course by using the images builder. They are very similar to videos in that you can:

* resize
* set alt text
* set caption text

## Audio

Audio files can also be added to courses.

<figure><img src="/files/lGvL36v4UpmsMzYGIIXG" alt=""><figcaption></figcaption></figure>

Like videos, you can toggle some experience settings.

<figure><img src="/files/wZfbRFsoG51u2fBRfH5F" alt=""><figcaption></figcaption></figure>

#### Require Full Listen

Does the learner have to listen to the entire audio.

#### Disable Skipping

Can the learner skip from spot to spot in the audio.

#### Auto Play

This will play the auto immediately as an overlay on the current page. It is useful if you want some audio text to accompany images or other content.

## Files

You can also add arbitrary files to your course. These are good to share reference materials or use for attestation purposes.


---

# Agent Instructions: 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:

```
GET https://docs.itsaffinity.com/product-guides/lms-authoring/editor-overview/media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
