> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/editing/sorting.md).

# Sorting Photos

Control the order photos appear in your listing. Open the **⋯** menu on the Photos tab and select **Sort by** to choose a sort mode.

### Sort options

* **Custom** — Drag photos to arrange them in any order you want. This is the default. Your custom order is saved automatically and carries through to delivery.
* **Name** — Sort photos alphabetically by filename. Useful when your camera names files sequentially (e.g., `DSC_0001`, `DSC_0002`).
* **Date Created** — Sort photos by the time they were captured. This uses the EXIF capture time embedded in your photo files, so the final order matches the sequence you actually shot them in.

{% hint style="info" %}
**Date Created** is only available when your photos have capture time metadata. Listings created before this feature was introduced may not have this data, so you'll see **Custom** and **Name** only.
{% endhint %}

### Reordering with drag and drop

You can drag any photo to a new position in the grid. Once you move a photo manually, the sort mode switches to **Custom** to reflect your new arrangement.

### Switching sort modes

When your photos are in a custom order and you switch to **Name** or **Date Created**, Fotello asks you to confirm before reordering. This is because applying a new sort overwrites your current arrangement. You can always drag photos again afterwards to fine-tune.


---

# 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:

```
GET https://uni.fotello.co/photos/editing/sorting.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.
