# Processes

<figure><img src="/files/20gMbnOd78agNUCowKUs" alt="" width="375"><figcaption></figcaption></figure>

The processes panel lists all the active processes in your editor session. Processes can be stopped by right clicking and clicking "Stop".

When **debugging** multiple processes at the same time, clicking a process will make it the active process, making debug actions like **step** and **continue** affect that process. Read more about this in the [debugging guide](/midio-docs/guides/debugging.md).


---

# 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.midio.com/midio-docs/reference/overview/processes.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.
