# Enter two vault scores

> Vault is unique - gymnasts may perform two vaults. How the two scores combine depends on the competition's configuration.

## Vault Scoring Decisions

The meet organizer configures one of three decisions per level:

| Decision              | Description                                      |
| --------------------- | ------------------------------------------------ |
| **One Vault Only**    | Only the first vault counts.                     |
| **Two Vault Average** | The final score is the average of both vaults.   |
| **Two Vault Best**    | The final score is the better of the two vaults. |

## Entering the Scores

1. Enter the **first vault** score as normal (difficulty, execution, bonuses).
2. Tap **Submit** for the first vault.
3. Tap **Add Second Vault**.
4. Enter the **second vault** score (difficulty, execution, bonuses).
5. Tap **Submit** for the second vault.

## Scratching Vault Scores

| Scenario                         | What to Do                                                                                           |
| -------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Gymnast does not compete at all  | Scratch the **first vault**. This scratches the entire vault event.                                  |
| Gymnast completes only one vault | Leave the second vault unscored, or scratch **only the second vault**. The first vault score stands. |
| Both vaults need to be scratched | Scratch the **first vault**. Both vaults are scratched together.                                     |

> **Tip:** You only need to scratch the first vault to scratch everything. To scratch just the second vault, scratch it independently - the first vault remains valid.

For calculation examples, see [Vault calculation examples](/judges-companion/index/vault-calculation-examples.md).

For how bonuses apply on vault, see [Bonus categories](/judges-companion/index/bonus-categories.md).

## Related

* [Vault calculation examples](/judges-companion/index/vault-calculation-examples.md)
* [Bonus categories](/judges-companion/index/bonus-categories.md)
* [Record video](/judges-companion/index/record-video.md) (recording both vault videos)
* [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/enter-two-vault-scores.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.
