> 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/scoring/enter-scores-judges-companion.md).

# Enter scores (Judge's Companion)

> The simple way judges enter scores during competition, plus the optional FIG panel setup.

The Judges Companion app is how most scoring happens on competition day. Out of the box it is simple: open the app, pick a gymnast, and enter two numbers - the final score and the start value. Several judges can share one tablet and take turns. You do not need to set up judge profiles or assign judges to apparatus.

## Prerequisites

* The Judges Companion app is installed on the device (iPhone, Android, or a web browser), or you have the meet open in the app.
* Your session has gymnasts. That is it - no judge profiles required.

## Enter a score (the simple way)

1. Open the Judges Companion app and open your meet. If the organizer gave you a QR code you can scan it; otherwise log in and pick the meet.
2. Choose your **rotation** and **apparatus**.
3. Tap a gymnast to open the score entry screen.
4. Enter the **final score** and the **start value**. Add any bonus if your meet uses one.
5. Tap **Review score** to open the confirmation screen, check the numbers, then tap **Finalize Score** to submit.

That is the whole loop. Hand the tablet to the next judge, or move to the next gymnast. Scores flow to the leaderboard in real time. If you made a mistake, you can **revoke** the score and re-enter it.

## Change how you enter scores

By default you enter the final score and a single start value. If your panel works differently, each judge can change their own format in **Judge Setup** - for example, entering individual deductions from 10.0, or a separate D score with bonuses split out. See [Score entry modes](/judges-companion/index/score-entry-modes.md) for the four formats and [worked examples](/judges-companion/index/score-entry-mode-examples.md).

## Second vault

For vault events with two attempts:

1. Enter and submit the first vault score as normal.
2. Tap **Enter Score** to enter the second attempt.
3. Enter the second vault's scores, then submit.

Both vaults are tracked together. See [Handle vault scoring](/scoring/handle-vault-scoring.md) for how the system decides which score counts toward all-around.

## Advanced: FIG multi-judge panel

For a formal FIG competition you can run a full panel, with each judge on their own device entering only their part of the score. This needs [judge profiles](/scoring/set-up-judge-profiles.md) and [apparatus assignments](/scoring/assign-judges-to-apparatus.md), and each judge selects their **role** (D1, E1 through E7, or VR) when they sign in.

* **D1 (Difficulty):** Enter the difficulty value, neutral deductions, and any bonus. The app calculates the start value from your entries.
* **E judges (E1 through E7):** Enter execution deductions from 10.0. When four or more E judges score the same routine, the app removes the highest and lowest deductions and averages the rest; with three or fewer E judges, it averages all of them.
* **VR (Video Recorder):** Record the routine; the video links to the gymnast and apparatus automatically. The Video Recorder switch is available on the mobile app only, not on web.

See [Enter scores - multiple judges (FIG)](/judges-companion/index/enter-scores-multi-judge.md) for the full panel workflow.

## Score status after entry

| Status          | What it means                                   |
| --------------- | ----------------------------------------------- |
| **Not Started** | No score has been entered                       |
| **In Progress** | The judge started entering but hasn't submitted |
| **Submitted**   | The score is in and visible to the admin        |
| **In Review**   | The admin is checking the score for accuracy    |
| **Scratch**     | The gymnast did not compete                     |

## Visual guides

Detailed process diagrams for each judge role are available on Figma:

* [Scoring process overview](https://www.figma.com/board/5rj9atzlrbfoou0qzYpVl6/)
* [Difficulty judge flow](https://www.figma.com/board/8FZnfDuLmLyFEnT0U30Zmw/)
* [Execution judge flow](https://www.figma.com/board/VomIEoVwlay96cG7hkhn5Q/)
* [Video recorder flow](https://www.figma.com/board/CEWMnenpTff49plTvTKriF/)

## What's next

* [Understand score status](/scoring/understand-score-status.md)
* [Handle vault scoring](/scoring/handle-vault-scoring.md)

## Related

* [Enter scores from the admin interface](/scoring/enter-scores-admin.md)
* [How does scoring work?](/scoring/index.md)
* [Configure individual score settings](/levels/individual-score-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/scoring/enter-scores-judges-companion.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.
