> 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/chuang-yi-she-qu/samples.md).

# 素材

创意社区素材是由社区创建、可编辑的人声/乐器片段，旨在简化音乐制作流程。每个素材都是一个包含歌词、旋律和 AI 参数的 MIDI 片段。

## 浏览素材

<figure><img src="/files/22e569448bef850e2c2a30b6ad58b7d9f1033dcd" alt="" width="518"><figcaption></figcaption></figure>

* 点击工具栏中的最后一个图标以打开创意社区面板。前往 <kbd>采样片段</kbd> 创意社区面板中的标签页。
* 默认显示所有社区制作的素材，并按社区列表顺序排序。点击素材图片可预览素材声音。
* 使用搜索栏进入搜索模式，并根据多种条件筛选素材，包括风格、音符时长、调性、语言和 BPM。
* 点击 <kbd>我的收藏</kbd> 仅查看你已收藏的素材。

## 收藏素材

* 未收藏的素材会标记为一个 <kbd>+</kbd> 图标。点击 <kbd>+</kbd> 将该素材添加到你的收藏中。
* 已收藏但尚未下载的素材会标记为“下载”按钮。点击该按钮即可下载素材。
* 你可以将已收藏并已下载的素材直接拖入你的工程，或点击它们进行使用。

<br>


---

# 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/chuang-yi-she-qu/samples.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.
