> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/reporting.md).

# 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
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://help.highlight.net/reporting.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.
