# Assign music for meet

> Set a gymnast's primary music during meet registration.

## Prerequisites

* [Upload music](/music/upload-music.md) to your club
* [Add gymnasts to registration](/registration/add-gymnasts-to-registration.md)

## Steps

1. In the meet registration sidebar, find the **Music** section (within the Gymnast tab or as a separate section).
2. You'll see your registered gymnasts and their music status.
3. Filter by club, level, search, or date range.
4. For each gymnast:
   * Click to open music assignment.
   * Select a **primary music file** from your club's library.
   * Optionally add additional music files.
5. Save the assignments.

## Music requirements

If the meet requires music (configured by the organizer):

* Gymnasts without assigned music will show a validation error.
* There may be a **music deadline**. Music must be assigned before this date.
* Check [Registration troubleshooting](/registration/registration-troubleshooting.md) for the "Music requirement not met" error.

If you already [assigned music at the club level](/music/assign-music-to-gymnast.md), it should carry over. You may still need to confirm the primary selection.

The music assignment view shows statistics and status so you can quickly see who still needs music.

## What's next

* [Checkout](/registration/checkout-with-stripe.md) - Complete registration after assigning music

## Related

* [Upload music](/music/upload-music.md)
* [Registration troubleshooting](/registration/registration-troubleshooting.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-for-meet.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.
