# Verge App Toolbox

The Verge App Toolbox provides a centralized way to install, update, launch, and uninstall Verge's desktop software — **AEROStudio** and **AEROConsole**. The latest version of the toolbox can be downloaded at any time from our [downloads page](https://portal.verge.aero/downloads).

## Logging in

Sign in with your Verge account email and password. If you don't have a connection to the internet, click **Offline Mode** to launch builds you previously installed — see [Offline Mode](https://docs.verge.aero/drone-show-software/quickstart/offline-mode) for details.

<figure><img src="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2Fgit-blob-6dbe172f9b8fe1ef938210c20ebc14092adbf39f%2Ftoolbox-login.png?alt=media" alt=""><figcaption><p>Login page of the Verge App Toolbox</p></figcaption></figure>

The streams available to you after logging in are dictated by your [desktop permissions](https://docs.verge.aero/drone-show-software/verge-web-portal/managing-users-desktop-permissions).

## Simple mode

Simple mode is the default and is designed to get you launched as quickly as possible. Pick **AEROStudio** or **AEROConsole** in the left navbar and you'll see a single, large **Launch** button targeting the build you most recently launched (the stream and version are shown dimmed above the button).

<figure><img src="https://1654204364-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakGR2bVCZLTNoe2hkqeR%2Fuploads%2Fgit-blob-34e33381865dc69ad73929b0db8bd381740b91ac%2Ftoolbox-simple-mode.png?alt=media" alt=""><figcaption><p>Simple mode — one click to launch the most recently used build</p></figcaption></figure>

* **Launch** runs the highlighted build immediately.
* **Select** opens a picker so you can choose a different installed build as the launch target.
* **Install** opens the install dialog so you can add another version.
* A small launch-options cog appears next to **Launch** when the target build defines launch modes (for example, different startup configurations). Click it to choose which mode to use; your choice is remembered for next time.
* An **Updates available** toast appears in the bottom-right whenever any installed stream has a newer build. Dismiss it once you've seen it.

## Switching to Advanced mode

Click the **Simple** toggle in the header to switch to Advanced mode, which exposes the full table of installed builds, per-row launch and uninstall actions, stream filtering, and the install modal. See [Advanced Mode](https://docs.verge.aero/drone-show-software/quickstart/advanced-mode) for the full breakdown.


---

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