> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/menu/policy-management/report-tab.md).

# Report Tab

The Report dashboard displays a summary of the overall compliance status with a trend chart, while also providing a detailed, policy-by-policy breakdown of all compliant and non-compliant items for the selected date.

<figure><img src="/files/t3zG0xgtmKEJh0eTse7H" alt=""><figcaption></figcaption></figure>

1. **Report Selector:** This dropdown menu allows the user to select the specific report to be displayed.
2. **Date Selector:** This field allows the user to select the specific date for which to view the generated report data.
3. **Download Button:** This icon enables the user to download the currently displayed report, including all summary and detailed findings, for offline analysis or archival.
4. **Report Summary:** This section displays information for the selected report. It includes details such as the associated Account and Update Date, and a time-series chart visualizing the Compliance Status over the selected period.
5. **Detailed Information:** This section displays a comprehensive list of all policies applied for this report, along with their individual compliance results. It includes filter and search bars to navigate the findings.\
   Users can click the **\[>]** icon on the right of any policy to expand the row and view specific details about the compliant or non-compliant resources.


---

# 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.opsnow.io/dev-opsnow-user-guide-v0.2/menu/policy-management/report-tab.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.
