> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/results/index.md).

# Results

> View rankings, publish live scores, and export results.

After scores are entered and verified, results are calculated automatically. You can view them live during competition or export them afterward.

## Steps

1. [**View rankings**](/results/view-rankings.md) - See how gymnasts rank by apparatus and all-around
2. [**Publish live scores**](/results/publish-live-scores.md) - Enable real-time score visibility
3. [**Export results as PDF**](/results/export-results-pdf.md) - Download results for printing or sharing

## How Rankings Work

Rankings are calculated from verified scores:

* **Per-apparatus rankings** - Ranking by individual apparatus score
* **All-around rankings** - Sum of all apparatus scores
* **Vault decisions** - All-around totals respect the vault scoring decision (one vault, average, or best)

Rankings are grouped by level and discipline.

## Related

* [How does scoring work?](/scoring/index.md)
* [Export scores](/scoring/export-scores.md)
* [Handle vault scoring](/scoring/handle-vault-scoring.md)
* [Scheduling, results, and projector settings reference](/settings-reference/scheduling-results-projector-settings.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/index.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.
