> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/mimeeq-ai-studio/media-management.md).

# Media Management

Understand how Mimeeq AI Studio stores and organizes your media — with project-level access and a centralized library for managing, reusing, and retrieving all your files.

## Content

1. [How Media Is Stored in Mimeeq AI Studio](#how-media-is-stored-in-mimeeq-ai-studio)
2. [Accessing Your Media](#accessing-your-media)

***

## How Media Is Stored in Mimeeq AI Studio

Every file you work with in Mimeeq AI Studio is automatically saved — whether you generate an image, capture a product from the configurator, upload a photo, or add reference material. Nothing is lost. You can always go back to review your history, reuse common assets, or pick up where you left off.

![](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FMilmkDi89f8M7Yz3opaw%2F1-mimeeq-ai-studio-overview-ge_2h563g.jpg?alt=media)

Media in Mimeeq AI Studio is organised into two layers: **Project Media (1)** and the **Media Library (2)**. Project Media gives you a focused view of everything within a single project, while the Media Library provides a centralised, folder-based collection across all your projects.

***

## Accessing Your Media

**Project Media**

![](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FqFFwaE58Jh4fE0iCcHMp%2F4-media-management-2_ed74x2.jpg?alt=media)

When you open a project in Mimeeq AI Studio, you'll find a **Project Media** page in the project navigation. This page contains all media files associated with that specific project. Project Media includes two categories of files:

**Uploaded media** — files you've brought into the project yourself, such as:

* Product captures taken from the Mimeeq configurator
* Uploaded product photos
* Uploaded reference materials (e.g. scene reference images, material swatches)

**Generated media** — images produced by Mimeeq AI Studio tools within that project. Each generated file displays a **badge** indicating which tool created it (e.g. Scene Generator, Packshot Generator), so you can quickly identify the source of any image.

Within Project Media, you can:

* **Browse** all media tied to that project in one place.
* **Upload** additional files directly into the project.
* **Remove** files you no longer need from the project.
* **Sort and filter** your media to find what you need quickly.
* **Reuse** any file as an input for further generation in another tool.

**Media Library**

![](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FPUmxb8WkZgdS54tyBgg5%2F4-media-management-3_189h41e.jpg?alt=media)

The Media Library is your centralised hub of media from **all projects**. Rather than showing a flat list of every file, the Media Library organises your media into **folders — one folder per project (1)**. You can open any project folder **to browse its files (2)**, presented in a familiar folder-style layout. You can access the Media Library from the **sidebar navigation** while on the **All Projects** page.

The Media Library is particularly useful when you need to:

* Find an image from a previous project without opening that project first.
* Browse across multiple projects to locate a specific asset.
* Review your full generation history across all products and campaigns.
* Download or re-export any past image for use on your website, social media, or marketing materials.

***

## Related Articles

* [Mimeeq AI Studio Overview](/mimeeq-ai-studio/overview.md)
* [AI Tools – Scene Generator](/mimeeq-ai-studio/scene-generator.md)
* [AI Tools – Packshot Generator](/mimeeq-ai-studio/packshot-generator.md)
* [Credit System](/mimeeq-ai-studio/credit-system.md)


---

# 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://help.mimeeq.com/mimeeq-ai-studio/media-management.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.
