# Dark Mode

## Introduction

***

Patchworks now supports a platform-wide dark mode. When activated, all screens - including flow builders, settings pages, and dashboards - are converted to the dark theme. You can switch between light and dark mode at any time without losing your work or session state.<br>

{% hint style="info" %}
Dark mode is a user-level preference. Each user on your company profile can set their own theme independently - enabling it for yourself has no effect on other users.
{% endhint %}

### Enabling dark mode

Dark mode is accessed directly from the main interface header - no settings menu required.

1. Log in to Patchworks and look to the **top-right corner** of any screen.
2. Click the **moon icon** (`🌙`) in the header bar.
3. The interface will immediately switch to dark mode across all screens.
4. To return to light mode, click the same icon again - it will have changed to a **sun icon** (`☀`).

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

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

{% hint style="info" %}
Your theme preference is remembered across sessions. Once you enable dark mode, it will remain active the next time you log in.
{% 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://doc.wearepatchworks.com/product-documentation/general-settings/dark-mode.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.
