# Revoke a score (inquiry / in review)

> Put a score in review when it needs to be revised - for example, after an inquiry from a coach.

## To Put a Score In Review

1. Find the gymnast whose score needs revision in the list.
2. Tap the **Revoke** button.
3. Select **Put In Review**.
4. The score status changes to **In Review** (amber).

## What Happens When a Score is In Review

* All connected devices and the admin scoreboard are **notified** that the score is under inquiry.
* The judge can now edit and re-enter the corrected score.
* Once the corrected score is submitted, the status returns to **Submitted**.
* On the **final scoreboard**, the score displays with a **star (★)** symbol after resubmission, indicating it was reviewed.

> **Note:** The In Review status is visible to everyone - coaches, audience displays, and admin. This is intentional to communicate that an inquiry is being processed.

## When to Use In Review vs. Reset

| Situation                                | Action                                                                   |
| ---------------------------------------- | ------------------------------------------------------------------------ |
| Score needs a correction after inquiry   | **In Review** - edit and resubmit                                        |
| Score data is corrupted or unexplainable | [**Reset**](/judges-companion/index/reset-score.md) - start from scratch |

## Related

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