# Adding Your Own Videos and Images

Motion Trainer allows you to customize the experience by using your own **video files** and **fixation graphics**.

There are two easy ways to add new assets

***

## Adding Custom Videos

### Option 1: Drop into the Videos Folder

1. Navigate to the videos assets directory `C:\Users\MRF Users\AppData\Roaming\MotionTrainer\assets\videos`
2. Add your video files here
3. Your video will automatically appear in the **Video File** dropdown on the Settings Page

### Option 2: Use File Browser in the Settings Page

1. On the **Settings Page**, look for the “Choose File” button next to **Video File**
2. Click to open a file browser
3. Select your custom video from anywhere on file system

***

## Adding a Custom Fixation Graphic

To use a custom image instead of the default fixation graphic:

1. On the **Settings Page**, click the **“Choose File”** button next to **Fixation Graphic**
2. Select an image file (recommended: `.png`, `.svg`, `.jpg`)
3. The selected graphic will be used in the **Stay Still** game

***

## Supported File Types

* **Videos:** `.mp4`
* **Images:** `.png`, `.jpg`, `.jpeg`, `.svg`

***


---

# 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.ccv.brown.edu/bnc-user-manual/motion-trainer/motion-trainer-user-guide/adding-your-own-videos-and-images.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.
