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

# 악기 라이브러리

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

## AI 악기에 액세스

악기 라이브러리에서 AI 악기를 찾아보는 방법은 3가지가 있습니다:

### 툴바에서 찾아보기

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

툴바의 두 번째 아이콘을 클릭하여 악기 라이브러리를 열면 사용 가능한 모든 AI 악기를 찾아볼 수 있습니다. 악기를 캔버스로 드래그하여 현재 프로젝트에 추가할 수 있으며, 악기를 클릭한 다음 캔버스를 다시 클릭해도 추가할 수 있습니다.

### 캔버스에서 찾아보기

<figure><img src="/files/72a7308b4978fdddb7322a7b6372535802a8cc9c" alt=""><figcaption></figcaption></figure>

캔버스의 빈 트랙을 더블 클릭하여 악기 라이브러리를 열면 사용 가능한 모든 AI 악기를 찾아볼 수 있습니다. 그런 다음 악기를 선택해 현재 프로젝트에 추가할 수 있습니다.

### 악기 트랙 패널에서 찾아보기

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

악기 트랙 패널의 이미지를 클릭하여 악기 라이브러리를 열면 사용 가능한 모든 AI 악기를 찾아볼 수 있습니다. 악기를 드래그 앤 드롭하여 [유니슨](#unison).

### 캔버스에 AI 악기 추가하기

위의 작업을 통해 캔버스의 해당 트랙에 이 악기가 로드되며, 캔버스의 해당 위치에 악기 클립이 생성됩니다.

## 악기 라이브러리

악기 라이브러리에는 2개의 탭이 있습니다:

### 사전 제작된 악기

사전 제작된 악기는 ACE Studio가 전문 연주자와 그들의 연주 데이터를 책임감 있게 활용하여 제작한 것입니다. 이 악기들은 원 연주자의 고유한 특성과 표현력을 충실히 담아냅니다. ACE Studio는 다양한 음악 제작 요구를 충족하기 위해 새로운 사전 제작 악기를 지속적으로 추가하고 있습니다.

### 유니슨

이 탭에는 사전 제작된 유니슨 프리셋과 저장한 유니슨 프리셋이 표시됩니다.

저장한 유니슨 프리셋 카드에서 마우스 오른쪽 버튼을 클릭하여 관리할 수 있습니다. 이름과 태그를 수정하거나 계정에서 삭제할 수 있습니다.

기능에 대해 자세히 알아보려면 다음을 참조하세요 [악기 유니즌 모드](/docs/product-wiki-ko/ai-1/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-ko/ai-1/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.
