> 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/troubleshooting.md).

# Troubleshooting

## Network Explorer

* Network Explorer Explains symptoms experienced when viewing the Network Explorer Tree and the associated controls

## Status page

* Location colour Reasons why a location might not be green
* Service tiles How various numbers are calculated on service tile
* Alerts Suggestions to explain why no alert is received, or multiple alerts are received

## Details page

* Traffic Load Suggestions to explain unexpected traffic load
* Line Availability Explains symptoms experienced with the Line Availability chart
* Broadband Bandwidth Explains symptoms experienced with Broadband Clarity
* Classes Explains symptoms experienced with discovering Classes
* Performance Analysis Explores a number of common causes of test failure
* General Explains general symptoms related to displaying the Details page

## Reporting

* Reports Symptoms experienced with Highlight reporting

## Application monitoring

* NBAR Explains symptoms experienced with the NBAR charts
* Flow Provides causes of Flow monitoring problems
* AppVis™ Explains symptoms which may be experienced with the AppVis feature

## Watches

* New Devices Why new additions may fail testing or activation; or why existing bearer watches may go "not contactable"
* Moved watches When watches may go "not contactable" after being moved
* Editing watches Symptoms seen when editing a watch
* Recovering watches Details on recovering watches and other items
* Bandwidth discovery Unexpected symptoms when using bandwidth autodiscovery

## WiFi monitoring

* WiFi Explains symptoms experienced with WiFi monitoring

## Switch monitoring

* Switches Explains symptoms experienced with Switch monitoring


---

# 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/troubleshooting.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.
