# Upload music

> Add MP3 files to your club's music library.

## Prerequisites

* [Create a club](/club-management/create-a-club.md).

## Steps

You want to get floor music files into the system so they're ready when registration opens. Here's how.

1. From your Club Dashboard, click **Music** in the sidebar.
2. Click **Upload** (or drag files into the upload area).
3. Select one or more **MP3 files** from your computer.
4. Gym Art Meets uploads the files and creates a metadata entry for each one.

Each uploaded file shows the original filename, a display name (editable), file size, and upload date.

Only **MP3 format** is supported. Convert other formats (WAV, AAC, etc.) to MP3 before uploading. You can upload multiple files at once.

Music files are stored per club, so all members with access can see and use them. Uploading alone does not link a file to any gymnast. You still need to [assign music to gymnasts](/music/assign-music-to-gymnast.md) as a separate step.

## What's next

* [Assign music to a gymnast](/music/assign-music-to-gymnast.md)

## Related

* [How do I manage floor music?](/music/index.md)
* [Replace or delete music](/music/replace-or-delete-music.md)


---

# Agent Instructions: 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:

```
GET https://docs.gymart.org/music/upload-music.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
