# Enter scores - single tablet

> When one person enters all scores for all judges on a single device.

## Prerequisites

* You have selected **all judge roles** (D1, E1, E2, etc.) during [role configuration](/judges-companion/index/configure-judge-roles.md).

## Steps

1. From the gymnast list, tap a gymnast.
2. The score entry screen shows **all fields** for all selected roles:

* **Difficulty section:** Difficulty value, start value bonus, neutral deductions, final score bonus (depending on session configuration).
* **Execution section:** One field per execution judge (E1, E2, E3, etc.).

3. Enter all values as provided by each judge.
4. Tap **Submit** to record the score.
5. The gymnast's status changes to **Submitted** (green) in the list.
6. Move to the next gymnast.

## Tips

* You can enter scores in any order - you do not need to follow the gymnast list order.
* If you need to correct a submitted score, see [Revoke a score](/judges-companion/index/revoke-score-inquiry.md) or [Reset a score](/judges-companion/index/reset-score.md).
* The fields you see depend on the [score entry mode](/judges-companion/index/score-entry-modes.md) configured for the session.

## Next Steps

* [Score entry mode examples](/judges-companion/index/score-entry-mode-examples.md)
* [Scratch and unscratch](/judges-companion/index/scratch-unscratch.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/enter-scores-single-tablet.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.
