# Sorting items in an album

To sort photos and videos inside an album, you have to click on the Sort option, located at the bottom left part of the album cover.&#x20;

It will show a list of sorting options:

* Sorting by shooting date (ascending and descending)
* Alphabetical sorting (ascending and descending)
* Sorting by modification date (ascending and descending)

You can decide to make this sorting global to all the albums or for this album only.

![The sorting menu is accessible from the bottom left part of the cover](/files/-M7sdKf1gJ9ehTSe6CUF)


---

# 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://help.piktures.app/album/sorting-items.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.
