> 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/add-coaches-to-registration.md).

# Agregar entrenadores al registro

El registro de entrenador es opcional. Algunas reuniones lo requieren y otras no. Si la reunión para la que te registras incluye niveles de entrenador en su lista de precios, así es como los agregas.

## Prerrequisitos

* [Busca y selecciona una reunión](/gym-art-meets-es/registro/find-a-meet.md)
* [Agrega tus gimnastas](/gym-art-meets-es/registro/add-gymnasts-to-registration.md) primero

## Opción A: Importar desde tu club

1. En la barra lateral de registro, haz clic en **Inscripciones del evento**, luego cambia a la **Entrenadores** pestaña.
2. Haz clic en **Importar desde club**.
3. Selecciona los entrenadores que quieres registrar.
4. Asigna cada entrenador a un **nivel de entrenador** (estos son niveles de registro con precios establecidos por el organizador).
5. Revisa y haz clic en **Agregar**.

## Opción B: Agregar un entrenador manualmente

1. En la barra lateral de registro, haz clic en **Inscripciones del evento**, luego cambia a la **Entrenadores** pestaña.
2. Ingresa el nombre y los detalles del entrenador.
3. Selecciona un **nivel de entrenador**.
4. Haz clic en **Agregar**.

## Cómo funciona la validación

Los entrenadores pasan por el mismo tipo de verificaciones que las gimnastas:

* **Campos obligatorios** deben completarse: nombre y nivel de entrenador.
* **Duplicados** se bloquean. Un entrenador no puede registrarse dos veces para la misma reunión.
* **La validez del nivel** se comprueba. El nivel de entrenador que elijas debe existir en la configuración de la reunión.

Si no estás seguro de qué niveles de entrenador están disponibles o cuánto cuestan, revisa la [Lista de precios](/gym-art-meets-es/registro/review-meet-details.md) de esta reunión.

## Qué sigue

* [Pago con Stripe](/gym-art-meets-es/registro/checkout-with-stripe.md) o [pago fuera de línea](/gym-art-meets-es/registro/checkout-offline.md)
* [Editar los datos de registro de la gimnasta](/gym-art-meets-es/registro/edit-gymnast-registration-data.md)

## Relacionado

* [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/add-coaches-to-registration.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.
