> 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/add-one-gymnast.md).

# Agregar una gimnasta

Tienes una gimnasta para agregar a tu lista. Tal vez sea una atleta nueva, tal vez alguien que no viste durante la importación. Así es como puedes agregarlas una por una.

Esto tarda unos 30 segundos por gimnasta.

## Requisitos previos

* Tienes un club en Gym Art Meets. Si no, [crea uno primero](/gym-art-meets-es/gestion-del-club/create-a-club.md).

## Pasos

1. Desde tu panel del club, haz clic en **Gimnastas** en la barra lateral.
2. Haz clic en **Agregar una** en la barra de acciones superior.
3. Completa el formulario:
   * **Nombre** (obligatorio)
   * **Apellido** (obligatorio)
   * **Fecha de nacimiento** (obligatorio)
   * **Disciplina** como WAG, MAG, etc. (obligatorio)
   * **Nivel** para el nivel competitivo actual de la gimnasta
   * **Identificador adicional** si tu club usa IDs internos
   * **Campos personalizados** para cualquier otra cosa que tu club registre
4. Haz clic en **Guardar**.

La gimnasta aparece en tu lista de inmediato y queda lista para el registro en la reunión.

## Cuándo usar esto en lugar de la importación CSV

Si vas a agregar una, dos, tal vez tres gimnastas, esta es la mejor opción. Si tienes más que eso, [la importación CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md) te ahorrará muchos clics.

## Qué sigue

* [Registrarse para una reunión](/gym-art-meets-es/registro/index.md) - Poner a esta gimnasta en una competición
* [Subir música de piso](/gym-art-meets-es/musica/upload-music.md) - Agregar sus archivos de música
* [Importar gimnastas mediante CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md) - Para agregaciones en lote

## Relacionado

* [Editar una gimnasta](/gym-art-meets-es/gestion-del-club/edit-a-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/add-one-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.
