# Settings

## ⚙️ Settings Panel

Access via `/chatset` command.

### 🎨 Available Settings

#### 🌍 Language

Choose from 7 languages with flag selector.

#### 🎨 Accent Color

* 12 preset colors
* Custom color picker
* Theme applies to entire UI

#### 📊 Background Opacity

0% (transparent) to 100% (solid)

#### 🔠 Font Size

10px to 20px

#### ⏱️ Message Duration

5s to 60s before fade out

#### 🖱️ Chat Position

**Drag from the top** of the chat to move.

#### 🔧 Toggles

* ✅ Show timestamp
* ✅ Message sound
* ✅ Drawtext (3D head text)

***

### 💾 Auto-Save

All settings are automatically saved to:

1. **LocalStorage** (instant)
2. **Database** (500ms debounce)

Settings persist across:

* Server restarts ✅
* Character changes ✅
* Different sessions ✅

***

> 💡 **Tip:** Settings panel is also draggable - move it anywhere!


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/chat/settings.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.
