> 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-3.md).

# AI 도구

- [Inspire Me](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/inspire-me.md)
- [레이어 추가](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/add-a-layer.md): 레이어 유형을 선택하고 원하는 스타일을 설명해 ACE Studio에서 새로운 음악 레이어를 생성하세요.
- [Music Enhancer](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/music-enhancer.md): AI 가이드 변환으로 ACE Studio에서 선택한 오디오를 새롭게 재해석하고 향상하세요.
- [Video Composer](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/video-composer.md): ACE Studio에서 AI 보조 타임라인 기반 편집으로 비디오용 음악과 사운드 이펙트를 생성하세요.
- [사운드 이펙트](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/sound-effects.md): ACE Studio 프로젝트에서 사운드 이펙트를 생성하세요.
- [스템 분리기](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/stem-splitter.md): ACE Studio 스템 분리기를 사용해 곡 트랙을 스템으로 분리하세요.
- [보컬을 MIDI로](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/midi.md): 보컬 트랙을 가사가 포함된 MIDI 클립으로 변환해 보다 완성도 높은 보컬 프로덕션을 진행하세요.
- [음성 변환기](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/voice-changer.md): ACE Studio 음성 변환기를 사용해 보컬을 다양한 음성 또는 악기 사운드로 변환하세요.
- [더블스](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/doubles.md): 더블스를 사용해 더 넓고 풍성한 사운드를 만드세요.
- [ACE Studio MCP 서버](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/ace-studio-mcp.md): 실험용 MCP 서버를 통해 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-ko/ai-3.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.
