# Add one gymnast

You have a gymnast to add to your roster. Maybe a new athlete, maybe someone you missed during import. Here's how to add them one at a time.

This takes about 30 seconds per gymnast.

## Prerequisites

* You have a club in Gym Art Meets. If not, [create one first](/club-management/create-a-club.md).

## Steps

1. From your Club Dashboard, click **Gymnasts** in the sidebar.
2. Click **Add One** in the top action bar.
3. Fill in the form:
   * **First name** (required)
   * **Last name** (required)
   * **Date of birth** (required)
   * **Discipline** such as WAG, MAG, etc. (required)
   * **Level** for the gymnast's current competitive level
   * **Additional identifier** if your club uses internal IDs
   * **Custom fields** for anything else your club tracks
4. Click **Save**.

The gymnast shows up in your roster right away and is ready for meet registration.

## When to use this vs. CSV import

If you're adding one, two, maybe three gymnasts, this is the way to go. If you have more than that, [CSV import](/club-management/import-gymnasts-csv.md) will save you a lot of clicking.

## What's next

* [Register for a meet](/registration/index.md) - Get this gymnast into a competition
* [Upload floor music](/music/upload-music.md) - Add their music files
* [Import gymnasts via CSV](/club-management/import-gymnasts-csv.md) - For bulk additions

## Related

* [Edit a gymnast](/club-management/edit-a-gymnast.md)
* [Club management overview](/club-management/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/club-management/add-one-gymnast.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.
