# Score status reference

> Each gymnast's score has a status that indicates where it is in the scoring process.

## Status Overview

| Status          | Color  | Meaning                                               |
| --------------- | ------ | ----------------------------------------------------- |
| **Not Started** | Gray   | No score has been entered.                            |
| **In Progress** | Yellow | A judge has started entering but has not submitted.   |
| **Submitted**   | Green  | The score is submitted and visible on the scoreboard. |
| **In Review**   | Amber  | The score is under inquiry/review.                    |
| **Scratch**     | Red    | The gymnast did not compete.                          |

## After Resubmission

When a score that was **In Review** is resubmitted, it returns to **Submitted** status. On the final scoreboard, it displays with a **star (★)** symbol to indicate it was reviewed.

## Status Transitions

* **Not Started** → **In Progress**: A judge begins entering a score.
* **In Progress** → **Submitted**: The judge taps Submit.
* **Submitted** → **In Review**: The score is [revoked for inquiry](/judges-companion/index/revoke-score-inquiry.md).
* **In Review** → **Submitted**: The corrected score is resubmitted (shown with ★).
* **Any status** → **Not Started**: The score is [fully reset](/judges-companion/index/reset-score.md).
* **Any status** → **Scratch**: The gymnast is [scratched](/judges-companion/index/scratch-unscratch.md).
* **Scratch** → **Not Started**: The gymnast is [unscratched](/judges-companion/index/scratch-unscratch.md).

## Related

* [Revoke a score (inquiry)](/judges-companion/index/revoke-score-inquiry.md)
* [Reset a score](/judges-companion/index/reset-score.md)
* [Scratch and unscratch](/judges-companion/index/scratch-unscratch.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/score-status-reference.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.
