> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/report-and-run-integrate/content/image-builder/crop-an-image.md).

# Crop an image

1. Open a report.
2. Tap the three horizontal lines in the lower-left corner.

   <div align="left"><figure><img src="/files/uMqik4KQqljnIgMvxJr4" alt="" width="375"><figcaption></figcaption></figure></div>
3. Choose **Image Builder** from the menu.

   <div align="left"><figure><img src="/files/RCxaUobZ4ZKrzQO0iJ0M" alt="" width="375"><figcaption></figcaption></figure></div>
4. Tap the grid icon at the bottom of the screen to change how many images are displayed. Two images appear by default.&#x20;

   <div align="left"><figure><img src="/files/JYpiQCMuo7pa8sz9qvBl" alt="" width="375"><figcaption></figcaption></figure></div>
5. Select the single square to display a single image.

   <div align="left"><figure><img src="/files/jbeYpyuALShNWTtFPrHk" alt="" width="375"><figcaption></figcaption></figure></div>
6. Tap the check in the lower right.&#x20;

   <div align="left"><figure><img src="/files/2FRINHKXsfLfeNXdacjG" alt="" width="375"><figcaption></figcaption></figure></div>
7. Tap the image block to upload a photo from your device's gallery or camera.&#x20;

   <div align="left"><figure><img src="/files/sRZdcIpTFUph0QYzIUno" alt="" width="375"><figcaption></figcaption></figure></div>
8. Tap the image you just uploaded.

   <div align="left"><figure><img src="/files/nVwqyr22QS8ABdEWv024" alt="" width="375"><figcaption></figcaption></figure></div>
9. Zoom in on the image by touching two fingers to the screen and moving them apart.&#x20;

   <div align="left"><figure><img src="/files/u8tuxDN2J1FrIVFCTIAr" alt="" width="375"><figcaption></figcaption></figure></div>
10. Zoom in until the areas you want to crop out no longer appear in the frame.&#x20;
11. Tap the back button when finished.&#x20;

    <div align="left"><figure><img src="/files/B6o8FbsYQ2LQymcExyEM" alt="" width="375"><figcaption></figcaption></figure></div>
12. Tap the **Save** button.&#x20;

    <div align="left"><figure><img src="/files/6j78ByRZK1CXzkkBWdlS" alt="" width="375"><figcaption></figcaption></figure></div>
13. Your image will appear cropped in the report.&#x20;


---

# 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://docs.reportandrun.com/manual/report-and-run-integrate/content/image-builder/crop-an-image.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.
