# Export scores

> Get your competition results out of the system as PDF, Excel, or CSV for records, printing, awards, or sharing with federations.

The meet is done, scores are verified, and now you need the results in a format you can print, email, or archive. The export tool lets you pull exactly what you need, from a single apparatus to the full all-around across every level.

## Prerequisites

* Scores have been [entered](/scoring/enter-scores-judges-companion.md) and ideally [verified](/scoring/understand-score-status.md).

## Steps

1. From the meet admin, go to the **Leaderboard** or **Results** section.
2. Choose what you want to export:
   * A specific apparatus
   * All-around results
   * A specific level, or all levels at once
3. Click **Export**.
4. Pick your format (PDF, Excel, or CSV).
5. Download the file.

The export runs against the current state of your scores. If you export before all scores are verified, the file will reflect whatever is in the system at that moment.

## What's in the export

Exported results include:

* Gymnast name, club, and level
* Per-apparatus scores: start value, execution, difficulty, and final score
* All-around total
* Rankings and placement
* The vault scoring decision that was applied (if vault is in the competition)

Everything lines up with what you see on the leaderboard. The export is a snapshot of that view in file form.

## Timing your export

You can export at any point during the competition. Partial exports are useful for posting interim results on a projector or handing out preliminary standings. For your final, official results, wait until all scores show a **Verified** status. That way the numbers are locked and accurate.

If you're unsure about vault all-around totals, double-check the [vault scoring decision](/scoring/handle-vault-scoring.md) for each level before exporting. The wrong setting there will throw off all-around calculations.

## Publishing to MeetScoresOnline

If you're pushing final scores to MeetScoresOnline, don't use this page. There's a dedicated **Whole Meet** export tab that produces a CompleteMeet-compatible file. See [Publish to MeetScoresOnline](/scoring/publish-to-meetscoresonline.md).

## What's next

* [View and publish results](/results/index.md)
* [Publish to MeetScoresOnline](/scoring/publish-to-meetscoresonline.md) if your meet is registered on MSO

## Related

* [Understand score status](/scoring/understand-score-status.md)
* [Handle vault scoring](/scoring/handle-vault-scoring.md)
* [How does scoring work?](/scoring/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/scoring/export-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.
