# 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)
3. [Configure judge roles](/judges-companion/index/configure-judge-roles.md)

## Entering Scores

4. [Understand score entry modes](/judges-companion/index/score-entry-modes.md)
5. [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md)
6. [Enter scores - single tablet](/judges-companion/index/enter-scores-single-tablet.md)
7. [Enter scores - multiple judges (FIG)](/judges-companion/index/enter-scores-multi-judge.md)

## Managing Scores

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

## Vault

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

## Bonus & Video

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

## Other

15. [Change sessions](/judges-companion/index/change-sessions.md)
16. [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)


---

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