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

# AI乐器

- [乐器库](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/instrument-library.md): 在 ACE Studio 中浏览乐器库里的 AI 乐器和齐唱预设。
- [创建乐器音色](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds.md): 了解如何在 ACE Studio 中使用 AI 乐器。
- [编辑音符](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/editing-notes.md): 在 ACE Studio 中编辑 AI 乐器的 MIDI 音符。
- [演奏法](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/articulations.md): 了解 ACE Studio AI 乐器演奏法。
- [表情参数](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/expression-controls.md): 了解 ACE Studio AI 乐器表情参数。
- [乐器齐唱模式](https://docs.acestudio.ai/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/unison-mode-for-instruments.md): 在 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-yue-qi.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.
