> 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/music-generation/managing-generated-music.md).

# Managing Generated Music

All generated music is automatically saved to your history — accessible from the History Panel. Tracks generated in the Chatbot are saved to both the conversation history and the Studio history.

***

#### History Panel

All generated audio — including music is accessible from **History Section**.

**To access:**

1. Go to the **left navigation panel**
2. Click [**History**](https://www.qolaba.ai/history)
3. Select the **Audio filter** at the top to display only audio outputs

**Filtering**

<table><thead><tr><th width="222.171875">Filter</th><th>What It Does</th></tr></thead><tbody><tr><td><strong>Audio filter</strong></td><td>Shows only audio outputs — music, speech, and generated audio</td></tr><tr><td><strong>Workspace filter</strong></td><td>Displays audio generated within a specific workspace</td></tr><tr><td><strong>Me Mode</strong></td><td>Shows only content generated by you</td></tr></tbody></table>

***

#### Available Actions

Click any track in History to view its full details and access the following:

* **Play** — Listen to the track
* **Favourite / Unfavourite** — Mark important tracks for quick access
* **Copy Prompt** — Retrieve the exact prompt and configuration for reuse or iteration
* **Download** — Save the audio file (MP3 or WAV)
* **Copy Shareable Link** — Share the track with teammates or clients
* **Set Visibility** — Toggle between **Public** and **Private**
* **Share on Socials** — Publish directly to connected social platforms
* **Delete** — Permanently remove the track from History

{% hint style="info" %}
Deletion is permanent. Any previously shared links to that track will stop working immediately.
{% endhint %}

***

#### Reproducing a Previous Generation

To recreate an identical track from a previous generation:

1. Use **Copy Prompt** to retrieve the original prompt
2. Return to the Studio
3. Select the same model
4. Enter the same **seed number** used in the original generation
5. Generate — the output will be identical to the original

{% hint style="info" %}
Save the seed number from any generation you want to reproduce later. Without the original seed, exact reproduction is not possible even with the same prompt and model.
{% endhint %}


---

# 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:

```
GET https://docs.qolaba.ai/music-generation/managing-generated-music.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
