# Music Enhancer

## What Is Music Enhancer

The Music Enhancer is a creative tool that reimagines your existing music using AI. By drawing a selection box on the canvas, you can transform all the audio within that selection into an enhanced version.

## How to Use Music Enhancer

Click the **Music Enhancer** button in the toolbar to open the generation window.

<figure><img src="/files/WDkPHe4Qm5VpxJVYGJkh" alt=""><figcaption></figcaption></figure>

### Define Your Enhancement

1. To begin, you must select the audio you want to enhance directly on the Canvas. The tool will process **all audio content** that falls within the area you select.
2. After you continue, the tool will automatically analyze the **Lyrics** (if any) and the musical **Styles** of the original audio.
3. You can manually modify the text in the **Styles** box to describe the new version you envision. For example, you could change "funky drums, brass, organ" to "symphonic orchestra, epic choir, cinematic strings." You can also edit the **Lyrics** if needed.
4. Use the **Consistency with selection** slider to control how closely the new track should follow the original audio.
5. Click <kbd>Enhance</kbd> to start the creation process.

### Managing Your Enhancement Session

All enhanced sessions and tracks are saved under your account. Initiate a new enhancement or access your sessions in the left panel. View enhanced tracks in the Result panel.

* **Download**: Once finished, the track is ready. Simply click <i class="fa-download">:download:</i> download button to make the audio available for use.
* **Preview**: You can click the <i class="fa-play">:play:</i> button for a quick listen, and view the details used to create it.
* **Add to Canvas**: Simply drag a track directly onto your Canvas.


---

# 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.acestudio.ai/ai-tools/music-enhancer.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.
