# Reset a score completely

> Use a full reset as a last resort when a score cannot be corrected through normal editing.

## When to Use a Full Reset

* The score data appears corrupted or incorrect and you cannot identify the cause.
* You need to start the entire score entry from scratch.
* Edits or partial corrections are not resolving the problem.

## Steps

1. Find the gymnast in the list.
2. Tap the **Revoke** button.
3. Select **Reset Score**.
4. Confirm the reset in the dialog.
5. The score is completely cleared - all difficulty, execution, and bonus values are removed.
6. The gymnast's status returns to **Not Started**.
7. Re-enter the score from the beginning as if it were a new entry.

> **Warning:** A full reset cannot be undone. All previously entered data for that score is permanently removed. Only use this as a last resort.

## Reset vs. In Review

| Action        | What It Does                                      | Reversible?             |
| ------------- | ------------------------------------------------- | ----------------------- |
| **In Review** | Keeps score data, allows editing and resubmission | Yes - edit and resubmit |
| **Reset**     | Deletes all score data, returns to Not Started    | No - data is gone       |

If you just need to correct a value, use [Revoke (In Review)](/judges-companion/index/revoke-score-inquiry.md) instead.

## Related

* [Revoke a score (inquiry)](/judges-companion/index/revoke-score-inquiry.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/reset-score.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.
