> For the complete documentation index, see [llms.txt](https://aiphoria.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aiphoria.gitbook.io/welcome/use-cases/create-ai-music-with-aiphoria.md).

# Create AI-music with 'aiphoria'

Right now, there are two main ways to generate music: first - in a new chat from scratch, second - in the pre-made community chats.\
\
\&#xNAN;*▶️* [**Short video about creation and publishing process at aiphoria:**](https://youtu.be/GPmKvmhuqz8)<br>

{% embed url="<https://www.youtube.com/watch?v=GPmKvmhuqz8>" %}

## How to create AI-music in the new chat:

### Step 1:  Sing up

Go to the platform and sign up: [**https://beta.aiphoria.world**](https://beta.aiphoria.world/)

<figure><img src="/files/gPz8osCrsSuKJrucBwkh" alt=""><figcaption><p><a href="https://beta.aiphoria.world">https://beta.aiphoria.world</a></p></figcaption></figure>

### Step 2: Create a new chat

Create a new chat on the left sidebar under the 'aiphoria' logo

<figure><img src="/files/jzMBia4Gcbd3k1dBC7at" alt=""><figcaption><p><a href="https://beta.aiphoria.world">https://beta.aiphoria.world</a></p></figcaption></figure>

### Step 3: Select a preferred AI model

Click on the 'AI model picker', where you can select different AI models at any time

<figure><img src="/files/fRULb2fAjwdeC2WcCakU" alt=""><figcaption></figcaption></figure>

### Step 4: Select an audio AI model&#x20;

Select one of the available audio models. For example, let's pick 'MusicGen'&#x20;

<figure><img src="/files/oczQTvdm0a2Xcwb5IucY" alt=""><figcaption></figcaption></figure>

### Step 5: Adjust model settings

Set the preferred duration of your audio generation. A common value is 20-30 seconds.

<figure><img src="/files/YNCI5fwETRsClFHtYBoU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8zWXWTOBob2KpaCi9WKE" alt=""><figcaption></figcaption></figure>

### Step 6: Type what you want to generate&#x20;

Type at the bottom of the screen in the input box what you want to hear from the model

<figure><img src="/files/UCBJ6WI3NllTlTB90mPm" alt=""><figcaption></figcaption></figure>

### Step 7: Wait a while for the result of your generation

🌠 Congratulations! You've generated AI-audio.

<figure><img src="/files/LMDO0k3yQQNw415VRnnp" alt=""><figcaption></figcaption></figure>

### Step 8: Now you can share it with your friends or post it on your public profile page

<figure><img src="/files/yTDlQ5vxICAqncaYSNqT" alt=""><figcaption></figcaption></figure>

### Join our beta today: <https://beta.aiphoria.world>


---

# 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://aiphoria.gitbook.io/welcome/use-cases/create-ai-music-with-aiphoria.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.
