# Scratch and unscratch a gymnast

> Scratching marks a gymnast as **did not compete** (DNS / withdrawn). No score is recorded.

## To Scratch a Gymnast

1. From the gymnast list, find the gymnast who did not compete.
2. Tap the **Scratch** button.
3. Confirm the scratch in the dialog.
4. The gymnast's status changes to **Scratch** (red).
5. No score is recorded - the gymnast receives no marks for that apparatus.

## To Unscratch a Gymnast

If a gymnast was scratched by mistake:

1. Find the scratched gymnast in the list (shown in red).
2. Tap the **Unscratch** button.
3. The gymnast's status returns to **Not Started** (gray).
4. You can now enter a score normally.

## Vault-Specific Scratching

For vault events, see [Enter two vault scores](/judges-companion/index/enter-two-vault-scores.md) for details on:

* Scratching both vaults (scratch the first vault)
* Scratching only the second vault (first vault score stands)

## Related

* [Enter two vault scores](/judges-companion/index/enter-two-vault-scores.md)
* [Revoke a score (inquiry)](/judges-companion/index/revoke-score-inquiry.md)
* [Reset a score](/judges-companion/index/reset-score.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/scratch-unscratch.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.
