> For the complete documentation index, see [llms.txt](https://docs.verge.aero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.aero/drone-show-software/quickstart/troubleshooting.md).

# Troubleshooting

To troubleshoot issues with the toolbox, you can find the toolbox icon in the System Tray in Windows or the "View" menu on OSX, as pictured below.

<figure><img src="/files/iil2T0Su7AKpojddCBv5" alt=""><figcaption><p>Verge Toolbox icon in the System Tray on Windows</p></figcaption></figure>

<figure><img src="/files/fqmkpmEpkXUxdsXXrUtL" alt=""><figcaption><p>Verge App Toolbox troubleshooting menu on macOS via the View menu</p></figcaption></figure>

The Toolbox icon can be dragged into the System bar for a more permanent experience

<figure><img src="/files/4Nc25cRQsQLSJ3npgob4" alt=""><figcaption><p>App Toolbox icon dragged into the Taskbar</p></figcaption></figure>

<figure><img src="/files/yXFa8Dynj1bP9wTT2ZBi" alt=""><figcaption><p>Troubleshooting menu via right-clicking on Windows</p></figcaption></figure>


---

# 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.verge.aero/drone-show-software/quickstart/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.
