> 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/project/arrangement-in-canvas/tracks/audio-tracks.md).

# 오디오 트랙

## 개요

빈 트랙에 오디오 클립이 있으면 해당 트랙이 오디오 트랙이 됩니다.

트랙의 빈 영역을 더블클릭하여 오디오 파일을 빠르게 가져올 수 있습니다. 자세한 내용은 참고하세요. [클립](/docs/product-wiki-ko/project/arrangement-in-canvas/clips.md).

오디오 트랙에서 소리를 녹음할 수 있습니다. 자세한 내용은 참고하세요. [녹음](/docs/product-wiki-ko/project/arrangement-in-canvas/record.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/project/arrangement-in-canvas/tracks/audio-tracks.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.
