# Virtual Desktop

The virtual desktop is the player-facing interface wherein the exercise takes place. It is designed to look and feel like a familiar digital workspace, immersing players in a crisis scenario as if it were taking place in real time.

All injects, channels, and persona interactions are delivered here, creating a **safe but realistic training environment**.

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

Players (i.e. the training audience) can interact with your exercise via any device with a web browser. After log in they'll see the virtual desktop.

{% hint style="info" %}
Note that **all the channels are configurable by the designer**. They design which channels to use, how they should be named and what icon should represent them and more.
{% endhint %}

### Multi-channel exercise

In the virtual desktop, you'll be working in a multi-channel exercise meaning that **communications will  come at you via various applications** as it does in real life.

Every time you see a **red flashing dot** that means you have a notification, indicating new information to check in a channel.

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

{% hint style="info" %}
Note that the icons you see might be different from those shown above because the designer of the exercise is able to **customise and configure the interface**. Even if the icons and images are different, it will work the same way as described in these articles.
{% 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://helpdocs.conducttr.com/player-guide/virtual-desktop.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.
