> 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/musica/assign-music-for-meet.md).

# Asignar música para la competición

> Establece la música principal de una gimnasta durante el registro de la reunión.

## Requisitos previos

* [Sube música](/gym-art-meets-es/musica/upload-music.md) a tu club
* [Agregar gimnastas al registro](/gym-art-meets-es/registro/add-gymnasts-to-registration.md)

## Pasos

1. En la barra lateral del registro de la reunión, busca la **Música** sección (dentro de la pestaña Gimnasta o como una sección separada).
2. Verás a tus gimnastas registradas y su estado de música.
3. Filtra por club, nivel, búsqueda o rango de fechas.
4. Para cada gimnasta:
   * Haz clic para abrir la asignación de música.
   * Selecciona un **archivo de música principal** de la biblioteca de tu club.
   * Opcionalmente, agrega archivos de música adicionales.
5. Guarda las asignaciones.

## Requisitos de música

Si la reunión requiere música (configurado por el organizador):

* Las gimnastas sin música asignada mostrarán un error de validación.
* Puede haber una **fecha límite de música**. La música debe asignarse antes de esta fecha.
* Revisa [Solución de problemas de registro](/gym-art-meets-es/registro/registration-troubleshooting.md) el error «No se cumple el requisito de música».

Si ya [asignaste música a nivel de club](/gym-art-meets-es/musica/assign-music-to-gymnast.md), debería trasladarse. Aun así, puede que tengas que confirmar la selección principal.

La vista de asignación de música muestra estadísticas y estado para que puedas ver rápido quién aún necesita música.

## Qué sigue

* [Finalizar](/gym-art-meets-es/registro/checkout-with-stripe.md) - Completa el registro después de asignar la música

## Relacionado

* [Sube música](/gym-art-meets-es/musica/upload-music.md)
* [Solución de problemas de registro](/gym-art-meets-es/registro/registration-troubleshooting.md)
* [¿Cómo gestiono la música para piso?](/gym-art-meets-es/musica/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/musica/assign-music-for-meet.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.
