> For the complete documentation index, see [llms.txt](https://docs.qolaba.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qolaba.ai/chatbot/toolkit/music-generation.md).

# Music Generation

Music Generation is available directly within the Qolaba Chatbot — generate original tracks without leaving a conversation. Ask the AI assistant naturally and the music appears inline in the chat.

{% hint style="info" %}
*Available on paid plans only.*
{% endhint %}

***

#### How It Works

There is no separate configuration panel in the Chatbot — simply describe the music you want in natural language and the AI handles the rest. When the conversation involves creating a song or music, the assistant automatically uses the music generation tool.

A loading animation appears while the track is being generated. Once complete, the full music player renders inline in the chat — ready to play, download, or share without leaving the conversation.

***

#### Example Prompts

```
Create a relaxing lo-fi beat for studying.
```

```
Generate a rock song with lyrics about a road trip.
```

```
Make an upbeat background track for a product launch video.
```

```
Write and generate a pop song about starting over.
```

***

#### What to Expect

* The generated track appears **inline in the chat** with the full playback experience
* Tracks generated in the Chatbot are **saved to your conversation history** and accessible when revisiting that chat thread
* All Chatbot-generated tracks are also saved to [**History Section**](https://www.qolaba.ai/history) under the Audio category
* The same playback controls, download options, and sharing features available in the Studio are available inline in the chat

***

#### Chatbot vs. Music Generation Studio

<table><thead><tr><th width="185.453125"></th><th>Music Generation Studio</th><th>Chatbot</th></tr></thead><tbody><tr><td><strong>Access</strong></td><td>All users</td><td>Paid users only</td></tr><tr><td><strong>Configuration</strong></td><td>Full — model, format, seed, negative prompt, reference images</td><td>Conversational — describe what you want</td></tr><tr><td><strong>Best for</strong></td><td>Detailed configuration, production output, full control</td><td>Quick generation, in-conversation creativity, fast results</td></tr></tbody></table>


---

# 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.qolaba.ai/chatbot/toolkit/music-generation.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.
