> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/gym-art-meets-es/gestion-del-club/edit-a-gymnast.md).

# Editar una gimnasta

Una gimnasta cambió de nivel, su nombre estaba mal escrito o su fecha de nacimiento era incorrecta. Debes corregirlo. Así es cómo.

## Requisitos previos

* La gimnasta ya está en tu lista. Si no, [agrégala primero](/gym-art-meets-es/gestion-del-club/add-one-gymnast.md) o [importar mediante CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md).

## Pasos

1. Desde tu panel del club, haz clic en **Gimnastas** en la barra lateral.
2. Encuentra a la gimnasta en la lista. Puedes usar la barra de búsqueda o desplazarte.
3. Haz clic en la gimnasta para abrir la vista de edición.
4. Actualiza lo que necesite cambiar: nombre, fecha de nacimiento, disciplina, nivel, identificador adicional o campos personalizados.
5. Haz clic en **Guardar**.

Listo.

## Una cosa a tener en cuenta

Los cambios que hagas aquí actualizan la lista del **club**. No se aplican automáticamente a las reuniones para las que la gimnasta ya está registrada. Si ya registraste a esta gimnasta para una reunión, tendrás que [editar sus datos de registro](/gym-art-meets-es/registro/edit-gymnast-registration-data.md) por separado.

Si necesitas actualizar a muchas gimnastas a la vez, volver a importar mediante [CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md) es más rápido que editarlas una por una.

## Qué sigue

* [Eliminar una gimnasta](/gym-art-meets-es/gestion-del-club/remove-a-gymnast.md)
* [Editar datos de registro](/gym-art-meets-es/registro/edit-gymnast-registration-data.md)

## Relacionado

* [Agregar una gimnasta](/gym-art-meets-es/gestion-del-club/add-one-gymnast.md)
* [Resumen de gestión del club](/gym-art-meets-es/gestion-del-club/index.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gymart.org/gym-art-meets-es/gestion-del-club/edit-a-gymnast.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
