> For the complete documentation index, see [llms.txt](https://photopicker.gitbook.io/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://photopicker.gitbook.io/v3/interface.md).

# Application Interface

<div data-full-width="false"><figure><img src="/files/ZId3fhloauWSsbbd5OLq" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/dFcU9UMtEpRcfGvIddGv" alt="" width="50"><figcaption></figcaption></figure></div>

**Batch Selection Mode:** Select one or all photos and perform batch actions, such as setting flags, ratings, or color tags. This mode can also be activated by long-pressing an image.

***

<div align="left"><figure><img src="/files/1sZWzhDPyLHaeIxE2888" alt="" width="50"><figcaption></figcaption></figure></div>

**Filter Mode:** Filter the photo list based on parameters like flag color, rating, or color tags. Once filtered, you can activate batch selection mode to apply mass operations for setting flags, ratings, or color tags.

***

<div align="left"><figure><img src="/files/4OS87Or2ohas3Qi2PBBs" alt="" width="50"><figcaption></figcaption></figure></div>

**Find the Last Photo with a Green Flag:** This feature allows you to quickly locate the last photo marked with a green flag and continue the photo sorting process from that point.

***

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

While viewing an individual photo, tap the screen edges to quickly switch between photos. This feature is available even in zoom mode, making it easy to compare details and assess the sharpness of multiple shots at once.

***

The app supports external keyboards for photo browsing:

* Keys 0–5: Set the corresponding rating
* Keys 6–9: Set color tags
* Up/Down Arrows: Manage flags (similar to swipe gestures for up/down)
* Right/Left Arrows: Navigate between photos

This allows for faster and more convenient photo management without relying on the touchscreen.


---

# 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://photopicker.gitbook.io/v3/interface.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.
