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

# Subir música

> Puedes agregar archivos MP3 a la biblioteca de música de tu club.

## Requisitos previos

* [Crear un club](/gym-art-meets-es/gestion-del-club/create-a-club.md).

## Pasos

Quieres poner los archivos de música de piso en el sistema para que estén listos cuando se abra el registro. Así es como se hace.

1. Desde tu panel del club, haz clic en **Música** en la barra lateral.
2. Haz clic en **Cargar** (o arrastra los archivos al área de carga).

![Abre Música en la barra lateral y luego haz clic en Cargar para agregar una pista.](/files/0c34391b592fd6125eb09ba6b09338c43a43f5de)

3. Selecciona uno o más **archivos MP3** desde tu computadora.
4. Gym Art Meets carga los archivos y crea una entrada de metadatos para cada uno.

Cada archivo cargado muestra el nombre original, un nombre para mostrar (editable), el tamaño del archivo y la fecha de carga.

Solo **el formato MP3** es compatible. Convierte otros formatos (WAV, AAC, etc.) a MP3 antes de cargar. Puedes cargar varios archivos a la vez.

Los archivos de música se almacenan por club, así que todos los miembros con acceso pueden verlos y usarlos. Cargar un archivo por sí solo no lo vincula a ninguna gimnasta. Todavía necesitas [asignar música a gimnastas](/gym-art-meets-es/musica/assign-music-to-gymnast.md) como un paso aparte.

## Qué sigue

* [Asignar música a una gimnasta](/gym-art-meets-es/musica/assign-music-to-gymnast.md)

## Relacionado

* [¿Cómo administro la música de piso?](/gym-art-meets-es/musica/index.md)
* [Reemplazar o eliminar música](/gym-art-meets-es/musica/replace-or-delete-music.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/upload-music.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.
