> 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/feature-documentation/designing-and-running/style.md).

# Style

The Virtual Desktop seen by the player, and to some extent what is seen by the Facilitator, can be styled by the designer.

This can be customised to represent your **brand, client, or tone**, allowing you to effectively **whitelabel an exercise** so it feels bespoke to the organisation running it.

These finishing touches can also make a big difference to the player experience, helping to **worldbuild and increase immersion**.

<table><thead><tr><th width="229.88885498046875">Customise</th><th>Description</th></tr></thead><tbody><tr><td><strong>Access screen</strong></td><td><ul><li>Background</li><li>Logos</li><li>Click to play button</li><li>Browser favicon</li></ul></td></tr><tr><td><strong>Player desktop</strong></td><td><ul><li>Channel icons and names</li></ul></td></tr><tr><td><strong>Bespoke URL</strong></td><td>Custom web address for the exercise</td></tr></tbody></table>

## Access

### Background, logos, and click to play button

The access screen is often a player's first impression of the exercise, so it's worth branding to match the organisation. You can **apply your own branding** to the screens players see before they enter the exercise.&#x20;

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

### Browser favicon

You can also customise the browser tab name and favicon for your exercise.

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

{% hint style="info" %}
We recommend keeping your registration page branding **consistent with the rest of the exercise (colours, logo, tone of wording)** so the world you're creating feels coherent.
{% endhint %}

***

## Player desktop

### Channels

Navigate to `Configuration` > `Style` .

{% embed url="<https://youtu.be/rKVPPMEjs5k>" %}

Customising channel icons is one of the quickest ways to make an exercise feel realistic. Edit the name and icon for each channel to match client branding and/or the platforms you're simulating.

Here you can:

* Choose whether channel icons are visible from the **start**, or only after the **first message**
* Modify the channel icon **size**
* Edit the channel icon **text** (font, size, and colour)

Click on a channel icon directly or drag and drop to upload your own.

{% hint style="success" %}
Free icons for popular apps are available at [www.flaticon.com](https://www.flaticon.com).
{% endhint %}

### Bespoke URL

Give your exercise a **custom web address** instead of a generic Conducttr link. Ask your account manager if you'd like to customise your URL.&#x20;

#### Export/import style

You can export and import style to **reuse** across exercises. This is useful if you're running the same client through multiple scenarios, or want to keep a consistent look across a series of exercises for the same world/organisation.

<figure><img src="/files/rLauSm7T1h8ph9XHH0Ex" 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/feature-documentation/designing-and-running/style.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.
