> 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.md).

# AI 工具

- [Inspire Me](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/inspire-me.md)
- [添加层](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/add-a-layer.md): 在 ACE Studio 中选择层类型并描述你想要的风格，即可生成新的音乐层。
- [音乐增强](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/music-enhancer.md): 借助 AI 引导的变换，重新构想并增强 ACE Studio 中选定的音频。
- [视频作曲](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/video-composer.md): 在 ACE Studio 中通过 AI 辅助的时间线编辑，为视频生成音乐和音效。
- [音乐视频](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/music-video.md): 借助 AI 导演智能体将一首歌曲转化为完整的音乐视频——由你做出每一个关键创意决策。
- [创建音乐视频](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/music-video/creating-a-music-video.md): 从你的歌曲工程到画布上的完整音乐视频，一步步引导完成。
- [创建宣传片段](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/music-video/creating-a-promo-clip.md): 将歌曲中的一段转换为适合社交媒体发布的短片段——可用于 Reels、TikTok、Shorts 等——成本仅为完整视频的一小部分。
- [编辑与迭代](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/music-video/editing-and-iteration.md): 重拍镜头、微调图像、手动编辑画布、修正歌曲时间，并继续未完成的音乐视频工程。
- [音效](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/sound-effects.md): 在你的 ACE Studio 工程中生成音效。
- [音轨分离](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/stem-splitter.md): 使用 ACE Studio 音轨分离将你的歌曲轨道分割成音轨。
- [人声转 MIDI](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/vocal-to-midi.md): 将人声轨道转换为带歌词的 MIDI 片段，以实现完整的人声制作。
- [声线转换](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/voice-changer.md): 使用 ACE Studio 声线转换，将人声转换为各种声线或乐器音色。
- [Doubles](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/doubles.md): 使用 Doubles 打造更宽广、更饱满的声音。
- [ACE Studio MCP 服务器](https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/ace-studio-mcp-server.md): 通过其实验性的 MCP server 将 ACE Studio 连接到 AI 客户端。


---

# 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.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.
