> For the complete documentation index, see [llms.txt](https://adaptix-framework.gitbook.io/adaptix-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/agent-browsers/process-browser.md).

# Process Browser

The Process Browser displays information about processes. When the Process Browser is launched, **no requests are made to the server**. To send a request to the server, you must click the Refresh button ![](/files/YO4zPk1FNneRMK3meCNM).

The Process Browser on the left displays the processes in a tree view. The table on the right displays detailed information about the processes. The current process running the agent is displayed in red.

{% tabs %}
{% tab title="Windows" %}

<figure><img src="/files/eLWUWFnUFtKeLsOD1bJ5" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Unix" %}

<figure><img src="/files/N9k8aPofQQbo1XLZpBPy" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

The "Wait" status indicates that the request is currently being processed. The "Ok" status displays the date and time of the response.

<table data-header-hidden><thead><tr><th width="142"></th><th></th></tr></thead><tbody><tr><td>Wait</td><td><img src="/files/z1eViOj87dWMP5CLUAfC" alt=""></td></tr><tr><td>Ok</td><td><img src="/files/j0kGVCH30XP9bbJc7hLS" alt=""></td></tr></tbody></table>

File Browser allows you to filter processes by a substring from any column.

<figure><img src="/files/WaYayXBdXdhwxRZ1N1b3" alt=""><figcaption></figcaption></figure>

From the context menu of the process table you can copy the PID of the selected process.

<figure><img src="/files/oQB3F38fbegt1KYQchlG" alt=""><figcaption></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://adaptix-framework.gitbook.io/adaptix-framework/adaptix-c2/agent-browsers/process-browser.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.
