# Edit gymnast registration data

Sometimes a gymnast's data needs fixing after you've added them. Maybe they moved up a level since you last updated the roster. Maybe a field didn't import correctly. Here's how to update a single gymnast's registration details.

## Prerequisites

* [Gymnasts added to your registration](/registration/add-gymnasts-to-registration.md)

## Steps

1. In the registration sidebar, click **Gymnasts**.
2. Find the gymnast in the list.
3. Click the gymnast's row to open the **Edit Drawer** (a panel that slides in from the side).
4. Update whatever needs changing:
   * **First name / Last name**
   * **Date of birth**
   * **Discipline** (WAG, MAG, etc.)
   * **Level** (must be a level this meet offers)
   * **Additional identifier** (custom ID field)
   * **Custom meet fields** (any extra fields the organizer configured)
5. Click **Save**.

After you save, validation runs again automatically. If the gymnast was previously rejected, check whether their status changes to accepted.

## When you'd use this

* A gymnast has a validation error (wrong level, missing field, age mismatch).
* You imported from CSV and a field mapped incorrectly.
* The gymnast switched levels since your last roster update.

## Good to know

Edits here only affect this meet's registration. They don't change anything in your club roster. To update your roster, see [Edit a gymnast](/club-management/edit-a-gymnast.md).

If you need to fix the same field across many gymnasts, [bulk edit](/registration/bulk-edit-registration-data.md) is faster.

## What's next

* [Bulk edit registration data](/registration/bulk-edit-registration-data.md)
* [Checkout with Stripe](/registration/checkout-with-stripe.md)

## Related

* [Common registration errors](/registration/registration-troubleshooting.md)
* [Registration walkthrough](/registration/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/registration/edit-gymnast-registration-data.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.
