> For the complete documentation index, see [llms.txt](https://docs.finout.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finout.io/get-started-with-finout/appearance-beta.md).

# Appearance (Beta)

Finout lets you choose how the interface looks — Light, Dark, or System, which matches your operating system's current theme. This is a personal preference: each user sets it independently, and it only affects their own view of Finout.

### Set your appearance

1. Click your name or avatar in the **top-right corner** of Finout.\
   The user menu opens.

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

2. Locate the **Appearance** row. It contains three icons:

* ☀️ **Light mode** — always use the light theme (default).

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

* 🌙 **Dark** **mode** — always use the dark theme.

<figure><img src="/files/4qJt7xjp7HUjKtwjpAMs" alt=""><figcaption></figcaption></figure>

* 🖥️ **System** **mode** — follow your operating system's light/dark setting.

3. **Click** the icon for your preferred theme.\
   **Result**: The interface switches immediately. Your preference is saved and applies every time you log in.

{% hint style="info" %}
Appearance is a personal setting — it does not affect how other users in your account see Finout.&#x20;
{% endhint %}


---

# 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:

```
GET https://docs.finout.io/get-started-with-finout/appearance-beta.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.
