> 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에서 새로운 음악 레이어를 생성하세요.
- [음악 향상기](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): AI 지원 타임라인 기반 편집으로 ACE Studio에서 영상을 위한 음악과 사운드 효과를 생성하세요.
- [뮤직 비디오](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/music-video.md): AI Director 에이전트로 노래를 완성된 뮤직 비디오로 만드세요. 모든 핵심 창작 결정은 사용자가 내립니다.
- [뮤직 비디오 만들기](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/music-video/creating-a-music-video.md): 노래 프로젝트부터 캔버스에서 완성된 뮤직 비디오까지의 단계별 안내입니다.
- [프로모션 클립 만들기](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/music-video/creating-a-promo-clip.md): 노래의 한 섹션을 전체 영상 제작 비용의 일부만으로 Reels, TikTok, Shorts 등에 사용할 수 있는 짧은 소셜 미디어용 클립으로 만드세요.
- [편집 및 반복](https://docs.acestudio.ai/docs/product-wiki-ko/ai-3/music-video/editing-and-iteration.md): 샷을 수정하고, 이미지를 조정하고, 캔버스를 직접 편집하고, 노래 타이밍을 수정하고, 미완성 뮤직 비디오 프로젝트를 이어서 작업하세요.
- [사운드 효과](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/vocal-to-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-server.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.
