# Gym Art Meets Documentation

## What do you need to do?

### I'm setting up my first meet

You have a competition coming up and you need to get it built in Gym Art Meets. Start here and you'll have a working meet with levels, registration, and scheduling ready to go.

[**Set up your first meet**](https://docs.gymart.org/getting-started/your-first-meet) — Takes about 20 minutes, start to finish.

### I'm switching from another system

If you've been running meets in KScore, KSIS, ProScore, or SportzSoft, you already know how gymnastics scoring works. Gym Art Meets uses the same concepts, organized a bit differently. Most organizers are fully switched over in a single afternoon.

* [Switching from KScore](https://docs.gymart.org/migration/kscore-index)
* [Switching from KSIS](https://docs.gymart.org/migration/index)
* [Switching from ProScore](https://docs.gymart.org/migration/proscore-index)
* [Switching from SportzSoft LiveMeet](https://docs.gymart.org/migration/sportzsoftlivemeet-to-gym-art-meets)

### I'm registering my gymnasts for a meet

You found a meet and you need to get your club's gymnasts signed up and paid for.

[**Register for a meet**](https://docs.gymart.org/registration/index) — Find the meet, add your gymnasts, choose levels, and pay.

### I need to do something specific

Pick your area and find the guide you need.

| I want to...                           | Go here                                                                   |
| -------------------------------------- | ------------------------------------------------------------------------- |
| Manage my club, gymnasts, or coaches   | [Club management](https://docs.gymart.org/club-management/index)          |
| Create or configure a meet             | [Meet setup](https://docs.gymart.org/meet-setup/index)                    |
| Set up levels and scoring rules        | [Levels](https://docs.gymart.org/levels/index)                            |
| Configure age groups or subdivisions   | [Competitions](https://docs.gymart.org/competitions/index)                |
| Set up sessions, rotations, and squads | [Scheduling](https://docs.gymart.org/scheduling/index)                    |
| Enter scores or set up judges          | [Scoring](https://docs.gymart.org/scoring/index)                          |
| Use the Judge's Companion app          | [Judge's Companion guide](https://docs.gymart.org/judges-companion/index) |
| View or export results                 | [Results](https://docs.gymart.org/results/index)                          |
| Project scores on a TV or projector    | [Projector display](https://docs.gymart.org/projector/index)              |
| Upload or assign floor music           | [Music](https://docs.gymart.org/music/index)                              |
| Understand a term                      | [Glossary](https://docs.gymart.org/getting-started/glossary)              |


---

# 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/getting-started/readme.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.
