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

# Música

> Cargue archivos MP3, asigne música a las gimnastas y gestione la música para el registro de la reunión.

La música del piso se gestiona a nivel de **club** (su biblioteca de música) y se asigna ya sea a nivel de club o durante el **registro de la reunión** (si la reunión lo requiere).

## Pasos

1. [**Cargar música**](/gym-art-meets-es/musica/upload-music.md) - Agregue archivos MP3 a la biblioteca de música de su club
2. [**Asignar música a una gimnasta**](/gym-art-meets-es/musica/assign-music-to-gymnast.md) - Vincule la música a una gimnasta de su club
3. [**Asignar música para una reunión**](/gym-art-meets-es/musica/assign-music-for-meet.md) - Establezca la música principal durante el registro de la reunión
4. [**Reemplazar o eliminar música**](/gym-art-meets-es/musica/replace-or-delete-music.md) - Actualice o quite un archivo de música

## Antes de comenzar

* [Crear un club](/gym-art-meets-es/gestion-del-club/create-a-club.md) - La música se guarda por club
* [Agregar gimnastas](/gym-art-meets-es/gestion-del-club/add-one-gymnast.md) a su plantilla

## Consejos

* Solo **MP3** son compatibles.
* Cargue la música antes de registrarse para las reuniones que la requieran; revise los [requisitos de música](/gym-art-meets-es/configuracion-de-la-competicion/set-registration-settings.md).
* Se pueden asignar varios archivos de música a una sola gimnasta.

## Relacionado

* [¿Cómo gestiono mi club?](/gym-art-meets-es/gestion-del-club/index.md)
* [¿Cómo me registro para una reunión?](/gym-art-meets-es/registro/index.md)
* [Solución de problemas de registro](/gym-art-meets-es/registro/registration-troubleshooting.md) - Errores relacionados con la música


---

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