# Edit a gymnast

A gymnast changed levels, their name was misspelled, or their date of birth was wrong. You need to fix it. Here's how.

## Prerequisites

* The gymnast is already in your roster. If not, [add them first](/club-management/add-one-gymnast.md) or [import via CSV](/club-management/import-gymnasts-csv.md).

## Steps

1. From your Club Dashboard, click **Gymnasts** in the sidebar.
2. Find the gymnast in the list. You can use the search bar or scroll.
3. Click on the gymnast to open the edit view.
4. Update whatever needs changing: name, date of birth, discipline, level, additional identifier, or custom fields.
5. Click **Save**.

Done.

## One thing to watch out for

Changes you make here update your **club roster**. They do not automatically flow through to meets the gymnast is already registered for. If you've already registered this gymnast for a meet, you'll need to [edit their registration data](/registration/edit-gymnast-registration-data.md) separately.

If you need to update many gymnasts at once, re-importing via [CSV](/club-management/import-gymnasts-csv.md) is faster than editing them one by one.

## What's next

* [Remove a gymnast](/club-management/remove-a-gymnast.md)
* [Edit registration data](/registration/edit-gymnast-registration-data.md)

## Related

* [Add a gymnast](/club-management/add-one-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/edit-a-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.
