# Running Apps

The **Running Apps** page shows every AEROStudio and AEROConsole process currently running on your machine. Open it from the **Running Apps** entry in the navbar or from the activity icon in the header.

<figure><img src="/files/DdOmOFsab7i5YGjco1X0" alt=""><figcaption><p>Running Apps — live view of every running Verge process</p></figcaption></figure>

## Columns

* **App** — Studio or Console.
* **PID** — operating-system process ID.
* **Path** — the executable that's running.
* **CPU %** — current CPU usage.
* **Memory** — current memory usage.
* **Source** — **TOOLBOX** if the build was launched from a toolbox-managed install directory, **FOREIGN** if the executable lives outside that directory (for example, an installer-based copy not managed by the toolbox).
* **Action** — **Kill** terminates the process by PID. Use this when an app has hung and won't close on its own.


---

# 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/running-apps.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.
