> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/judges-companion/index.md).

# Judges Companion - User Guide

> A use-case-driven guide for judges using the Judges Companion mobile app during competition.

## Getting started

1. [Sign in with a QR code](/judges-companion/index/sign-in-qr-code.md)
2. [Find your rotation](/judges-companion/index/find-your-rotation.md)

## Enter scores

Out of the box you enter two numbers per gymnast: the final score and the start value. Several judges can share one tablet and take turns. No judge profiles or apparatus assignment are required.

3. [Enter scores - single tablet](/judges-companion/index/enter-scores-single-tablet.md)
4. [Understand score entry modes](/judges-companion/index/score-entry-modes.md) - change how you enter scores if you want to
5. [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md) - worked examples of each format

## Managing scores

6. [Scratch and unscratch a gymnast](/judges-companion/index/scratch-unscratch.md)
7. [Revoke a score (inquiry / in review)](/judges-companion/index/revoke-score-inquiry.md)
8. [Reset a score completely](/judges-companion/index/reset-score.md)

## Vault

9. [Enter two vault scores](/judges-companion/index/enter-two-vault-scores.md)
10. [Vault calculation examples](/judges-companion/index/vault-calculation-examples.md)

## Trampoline

11. [Enter trampoline scores](/judges-companion/index/enter-scores-trampoline.md)

## Bonus and video

12. [Understand bonus categories](/judges-companion/index/bonus-categories.md)
13. [Record video](/judges-companion/index/record-video.md)

## Advanced: FIG multi-judge panels

For a formal FIG competition you can run a full Difficulty (D) and Execution (E) panel, with each judge on their own device entering only their part of the score. This is optional, and most meets never use it.

14. [Configure judge roles](/judges-companion/index/configure-judge-roles.md)
15. [Enter scores - multiple judges (FIG)](/judges-companion/index/enter-scores-multi-judge.md)

## Other

16. [Change sessions](/judges-companion/index/change-sessions.md)
17. [Score status reference](/judges-companion/index/score-status-reference.md)

***

## Related

* [Enter scores from admin](/scoring/enter-scores-admin.md)
* [Handle vault scoring](/scoring/handle-vault-scoring.md)
* [How does scoring work?](/scoring/index.md)
* [Judges Companion settings reference](/settings-reference/judges-companion-settings.md)


---

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

```
GET https://docs.gymart.org/judges-companion/index.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.
