> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/user-guide/vdi-experience/using-sessions-overview/sessions-2.md).

# Executions tab

See a list of all binary executions on VMs in all active sessions.

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

Select a device name in the **Device > Name** column to access [**Device view**](/platform/user-guide/device-view.md) for the specific VM.

### Action menu

Use the contextual action menu to refine your troubleshooting by allowing different data exploration paths.

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

In the **Username**, **Device > Name** and **Binary > Name** columns, select the action menu on the right side of the selected binary to open a new contextual investigation to **Retrieve all** connected devices, users, or events.

In the **Binary > Name** and **Device > Name** columns, you can **Diagnose** execution crashes or high CPU usage.

In the following columns, select **Drill down to** in the action menu to open a new contextual investigation to further diagnose issues and remediate them using remote actions:

* Username
* CPU time
* Memory used
* Page faults
* Number of freezes
* File total bytes
* File total operations
* Network total traffic


---

# 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.nexthink.com/platform/user-guide/vdi-experience/using-sessions-overview/sessions-2.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.
