> For the complete documentation index, see [llms.txt](https://aerogcs-green-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-green-docs.aeromegh.com/6.-projects/6.2-handling-existing-project/6.2.3-view-and-edit-the-plan-report.md).

# 6.2.3 View and Edit the Plan Report

Users have the option to view and edit the existing report for the selected plan. To view the existing report for the plan, access the following screen.&#x20;

<figure><img src="/files/b7Rw4eHxHk4lytbhDDje" alt=""><figcaption><p>Report for the plan</p></figcaption></figure>

To access the existing saved report for the selected plan, simply tap on the "Report" button. The report view will appear as displayed on the following screen:

<figure><img src="/files/J2RlIVBptNQlSvcc4M5H" alt=""><figcaption><p>View existing report for the plan</p></figcaption></figure>

To edit the report, click on the row displaying the report details. This action will open a Field report generation view, which is illustrated in the following screen:&#x20;

<figure><img src="/files/pdxPoare6yQJzEab0Asj" alt=""><figcaption><p>Edit field report</p></figcaption></figure>

Update the values of the report fields that the user wishes to modify, then click on the "Done" button to save the changes.

> 📝 **Note:**\
> If your device is 📶 **offline** or experiencing a **slow internet connection**, the field report may not upload automatically. In such cases, an **"Upload"** button will appear on the field report screen, allowing you to **manually upload** the report once a stable internet connection is available.


---

# 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://aerogcs-green-docs.aeromegh.com/6.-projects/6.2-handling-existing-project/6.2.3-view-and-edit-the-plan-report.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.
