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

# Exporting Sorting Results

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

The app provides flexible options for customizing the export of sorting results. You can choose from preset export templates or configure the settings manually. The screenshots demonstrate the most popular export options.

## Screenshot 1: Copying Photos with a Green Flag

When selecting these parameters, the app will prompt you to specify a destination folder to copy photos marked with a green flag. During the export process, the app will copy RAW and/or JPEG files (depending on the formats imported into the catalog), as well as XMP files containing the flag, rating, and color tag information.

**Important:** The app does not store original RAW files. Therefore, you will be asked to specify the location of the folder containing the original photos to complete the export process successfully.

***

## Screenshot 2: Exporting XMP Files Only

If you select only XMP in the export format settings, you can immediately specify the destination folder. It is recommended to select the “RAW Folder” option as the destination. In this case, the app will prompt you to specify the folder with the original photos, and XMP files will only be copied for photos present in the specified folder.

If photos were imported from multiple external drives, you will need to repeat the export process for each drive separately.

***

## Screenshot 3: Deleting Rejected Photos with a Red Flag

This option allows you to delete photos marked with a red flag directly from an external drive. The app will prompt you to connect the external drive and select the folder containing the original photos to delete the corresponding files.


---

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