> For the complete documentation index, see [llms.txt](https://angdocs.nx8apps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://angdocs.nx8apps.com/create-and-customize-a-gallery.md).

# Create and customize a gallery

### 1. Create a gallery

1.1 Go to gallery page and click "Add gallery" button.

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

1.2 Enter a gallery name and click to "Create" button.

<figure><img src="/files/3reGBD6z1vnZBRwZziQr" alt=""><figcaption></figcaption></figure>

1.3 Upload photos.

<figure><img src="/files/0uwcDZ7bpslpq0695uRt" alt=""><figcaption></figcaption></figure>

1.4 Upload photos from your computer.

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

1.5 Or select photos from your products.

<figure><img src="/files/8xfs7VdRTXHDiQl7JTIB" alt=""><figcaption></figcaption></figure>

1.6 Click to "Upload" button to upload your photos.

1.7 After uploading a photo, you can edit the photo information or rearrange the position of the photos.

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

<figure><img src="/files/j6u8NNxm8h3nPiAOrq7N" alt=""><figcaption><p>Tag products to image.</p></figcaption></figure>

<figure><img src="/files/yQsoYJh8zJExU0TNbBdQ" alt=""><figcaption><p>Update cation and alt of photo.</p></figcaption></figure>

### 2. Customize your gallery

2.1 Go to "Setting" tab and  customize the options to your liking.

<figure><img src="/files/2uqKszM5Hd4hetZPZ6KP" alt=""><figcaption></figcaption></figure>

You can choose the appropriate layout, customize options such as colors, effects, text, ...

2.2 In the "Setting" tab you can preview how the images will look on different devices. The number of images per row and the spacing between images can be adjusted.

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

After changing the customizations, you need to save and display it on your store.

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


---

# 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://angdocs.nx8apps.com/create-and-customize-a-gallery.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.
