# 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** (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: 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.
