> 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/registro/edit-gymnast-registration-data.md).

# Editar los datos de registro de la gimnasta

A veces, los datos de una gimnasta necesitan arreglos después de haberla añadido. Tal vez subió de nivel desde la última vez que actualizaste la lista. Tal vez un campo no se importó bien. Aquí te mostramos cómo actualizar los detalles de registro de una sola gimnasta.

## Prerrequisitos

* [Gimnastas añadidas a tu registro](/gym-art-meets-es/registro/add-gymnasts-to-registration.md)

## Pasos

1. En la barra lateral de registro, haz clic en **Inscripciones a eventos**.
2. Encuentra a la gimnasta en la lista.
3. Haz clic en la fila de la gimnasta para abrir el **Panel para editar** (un panel que se desliza desde un lado).
4. Actualiza lo que necesite cambios:
   * **Nombre / Apellido**
   * **Fecha de nacimiento**
   * **Disciplina** (WAG, MAG, etc.)
   * **Nivel** (debe ser un nivel que ofrezca esta reunión)
   * **Identificador adicional** (campo de ID personalizado)
   * **Campos personalizados de la reunión** (cualquier campo extra que haya configurado el organizador)
5. Haz clic en **guardar**.

Después de guardar, la validación se ejecuta de nuevo automáticamente. Si la gimnasta fue rechazada antes, comprueba si su estado cambia a aprobado.

## Cuándo usar esto

* Una gimnasta tiene un error de validación (nivel incorrecto, campo faltante, edad que no coincide).
* Importaste desde CSV y un campo se asignó mal.
* La gimnasta cambió de nivel desde la última actualización de la lista.

## Conviene saber

Los cambios aquí solo afectan al registro de esta reunión. No cambian nada en la lista de tu club. Para actualizar tu lista, consulta [Editar una gimnasta](/gym-art-meets-es/gestion-del-club/edit-a-gymnast.md).

Si necesitas arreglar el mismo campo en muchas gimnastas, [editar en masa](/gym-art-meets-es/registro/bulk-edit-registration-data.md) es más rápido.

## Qué sigue

* [Editar datos de registro en masa](/gym-art-meets-es/registro/bulk-edit-registration-data.md)
* [Pagar con Stripe](/gym-art-meets-es/registro/checkout-with-stripe.md)

## Relacionado

* [Errores comunes de registro](/gym-art-meets-es/registro/registration-troubleshooting.md)
* [Guía paso a paso del registro](/gym-art-meets-es/registro/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/registro/edit-gymnast-registration-data.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.
