> For the complete documentation index, see [llms.txt](https://docs.pay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pay.io/account-settings/settings-overview/changing-console-theme.md).

# Changing Console Theme

The Merchant Console is available in both **Light** and **Dark** mode. You can switch between the two at any time to suit your working environment or personal preference.

#### Switching Your Theme

{% stepper %}
{% step %}
Click on your **account avatar** in the top right-hand corner of the screen.
{% endstep %}

{% step %}
Select **Appearance** from the dropdown menu.
{% endstep %}

{% step %}
Choose your preferred theme: **Light** or **Dark** or **System theme.** Your selection is applied instantly.
{% endstep %}
{% endstepper %}

<div data-with-frame="true"><figure><img src="/files/aPjar8uVhrEJm11wH0FG" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
This preference is tied to your individual account and does not affect the theme for any other users in your organisation. Each team member can set their own appearance preference independently.
{% endhint %}

***

#### What's Next?

* [Account Settings Overview](/account-settings/settings-overview.md) to explore all available settings for your account and organisation.
* [Managing Notifications](/account-settings/managing-notifications.md) to configure which platform events trigger email alerts for your account.


---

# 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.pay.io/account-settings/settings-overview/changing-console-theme.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.
