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

# AI Tools

- [Inspire Me](https://docs.acestudio.ai/ai-tools/inspire-me.md)
- [Add a Layer](https://docs.acestudio.ai/ai-tools/add-a-layer.md): Generate new music layers in ACE Studio by choosing a layer type and describing the style you want.
- [Music Enhancer](https://docs.acestudio.ai/ai-tools/music-enhancer.md): Reimagine and enhance selected audio in ACE Studio with AI-guided transformations.
- [Video Composer](https://docs.acestudio.ai/ai-tools/video-composer.md): Generate music and sound effects for video in ACE Studio with AI-assisted timeline-based editing.
- [Sound Effects](https://docs.acestudio.ai/ai-tools/sound-effects.md): Generate sound effects in your ACE Studio project.
- [Stem Splitter](https://docs.acestudio.ai/ai-tools/stem-splitter.md): Split your song tracks into stems using the ACE Studio Stem Splitter.
- [Vocal to MIDI](https://docs.acestudio.ai/ai-tools/vocal-to-midi.md): Convert vocal tracks into MIDI clips with lyrics for comprehensive vocal production.
- [Voice Changer](https://docs.acestudio.ai/ai-tools/voice-changer.md): Transform vocal into various voices or instrument sounds using the ACE Studio Voice Changer.
- [Doubles](https://docs.acestudio.ai/ai-tools/doubles.md): Use doubles to create a wider and fuller sound.
- [ACE Studio MCP Server](https://docs.acestudio.ai/ai-tools/ace-studio-mcp-server.md): Connect ACE Studio to AI clients through its experimental MCP server.


---

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