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

# setup

> ~/.openclaw/openclaw.json とエージェント ワークスペースを初期化します。例を確認できます。

`~/.openclaw/openclaw.json` とエージェント ワークスペースを初期化します。

関連:

* はじめに: [はじめに](/start/getting-started)
* ウィザード: [オンボーディング](/start/onboarding)

## 例

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw setup
openclaw setup --workspace ~/.openclaw/workspace
```

セットアップ経由でウィザードを実行するには:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw setup --wizard
```
