> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/colibri/building-exercises/style/player-desktop.md).

# Player Desktop

Within `Player desktop`, you can customise:

* **General desktop settings and style** (background/channel & player icons)
* **Content and questions** (change colour/font/size of persona and player messages)
* **Phone calls** (background/button customisation/logo)

### General desktop settings and style

<div align="left"><figure><img src="/files/0E8EiicyLvAVlmSf9Lyt" alt="" width="416"><figcaption></figcaption></figure></div>

#### Background

Choose an eye-catching, but stylistically relevant background for your exercise:

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

{% hint style="warning" %}
If you're choosing a dark background, remember to change the channel text colour for visibility.
{% endhint %}

#### Channel icons

Here you can:

* Choose whether to have **channel icons visible from the start or only after the first message**&#x20;
* Modify channel icon **size**
* Edit channel icon **text** font, size, and colour

Customising channel icons can make exercises feel realistic as well as being potentially more visually-appealing. Click on channel icons directly to upload your own:

<div align="left"><figure><img src="/files/3fMFZpJUy4X5mYb8GdhY" alt=""><figcaption></figcaption></figure></div>

This will open a new window:

<div align="left"><figure><img src="/files/pCP6HQCk8KoqrxbfHaHh" alt=""><figcaption></figcaption></figure></div>

<details>

<summary>Where to find channel icons</summary>

You can find free icons for popular apps on [www.flaticon.com](https://www.flaticon.com/).

</details>

{% hint style="info" %}
To find out more about styling channels, visit the page below:
{% endhint %}

{% content-ref url="/pages/jJn9eWOkcDOi7qD17RWp" %}
[Channels](/colibri/building-exercises/channels.md)
{% endcontent-ref %}

#### Player image

Click directly on the player details as you would the channel icons to edit:

* The icon that represents the player in the exercise&#x20;
* Which player details will be displayed (name, email address, role, position, and team)

<div align="left"><figure><img src="/files/iauOJfBAULLuY9NnFM5r" alt=""><figcaption></figcaption></figure></div>

### Content and questions

To edit persona and player messages specifically, click on them directly or navigate to `Content and questions` in the `Player Desktop`:

{% hint style="warning" %}
Ensure messages are, first and foremost, easy to read e.g. if you're setting the buttons to a dark colour ensure the text is light and vice versa.
{% endhint %}

<figure><img src="/files/1Q7PSUdDak7VJ1UMrO6c" alt=""><figcaption></figcaption></figure>

### Phone calls

For incoming phone calls, you can customise:&#x20;

* **Phone background**
* **Buttons**
* **Logo**

<figure><img src="/files/NKmhaaBkzvOxmicMVeKL" 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://helpdocs.conducttr.com/colibri/building-exercises/style/player-desktop.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.
