# Music

> Upload MP3 files, assign music to gymnasts, and manage music for meet registration.

Floor music is managed at the **club level** (your music library) and assigned at either the club level or during **meet registration** (if the meet requires it).

## Steps

1. [**Upload music**](/music/upload-music.md) - Add MP3 files to your club's music library
2. [**Assign music to a gymnast**](/music/assign-music-to-gymnast.md) - Link music to a gymnast in your club
3. [**Assign music for a meet**](/music/assign-music-for-meet.md) - Set primary music during meet registration
4. [**Replace or delete music**](/music/replace-or-delete-music.md) - Update or remove a music file

## Before You Start

* [Create a club](/club-management/create-a-club.md) - Music is stored per club
* [Add gymnasts](/club-management/add-one-gymnast.md) to your roster

## Tips

* Only **MP3** files are supported.
* Upload music before registering for meets that require it - check the meet's [music requirements](/meet-setup/set-registration-settings.md).
* Multiple music files can be assigned to one gymnast.

## Related

* [How do I manage my club?](/club-management/index.md)
* [How do I register for a meet?](/registration/index.md)
* [Registration troubleshooting](/registration/registration-troubleshooting.md) - Music-related errors


---

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