> For the complete documentation index, see [llms.txt](https://docs.cw.crisisworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cw.crisisworks.com/concepts-and-fundamentals/on-a-computer/your-user-profile-and-duties/user-preferences.md).

# User Preferences

## Overview <a href="#overview" id="overview"></a>

User Preferences is where you can configure settings based on your own personal preferences.

This helps enables accessibility features.

With this you can:

* change the layout of the app to suit the device you're using
* switch to adaptive dark mode - this option can reduce eye strain, blue light emissions, make text more comfortable to read, increase battery life and improve accessibility for certain users

### Access

Diagnostics is accessed from the [User Menu](/concepts-and-fundamentals/on-a-computer/your-user-profile-and-duties.md#user-menu) via the User Preferences link under SYSTEM.

<figure><img src="/files/WhUcQlxW31CHPEX8duNQ" alt="" width="226"><figcaption><p>User Preferences in User Menu</p></figcaption></figure>

## Layout

You can switch between 4 main layout modes using the radio buttons provided.

This also lets you simulate the presentation on another device type.

The modes available are:

<table><thead><tr><th width="160.3046875">Layout mode</th><th>Description</th></tr></thead><tbody><tr><td>Web</td><td><p>Best for use on computers and larger screens. </p><p>This is the default on the web.</p></td></tr><tr><td>App</td><td>A smaller screen layout for mobiles and larger screen layout for tablets.<br>This is the default in the mobile app.</td></tr><tr><td>Single View App</td><td>Best for mobile phones and small-screen devices</td></tr><tr><td>Split View App</td><td>Best for tablets and large-screen devices</td></tr></tbody></table>

## Dark Mode

This setting switches between normal and adaptive dark mode based on your operating system preference.&#x20;

{% hint style="info" %}
This feature is currently web-only
{% endhint %}

To enable Dark Mode, set **Dark Mode** to *Enabled* using the radio button provided.

To disable Dark Mode, set **Dark Mode** to *Disabled* using the radio button provided.

## Saving Preferences

To save your preferences, you must use the Save <img src="/files/VhPceeiDyAJoo3mHwuvH" alt="" data-size="line"> button, following which any setting changes you've made will be applied.


---

# 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.cw.crisisworks.com/concepts-and-fundamentals/on-a-computer/your-user-profile-and-duties/user-preferences.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.
