> 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/inspire-me.md).

# Inspire Me

## Inspire Me란 무엇인가

그 **Inspire Me** 텍스트 설명이나 가사를 바탕으로 음악 트랙을 생성하는 강력한 AI 도구입니다.

## Inspire Me 사용 방법

**Inspire Me** 다음 위치에서 찾을 수 있습니다 **추가 도구** 툴바의 섹션입니다.

<figure><img src="/files/98bd40e6dc7716a6639034f2dedc6bd47e254b4e" alt=""><figcaption></figcaption></figure>

### 아이디어로 생성하기

분위기, 장르 또는 콘셉트를 바탕으로 음악을 만들려면 다음을 선택하세요. **아이디어로** 탭으로 전환합니다.

1. 설명 상자에 원하는 트랙을 설명하는 프롬프트를 입력하세요. 예: "레트로 80년대 신스 느낌의 경쾌한 댄스 팝".\
   보컬 없는 트랙을 만들려면 다음의 **연주곡** 상자를 선택하세요.
2. 메인 툴바에서 <kbd>생성</kbd> 를 눌러 생성 과정을 시작합니다.

### 가사로 생성하기

이미 가사가 있고 이를 노래로 만들고 싶다면 다음으로 전환하세요. **가사로** 탭으로 전환합니다.

1. 가사 필드에 가사를 붙여넣거나 입력하세요. 그런 다음 '스타일 / 태그' 필드에서 "어쿠스틱 포크 발라드" 또는 "에너지가 넘치는 퓨처 하우스"처럼 노래에 원하는 음악 스타일을 설명하세요.
2. 메인 툴바에서 <kbd>생성</kbd> 를 눌러 생성 과정을 시작합니다.

### 생성한 트랙 관리하기

생성한 모든 트랙은 계정에 저장됩니다. 기록 패널에서 확인할 수 있습니다.

* **다운로드**: 완료되면 트랙이 준비됩니다. 다운로드 버튼을 클릭하면 오디오를 사용할 수 있게 됩니다.
* **미리 보기**: 버튼을 클릭하면 <i class="fa-play">:play:</i> 짧게 들어보고, 생성에 사용된 세부 정보를 확인할 수 있습니다.
* **캔버스에 추가**: 트랙을 캔버스에 바로 드래그하면 됩니다.


---

# 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/inspire-me.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.
