> For the complete documentation index, see [llms.txt](https://alludium.gitbook.io/alludium-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alludium.gitbook.io/alludium-docs/13.-account-management/13.2-appearance.md).

# Appearance

**Location:** Settings → Appearance

Customize how the Alludium interface looks and how content is displayed. Appearance settings are personal preferences that apply across all workspaces you're a member of.

#### Theme

Select your preferred visual theme for the interface.

**Light**\
Bright interface with light backgrounds and dark text. Optimized for well-lit environments and daytime use.

**Dark**\
Low light mode with dark backgrounds and light text. Reduces eye strain in low-light conditions and conserves battery on OLED displays.

**System**\
Automatically matches your operating system's theme preference. The interface switches between light and dark modes based on your system settings, adapting to your device's current appearance.

To change your theme:

1. Navigate to **Appearance**
2. Select **Light**, **Dark**, or **System**
3. The interface updates immediately—no save required

#### Message Layout

Choose how chat messages are displayed in agent conversations.

**View 1**\
Left aligned layout where all messages appear aligned to the left side of the chat interface. Creates a traditional conversation flow with consistent alignment.

**View 2**\
User on right layout where your messages appear on the right and agent responses appear on the left. Creates a messaging-app style conversation that visually distinguishes between your inputs and agent outputs.

To change your message layout:

1. Navigate to **Appearance**
2. Select **View 1** or **View 2**
3. The layout updates immediately in all agent chat interfaces

**Quick switching:** You can quickly switch between message layouts using the toggle button in the chat interface. Your preference is saved automatically and applies to all future conversations.

***

All appearance preferences are personal settings that follow you across workspaces and devices when you log in to Alludium.


---

# 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://alludium.gitbook.io/alludium-docs/13.-account-management/13.2-appearance.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.
