# Image Gallery

The Image Gallery is the central section of the page where generated images are displayed, either from the community or from the user.

When moving the cursor over an image in the gallery, different informations and options appear and become available:

<figure><img src="/files/8bSDLeL79wtoYYSrM7pS" alt="" width="467"><figcaption><p>Image in the gallery when the cursor is over it.</p></figcaption></figure>

1. **More button** – Display the [More menu](/using-ideogram/ui-overview/ui-components/more-menu-....md) containing several additional options.
2. **Download** – Download the image to your device or computer.
3. **Share** – Share the image on a site or a social network of your choice.
4. **User/image info** – The creator's name, a link to their profile and when the image was generated.
5. **Likes** – Number of people who liked the image. Click to add a like.

### Image Gallery in the Creations Page

When browsing images in the Creations page — unlike the Home page or your Profile page — you can select multiple images to perform batch actions. Once multiple images are selected, a panel will appear at the bottom of the gallery where you can download them, or, if you click the **More** button <picture><source srcset="/files/DCiR5D2cnVppKd9qELB3" media="(prefers-color-scheme: dark)"><img src="/files/eVQ3eQw7IgtlCP87XKyl" alt=""></picture> , you can make them Public or Private, or delete them.

<figure><picture><source srcset="/files/tarzmYf2sWhHNEUUbYFV" media="(prefers-color-scheme: dark)"><img src="/files/hYHlcTgYr6N0A1zogJV4" alt="" width="375"></picture><figcaption><p>The panel at the bottom of the gallery.</p></figcaption></figure>


---

# Agent Instructions: 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.ideogram.ai/using-ideogram/ui-overview/ui-components/image-gallery.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.
