> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/user-interface/thumbnail-view-album-gallery-sections.md).

# Thumbnail View - Album Gallery Sections

## Overview

This article demonstrates how to configure the gallery scroll view inside the SharinPix Album component to filter images by uploaded date, date taken, or tags.

{% hint style="warning" %}
**Pre-requisite:**&#x20;

To enable these features, ensure that the [Gallery Navigation Scroll ](/documentation/features/user-interface/thumbnail-view-album-gallery-navigation.md#gallery-navigation-scroll)is enabled.
{% endhint %}

### Gallery Sections

The gallery sections provide a filtered view of the image thumbnails based on different criteria within the SharinPix Album UI. The following options are available:

* [**Gallery Section by Uploaded Date**](#gallery-section-by-uploaded-date)
* [**Gallery Section by Date Taken**](#gallery-section-by-date-taken)
* [**Gallery Section by Tags**](#gallery-section-by-tags)

These options allow users to organize and navigate albums more efficiently.

### Gallery Section by Uploaded Date

The gallery sections provide a filtered view of the image thumbnails by the uploaded date within the SharinPix Album UI. It can be enabled under **Enable Gallery Sections** in the [SharinPix Permission](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) assigned to the album.

![](/files/71YDGmB8FJIwx8wwKhzV)

The following shows the Gallery Section by Uploaded Date:

![](/files/CshJkXvXZhvy9FfuvclN)

### Gallery Section by Date Taken

The following shows the Gallery Section by Date Taken:

![](/files/XxjVVMl0C3EG2MtdyfjW)

### Gallery Section by Tags

It can be enabled under **Enable Gallery Sections** in the [SharinPix Permission](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) assigned to the album. The **Gallery Sections Type** has to be set to **Tags** and the tags should be specified. The images will be sectionned by the specified tags and images not tagged or who have other tags will appear in the **Other images** section.

![](/files/CxjJPg2KSrkYWlmGvvH6)

The following shows the Gallery Section by Tags:

![](/files/SmDbKJ1ZgCW4oHzObZv3)


---

# 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://docs.sharinpix.com/documentation/features/user-interface/thumbnail-view-album-gallery-sections.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.
