# What is the maximum number of photos I can add to a single report and can that limit be increased?

We don't have a maximum number of images for reports. However, large reports (usually around 100 images) will be split into multiple documents when exported. The app will warn you if the generated report needs to be split.

In the offline version, you can disable this with some impact to functionality:&#x20;

* the final file size may be too large to send via email&#x20;
* the app may become unstable if too many images are added to a single file

## Related

* [FAQ: How do I share reports that are too large to send via email?](/manual/faq/c160/c164/q540.md)
* [FAQ: Where are photos, PDFs, and other media files stored in the offline version of the app?](/manual/faq/c142/c147/q417.md)
* [FAQ: What is the maximum number of characters that can be added to a description in a report?](/manual/faq/c160/c166/q549.md)
* [FAQ: How do I add multiple images to a single comment?](/manual/faq/c150/c153/q455.md)
* [FAQ: Why am I unable to add images from the gallery?](/manual/faq/c160/c161/q522.md)
* [FAQ: How do I contact support?](/manual/faq/c169/q575.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/c160/c166/q548.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.
