> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/ai-apps/ai-image-library.md).

# AI Image Library

## Open your Library

#### Open Your History/ Product Library

1. Click the **Library** button in the **top-right corner** of the app.
2. A modal will open with your product, showing your **last 20 images**.
3. Click the card labeled **Load More Images** to load **the next 20 images**.

### *History*

#### View Generation Details

* Select any entry to open its **generation details**.
* Inside the details view, you can see:
  * The **input images** used for the generation
  * The **final result image**

#### Reuse Images

* Click **Reuse** on either an input image or the result image.
* Select the app where you want to reuse the image.
* The selected image will open directly in the chosen app.

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

#### Review Generation Settings

Below the images, you’ll find detailed information about the generation, including:

* The **prompt** used
* The **tool** used
* The **aspect ratio**

#### Delete a History Entry

* You can delete a history entry if it’s no longer needed.
* ⚠️ **Warning:** Once deleted, the entry is **permanently removed** and cannot be restored.

### *Library*

#### Upload your Products

Upload your products directly to your product library. Navigate to your Product Library directory and use the upload card, to upload as many products as you want to your library.

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

#### View Product Details

* Select any entry to open its **product details**.
* Inside the details view, you can see:
  * The **product image** that was uploaded
  * The **given product SKU**
  * The **given product dimensions**

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

#### Use Product

* Click **Use Product** to use the image in any available mazing A.I. app.
* Select the app where you want to use the image.
* The selected image will open directly in the chosen app.


---

# 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://mazingxr.gitbook.io/mazing-world/ai-apps/ai-image-library.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.
