# Sessions

VDI Administrators have the ability to list and control all virtual desktop sessions deployed on the IDEA environment.

<figure><img src="/files/XOCKphK5eRfXFNaHyc8B" alt=""><figcaption><p>Admin dashboard for VDI sessions</p></figcaption></figure>

### Join a session

To join an active session, click "**Connect**" button.

### Stop/Terminate a session

Click "**Actions**" button to get a list of all available options

{% hint style="info" %}
**Difference between force and regular stop/termination:**

Force option will be executed even if there is an active connection on the desktop. Use regular option If you want to be on the safe side and avoid disconnecting users.
{% endhint %}


---

# 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.ide-on-aws.com/virtual-desktop-interface/admin-documentation/sessions.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.
