> ## Documentation Index
> Fetch the complete documentation index at: https://doc.ambientsoul.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

# Configuration Reference

> 🚧 Initial skeleton.

All configuration options for `soul.toml` and environment variables.

```toml theme={null}
[soul]
name = "Luna"
personality = "friendly"
voice = "warm"

auth_token = "${SOUL_AUTH}"

[memory]
path = "~/Library/Application Support/soul/memory.db"
mode = "persistent"   # or "ephemeral"

autoupdate = true
```

## Environment Variables

| Variable             | Description                     |
| -------------------- | ------------------------------- |
| `SOUL_DATA_DIR`      | Override default data directory |
| `SOUL_SYNC_ENDPOINT` | Custom cloud sync URL           |
| `RUST_LOG`           | Log level                       |
| `SOUL_DISABLE_SYNC`  | Force offline mode              |
