> 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/docs/product-wiki-zh/ai-gong-ju/inspire-me.md).

# Inspire Me

## 什么是 Inspire Me

该 **Inspire Me** 是一款强大的 AI 工具，可根据你的文本描述或歌词生成音乐轨道。

## 如何使用 Inspire Me

**Inspire Me** 位于 **更多工具** 工具栏中的部分。

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

### 从灵感生成

要根据情绪、风格或概念创作音乐，请选择 **从灵感** 该选项卡。

1. 在描述框中输入你设想的轨道提示，例如：“带有复古 80 年代合成器质感的欢快舞曲流行”。\
   如果你想创建一条不含歌声的轨道，请勾选 **纯器乐** 框。
2. 点击 <kbd>生成</kbd> 以开始创作过程。

### 从歌词生成

如果你已经有歌词，并想把它们变成歌曲，请切换到 **从歌词** 该选项卡。

1. 将歌词粘贴或输入到“歌词”字段中。然后，在“风格 / 标签”字段中，描述你希望歌曲呈现的音乐风格，例如“原声民谣叙事曲”或“高能量未来浩室”。
2. 点击 <kbd>生成</kbd> 以开始创作过程。

### 管理你生成的轨道

你生成的所有轨道都会保存在你的账户下。你可以在历史记录面板中查看它们。

* **下载**：完成后，轨道就已就绪。只需点击下载按钮，即可将音频提供给使用。
* **预览**：您可以点击 <i class="fa-play">:play:</i> 按钮快速试听，并查看用于创建它的详细信息。
* **添加到画布**：只需将轨道直接拖到您的画布上。


---

# 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/docs/product-wiki-zh/ai-gong-ju/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.
