> 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/music/assign-music-to-gymnast.md).

# Assign music to gymnast

> Link a music file to a gymnast in your club roster.

## Prerequisites

* [Upload music](/music/upload-music.md) to your club library
* Have [gymnasts in your roster](/club-management/add-one-gymnast.md)

## Steps

1. From your Club Dashboard, click **Music** in the sidebar.
2. Find the music file you want to assign.
3. Click **Assign gymnasts** (or open the music file's details).
4. Select the gymnast(s) to assign this music to.
5. Save.

## How it works

A gymnast can have **multiple music files** assigned. The gymnast's music is stored as a list of file IDs in their profile.

When registering for a meet, this music carries over. See [Assign music for a meet](/music/assign-music-for-meet.md) for the meet-specific workflow.

Assigning music at the club level means it's available for all future meet registrations. You can also assign music during meet registration if you prefer. See [Assign music for a meet](/music/assign-music-for-meet.md).

## What's next

* [Assign music for a meet](/music/assign-music-for-meet.md)

## Related

* [Upload music](/music/upload-music.md)
* [How do I manage floor music?](/music/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:

```
GET https://docs.gymart.org/music/assign-music-to-gymnast.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.
