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

# セットアップ

# `openclaw setup`

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

関連項目:

* はじめに: [Getting started](/start/getting-started)
* ウィザード: [Onboarding](/start/onboarding)

## 例

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

setup 経由でウィザードを実行するには:

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