# Add gymnasts to registration

You've found a meet and reviewed its details. Now it's time to get your gymnasts into the registration. You can pull them from your club roster (fastest) or add them one at a time.

## Prerequisites

* [Find and select a meet](/registration/find-a-meet.md)
* Gymnasts in your club roster. If your roster is empty, [import gymnasts from a CSV](/club-management/import-gymnasts-csv.md) or [add them individually](/club-management/add-one-gymnast.md) first.

## Option A: Import from your club roster (recommended)

1. In the registration sidebar, click **Gymnasts**.
2. Click **Import from Club**.
3. You'll see your full club roster, minus anyone already registered for this meet.
4. Use the filters (discipline, level, year) to narrow the list.
5. Check the boxes next to the gymnasts you want to register.
6. Make sure each gymnast's level and discipline match what the meet offers.
7. Click **Add**.

## Option B: Add a gymnast manually

1. In the registration sidebar, click **Gymnasts**.
2. Use the inline form to enter the gymnast's first name, last name, discipline, level, and date of birth.
3. Fill in any custom fields the meet requires.
4. Click **Add**.

## What happens after you add them

Gym Art Meets validates each gymnast against the meet's rules as soon as they're added. You'll see one of three statuses:

* **Accepted** means everything checks out.
* **Waitlisted** means the level or meet capacity is full. If the organizer enabled a waitlist, your gymnast is in line.
* **Rejected** means something failed validation (wrong age, missing fields, invalid level). Check the [troubleshooting guide](/registration/registration-troubleshooting.md) for how to fix it.

If something needs fixing, you can [edit a single gymnast](/registration/edit-gymnast-registration-data.md) or [update many at once with bulk edit](/registration/bulk-edit-registration-data.md).

## What's next

* [Add coaches](/registration/add-coaches-to-registration.md) (optional)
* [Edit gymnast data](/registration/edit-gymnast-registration-data.md) if anything needs fixing
* [Checkout with Stripe](/registration/checkout-with-stripe.md) or [checkout offline](/registration/checkout-offline.md) to pay and submit

## Related

* [Registration walkthrough](/registration/index.md)
* [CSV template and format](/club-management/csv-template-and-format.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/registration/add-gymnasts-to-registration.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.
