> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/ai-tools/inspire-me.md).

# Inspire Me

## What Is Inspire Me

The **Inspire Me** is a powerful AI tool that creates music tracks from your text descriptions or lyrics.

## How to Inspire Me

**Inspire Me** is available under the **More Tools** section in the toolbar.

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

### Generating from an Idea

To create music based on a mood, genre, or concept, select the **From Idea** tab.

1. In the description box, type in prompts that describe the track you envision, for example: "upbeat dance pop with a retro 80s synth feel".\
   If you want to create a track without vocals, check the **Instrumental** box.
2. Click <kbd>Generate</kbd> to start the creation process.

### Generating from Lyrics

If you already have lyrics and want to turn them into a song, switch to the **From Lyrics** tab.

1. Paste or type your lyrics into the 'Lyrics' field. Then, in the 'Styles / Tags' field, describe the musical style you want for your song, such as "acoustic folk ballad" or "high-energy future house".
2. Click <kbd>Generate</kbd> to start the creation process.

### Managing Your Generated Tracks

All your generated tracks are saved under your account. You can view them in the History panel.

* **Download**: Once finished, the track is ready. Simply click 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
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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/ai-tools/inspire-me.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
