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

> 전체 onboarding wizard 없이 config 파일과 agent workspace를 초기화하는 `openclaw setup` 사용법을 간단히 설명합니다.

# setup

# `openclaw setup`

`~/.openclaw/openclaw.json`과 agent workspace를 초기화합니다.

Related:

* Getting started: [Getting started](/start/getting-started)
* Wizard: [Onboarding](/start/onboarding)

## Examples

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

setup에서 wizard를 실행하려면:

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