# Replace or delete music

> Update a music file or remove it entirely.

## Prerequisites

* [Upload music](/music/upload-music.md) to your club.

## Replace a music file

A gymnast got a new floor routine and you need to swap out the old music. Here's how.

1. From your Club Dashboard, click **Music** in the sidebar.
2. Find the music file you want to replace.
3. Click **Replace**.
4. Select the new MP3 file.

The new file replaces the old one, and **all existing assignments are preserved**. Every gymnast who had the old file automatically gets the new one. No need to re-assign anything.

## Delete a music file

1. From your Club Dashboard, click **Music** in the sidebar.
2. Find the music file you want to delete.
3. Click **Delete**.
4. Confirm the deletion.

The file is **removed from all gymnasts** it was assigned to. This is permanent. If a gymnast was relying on this music for a meet registration, they will need a new file assigned.

After deleting, check any pending meet registrations to make sure gymnasts still meet music requirements.

## Related

* [Upload music](/music/upload-music.md)
* [Assign music to a gymnast](/music/assign-music-to-gymnast.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/replace-or-delete-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.
