> 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/index.md).

# Registro

> Registra a las gimnastas y entrenadores de tu club para una reunión y luego completa el pago.

El registro es el proceso de agregar a tus gimnastas (y, opcionalmente, entrenadores) a una reunión, revisar los precios y requisitos, y pagar. Esto es todo lo que incluye:

**Antes de empezar:**

* Tus gimnastas agregadas al listado de tu club
* La reunión para la que quieres registrarte (usa Buscar una reunión para buscar)
* Aproximadamente 10 minutos por registro

## Pasos

1. [**Encuentra una reunión**](/gym-art-meets-es/registro/find-a-meet.md) - Busca reuniones disponibles desde el panel de tu club
2. [**Revisa los detalles de la reunión**](/gym-art-meets-es/registro/review-meet-details.md) - Revisa fechas, precios, niveles, requisitos de edad y reglas
3. [**Agregar gimnastas**](/gym-art-meets-es/registro/add-gymnasts-to-registration.md) - Importar desde el listado de tu club o agregar manualmente
4. [**Agregar entrenadores**](/gym-art-meets-es/registro/add-coaches-to-registration.md) *(opcional)* - Importar o agregar entrenadores
5. [**Editar datos de registro**](/gym-art-meets-es/registro/edit-gymnast-registration-data.md) - Corregir niveles, campos personalizados o información faltante
6. [**Editar en lote**](/gym-art-meets-es/registro/bulk-edit-registration-data.md) - Actualiza varias gimnastas a la vez
7. [**Pagar con Stripe**](/gym-art-meets-es/registro/checkout-with-stripe.md) o [**pagar fuera de línea**](/gym-art-meets-es/registro/checkout-offline.md) - Completa el pago
8. [**Revisa el estado**](/gym-art-meets-es/registro/check-registration-status.md) - Mira si las gimnastas están aprobadas, en listaEspera o rechazadas

## Antes de empezar

Asegúrate de tener:

* Un club con gimnastas en tu listado - ver [Importar gimnastas mediante CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md) o [Agregar una gimnasta](/gym-art-meets-es/gestion-del-club/add-one-gymnast.md)
* Música cargada si la reunión la requiere - ver [Subir música](/gym-art-meets-es/musica/upload-music.md)

## Solución de problemas

* [Errores comunes de registro](/gym-art-meets-es/registro/registration-troubleshooting.md) - capacidad llena, no coincide la edad, no se encontró el nivel, y más

## Relacionado

* [¿Cómo administro mi club?](/gym-art-meets-es/gestion-del-club/index.md)
* [¿Cómo gestiono la música para piso?](/gym-art-meets-es/musica/index.md)
* [Glosario](/gym-art-meets-es/primeros-pasos/glossary.md) - definiciones de niveles, disciplinas y otros términos


---

# 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/index.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.
