# Enter scores - multiple judges (FIG)

> In a FIG-style competition, each judge has their own device and enters scores independently.

## Prerequisites

* Each judge has signed in with **only their assigned role** (e.g., D1 on one device, E1 on another). See [Configure judge roles](/judges-companion/index/configure-judge-roles.md).

## How It Works

1. Each judge selects the same rotation and apparatus.
2. Each judge independently taps a gymnast and enters their portion of the score.
3. After entering their value, the judge taps **Submit**.
4. The score status updates in real time for all judges:

* The gymnast turns **In Progress** (yellow) when any judge starts entering.
* The gymnast turns **Submitted** (green) when all expected scores are received.

## The Submission Process

* Each judge's score is submitted independently.
* The system waits for all judges to submit before calculating the final score.
* When multiple E judges submit, the system automatically applies the **trimmed mean** - it removes the highest and lowest deductions and averages the rest.
* The final score appears on the admin scoreboard once all components are in.

> **Important:** Each judge must tap Submit on their own device. Scores are not shared between devices - each judge enters only their own portion.

## Next Steps

* [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md)
* [Scratch and unscratch](/judges-companion/index/scratch-unscratch.md)
* [Revoke a score](/judges-companion/index/revoke-score-inquiry.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/enter-scores-multi-judge.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.
