> 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/folders.md).

# 4. WORKING WITH PHOTOS ON EXTERNAL STORAGE WITHOUT IMPORT

This mode allows you to start sorting photos immediately without the need for prior import. Simply select a folder containing your photos, and the app will automatically save all changes to XMP files. This makes your photos instantly available for import into photo editors. Flags, ratings, and color tags are automatically read from the XMP files when the photos are opened in external applications.

## Indexing and Folder Access

* When opening a folder for the first time, the app performs photo indexing, which only takes a few seconds
* Subsequent access to the folder is instant, thanks to the saved index

## Batch Operations

When performing batch operations, such as changing flags, ratings, or color tags, the process may take some time to complete. This is because the app needs to update the XMP files for the selected photos. During this process, a progress indicator is displayed on the screen to show the status of the export.

## Color Label Settings

Color labels are saved according to the Color Label Set Language parameter in the app settings. To ensure correct color label display in Lightroom, verify that the settings match Lightroom’s localization language.

## How to Configure Color Labels in Lightroom

1. Navigate to Metadata → Color Label Set → Edit
2. Ensure that the labels and their values match the localization and settings in PhotoPicker


---

# 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/folders.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.
