# View rankings

> See gymnast rankings by apparatus and all-around.

## Prerequisites

* [Scores must be entered](/scoring/enter-scores-judges-companion.md) for the session.

## Steps

You want to see who's winning. Here's where to look.

1. From the meet admin, go to the **Leaderboard** section.
2. Select:
   * **Level** - Which competition level to view
   * **Apparatus** - Specific apparatus or all-around
   * **Vault decision** - For all-around, choose the vault scoring rule (one vault, average, or best)
3. The ranked list shows each gymnast's name, club, per-apparatus scores (start value and final score), all-around total, and placement.

## Real-time updates

The leaderboard updates in real time as new scores come in. You can keep it open during competition to track progress without refreshing.

## Vault score dropdown

For all-around rankings, the vault decision dropdown lets you toggle between:

* **One Vault Only** - Uses first vault only
* **Two Vault Average** - Uses average of both vaults
* **Two Vault Best** - Uses best of both vaults

This changes the all-around total calculation in real time, so you can compare scenarios before finalizing.

## What's next

* [Publish live scores](/results/publish-live-scores.md) - Let spectators see results too
* [Export results as PDF](/results/export-results-pdf.md) - Download for printing or records

## Related

* [Handle vault scoring](/scoring/handle-vault-scoring.md)
* [How do I view and publish results?](/results/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/results/view-rankings.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.
