# Record video

> The VR (Video Recorder) role records gymnast routines for later review.

## Prerequisites

* Video recording must be enabled in the session configuration by the meet organizer.
* You have selected **only VR** during [role configuration](/judges-companion/index/configure-judge-roles.md).

## Steps

1. From the gymnast list, tap a gymnast.
2. The app opens the **video recording** interface.
3. Tap **Record** to start recording the routine.
4. Tap **Stop** when the routine is complete.
5. The video is automatically linked to the gymnast and apparatus.
6. The video uploads in the background.

## Recording Two Vault Videos

For vault events:

1. Record the **first vault** as normal.
2. After the first recording completes, the app prompts for the **second vault**.
3. Record the second vault.
4. Both videos are uploaded and linked to the respective vault attempts.

## Tips

* Video uploads happen in the background - you can continue to the next gymnast while uploading.
* If you are exclusively recording, select only the VR role so you do not see score entry fields.
* The video is linked to the gymnast's score record and can be reviewed from the admin interface.

## Related

* [Configure judge roles](/judges-companion/index/configure-judge-roles.md)
* [Enter two vault scores](/judges-companion/index/enter-two-vault-scores.md)

[Back to guide](/judges-companion/index.md)


---

# 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.gymart.org/judges-companion/index/record-video.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.
