> For the complete documentation index, see [llms.txt](https://picstork-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://picstork-docs.aeromegh.com/5.-fine-tune-your-analytics-report/5.3-generating-report.md).

# 5.3 Generating Report

PicStork will provide a detailed analysis in the report format. These reports will be generated automatically after the successful completion of a task and available in two formats as discussed in the following section.

### 5.3.1 Summary Report

Summary of the analysis will be displayed as the Summary Report. Graphical and statistical data will be displayed which includes the number of objects detected. &#x20;

<figure><img src="/files/xtqwUCNYHItqMBfwALDZ" alt=""><figcaption><p>Summary Report</p></figcaption></figure>

The percentage-wise analysis summary with a total number of objects detected will be available in the summary report.

<figure><img src="/files/7VFYFZnJjymD0pBX5TX7" alt=""><figcaption><p>Summary Report</p></figcaption></figure>

### **5.3.2 Detailed Report**

Click on "**Detailed Report**" option as shown in the above image. The following image shows more details of the selected task.&#x20;

<figure><img src="/files/FRZ4Od9PjSQadkNj8MKn" alt=""><figcaption><p>Detailed Report</p></figcaption></figure>

The user can set the severity level of accuracy as Normal, Medium, High, Higher, and Very High as shown in the following image. You can see all the images used for object detection by selecting "All" option from the severity.&#x20;

<figure><img src="/files/sUZnXNFyzoeYEq7GGBT9" alt=""><figcaption><p>Severity Levels of Objects</p></figcaption></figure>

Click on the "**View Report**" button to view and download the report. The report will be downloaded in pdf format. Click on the "Download" button to download the report on the computer.

<figure><img src="/files/fUBDkieajtJIIpkRTQJk" alt=""><figcaption><p>View Report</p></figcaption></figure>

The user can download the report in .pdf format or in excel format by selecting the appropriate button.

#### Download Report in Excel

Click on the "Download Excel" button to download the report in Excel format. The generation of a report will take some time which will be intimated through an email. Click on the "Ok" button to proceed for generating report.

<figure><img src="/files/AVtI2ekt4pgOgPxZZeAb" alt=""><figcaption><p>Report Progress</p></figcaption></figure>

Detailed analysis presentation can be changed as shown in the image below.

<figure><img src="/files/bmn0hrX2Mh0XscnsL4ob" alt=""><figcaption><p>Image-wise Detailed Analysis</p></figcaption></figure>

Image-wise detailed analysis report is readily available after processing through PicStork as shown in the following image. The number of objects detected per image are readily available. This is a powerful feature of PicStork.

<figure><img src="/files/YmRPasgvt1jSIFQ37wsp" alt=""><figcaption><p>Image-wise Analysis</p></figcaption></figure>

The user can edit the remarks if required by selecting pen <img src="/files/SIWCrYjWE6JjLJjazez8" alt="" data-size="line">in the detailed report. Add the remark and save it by selecting the symbol to save that appears on the screen.&#x20;

"**Detailed Report**" can be downloaded and stored on your local computer. You can save this report in .pdf format or in Excel format which can be used as and when required.


---

# 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://picstork-docs.aeromegh.com/5.-fine-tune-your-analytics-report/5.3-generating-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.
