# Where are photos, PDFs, and other media files stored in the offline version of the app?

The images are stored in a private area of the app. There are two ways to export them:

1. use the **raw images** export option within the report
2. use the backup/restore tool which allows you to export all file to storage such as an SD card or external connected drive

## Related

* [Article: How to export a raw image from report](/manual/report-and-run/content/images/export-raw-images-from-a-report.md)
* [Article: How to backup the app to an external drive](/manual/report-and-run/data/backup-app-to-usb-drive.md)
* [Article: How to delete an item from a report](/manual/report-and-run/content/reports/delete-an-item-in-a-report.md)
* [FAQ: How do I save the photos taken in the app to the gallery?](/manual/faq/c150/c157/q503.md)
* [FAQ: What is the maximum number of photos I can add to a single report, and can that limit be increased?](/manual/faq/c160/c166/q548.md)


---

# 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://docs.reportandrun.com/manual/faq/c142/c147/q417.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.
