> 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/ai-vocal-synth/creating-ai-vocals.md).

# Creating AI Vocals

To generate an AI vocal, you will need to load an [AI voice](/ai-vocal-synth/voice-library.md) on a track, and create a [clip](/project/arrangement-in-canvas/clips.md) on this track from the canvas with [MIDI notes](/ai-instruments/create-instrument-sounds/editing-notes.md) and [lyrics](/ai-vocal-synth/creating-ai-vocals/editng-lyrics.md) as its content.

## Core Features

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Editing Notes</td><td><a href="/pages/sUQxepGdFR6n6XLdl3Na">/pages/sUQxepGdFR6n6XLdl3Na</a></td><td><a href="/files/GGImoEO5yQgYCQhTaeDK">/files/GGImoEO5yQgYCQhTaeDK</a></td></tr><tr><td>Editing Lyrics</td><td><a href="/pages/bqqgOS0VxizQT36mpTqO">/pages/bqqgOS0VxizQT36mpTqO</a></td><td><a href="/files/XJZvs0Rn1WuRJtI1pCgU">/files/XJZvs0Rn1WuRJtI1pCgU</a></td></tr><tr><td>Editing Pitch</td><td><a href="/pages/ZWJW2qSPQflkwF8CDDtB">/pages/ZWJW2qSPQflkwF8CDDtB</a></td><td><a href="/files/EIDSxvnluG15zw14cUfU">/files/EIDSxvnluG15zw14cUfU</a></td></tr><tr><td>Vocal Controls</td><td><a href="/pages/g8JEOeCc66qrIyhLHnpY">/pages/g8JEOeCc66qrIyhLHnpY</a></td><td><a href="/files/1TGzRCHGanKOnKilrznC">/files/1TGzRCHGanKOnKilrznC</a></td></tr><tr><td>Singing Languages</td><td><a href="/pages/NXzyWoV1u7gwjCqs5jCi">/pages/NXzyWoV1u7gwjCqs5jCi</a></td><td><a href="/files/cBUJdPbj6hGaFqB0kU6d">/files/cBUJdPbj6hGaFqB0kU6d</a></td></tr><tr><td>Unison Mode</td><td><a href="/pages/Y9uyG92Y19XxpxN0q1OX">/pages/Y9uyG92Y19XxpxN0q1OX</a></td><td><a href="/files/4fBHnbl6r41g0H94ykCk">/files/4fBHnbl6r41g0H94ykCk</a></td></tr></tbody></table>

## FAQ

<details>

<summary>Can I import MIDI or MusicXML files?</summary>

Yes. You can import your MIDI or MusicXML files into ACE Studio. For more information, please refer to [Import Files](/project/file-management/import-files.md).

</details>

<details>

<summary>Can I paste the whole lyrics from elsewhere?</summary>

Yes. You can paste the entire lyrics into your melody using the [Lyrics Panel](/ai-vocal-synth/creating-ai-vocals/editng-lyrics.md#edit-with-lyrics-panel).

</details>

<details>

<summary>Can I add a breath before a phrase?</summary>

Yes. You can add breath in the AI parameters panel. For more information, please refer to [Breath](/ai-vocal-synth/creating-ai-vocals/breath.md).

</details>


---

# 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/ai-vocal-synth/creating-ai-vocals.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.
