> 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/instrument-library.md).

# 乐器库

<figure><img src="/files/d393daa3f78b19dc031fdd6e19f02487afd07b0a" alt="" width="345"><figcaption></figcaption></figure>

## 访问 AI乐器

从乐器库浏览 AI乐器有 3 种方式：

### 从工具栏浏览

<figure><img src="/files/52e5c735997d5418a47daac5c6b3b213d103a19a" alt=""><figcaption></figcaption></figure>

点击工具栏中的第二个图标打开乐器库，在这里可以浏览所有可用的 AI乐器。将一个乐器拖到画布上即可添加到当前工程；你也可以先点击该乐器，再在画布上点击完成添加。

### 从画布浏览

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

在画布上双击任意空轨道即可打开乐器库，在这里可以浏览所有可用的 AI乐器。然后你可以选择一个乐器添加到当前工程。

### 从乐器轨道面板浏览

<figure><img src="/files/643d05f824f87a568a5ca2be6d368a0ac6684b3f" alt=""><figcaption></figcaption></figure>

点击乐器轨道面板上的图片即可打开乐器库，在这里可以浏览所有可用的 AI乐器。你可以将一个乐器拖放到 [齐唱](#unison).

### 在画布上添加 AI乐器

通过上述操作，画布上对应的轨道将加载此乐器，并在画布上对应位置创建一个乐器片段。

## 乐器库

乐器库中有 2 个选项卡：

### 预制乐器

ACE Studio 使用专业音乐人的数据集及其演奏作品，以负责任的方式制作了预制乐器。这些乐器忠实捕捉了原演奏者独特的特征与表现力。我们也在持续新增更多预制乐器，以满足多样化的音乐制作需求。

### 齐唱

此选项卡下显示预制齐唱预设以及你已保存的齐唱预设。

右键单击你已保存的齐唱预设卡片即可进行管理。你可以修改其名称和标签，或将其从你的账号中删除。

要了解更多关于该功能的信息，请参阅 [乐器的齐奏模式](/docs/product-wiki-zh/ai-yue-qi/create-instrument-sounds/unison-mode-for-instruments.md).

### 搜索乐器

点击搜索栏即可激活搜索模式。你可以通过文本搜索来定位你想要的乐器。

点击搜索栏右侧的关闭按钮即可停用搜索模式。


---

# 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/instrument-library.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.
