# Reporting

The Reporting area has up to five subpages: Insights, Network, Inventory, Audit Log and Alert Log

### Insights

* [**Insights** View reporting data graphically, compare to previous months and display a table for additional details](/reporting/insights.md)

### Network Reports

* [**Setup** Overview, setup and templates](/reporting/network-reports/setup.md)
* [**Suggested reports** Options you might select for creating commonly requested reports](/reporting/network-reports/suggested-reports.md)
* [**Output** A description of the fields and options available in Reporting](/reporting/network-reports/output.md)
* [**Graphs** There are five possible graphic options available for reports](/reporting/network-reports/graphs.md)
* [**Colours** Describes the colours and meaning of Issue Scores and Exceptions](/reporting/network-reports/colours.md)
* [**Site Availability** Shows how to generate a site availability percentage in a report](/reporting/network-reports/site-availability.md)

### Inventory

* [**Inventory** A listing of device details, primarily gathered from the monitored device](/reporting/inventory.md)

### Audit Log

* [**Audit Log** A list of changes made in Highlight](/reporting/audit-log.md)
* [**Logins report** CSV report showing a summary of user logins](/reporting/audit-log/logins-report.md)

### Alert Log

* [**Alert Log** A list of all alert sent by Highlight](/reporting/alert-log.md)

### Admin Reports

Additional reports if your user credentials permit

* [**User report** CSV report showing details of user login details, including permissions and history](/reporting/admin-reports/user-report.md)
* [**Watch report** CSV report showing details of bearer watches](/reporting/admin-reports/watch-report.md)

### Reporting API

* [**API** A description and full details of the Highlight Reporting API](/reporting/reporting-api.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://help.highlight.net/reporting.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.
