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

# Configuration

> Full settings editor for your gateway

The **Config** tab in the Control UI provides a full settings editor for your gateway. It edits `~/openclaw/openclaw.json` with 25+ categories.

## Categories

<CardGroup cols={4}>
  <Card title="Environment">Runtime settings</Card>
  <Card title="Updates">Auto-update policy</Card>
  <Card title="Agents">Agent configuration</Card>
  <Card title="Authentication">Auth and tokens</Card>
  <Card title="Channels">Messaging platforms</Card>
  <Card title="Messages">Message handling</Card>
  <Card title="Commands">Exec policies</Card>
  <Card title="Hooks">Event hooks</Card>
  <Card title="Skills">Skill management</Card>
  <Card title="Tools">Tool policies</Card>
  <Card title="Gateway">Core settings</Card>
  <Card title="Models">Model config</Card>
</CardGroup>

## Usage

* Use the **search bar** to find specific settings
* Toggle between **Form view** (structured UI) and **Raw view** (JSON editor)
* Changes are **validated before saving**

See [OpenClaw docs: Configuration](https://docs.openclaw.ai/gateway/configuration) for all available options.
