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

# setup

# `fased setup`

Initialize `~/.fased/fased.json` and the default workspace without going through the full onboarding flow.

Related:

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

## Examples

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

To run the wizard via setup:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
fased setup --wizard
fased setup --wizard --mode remote --remote-url ws://gateway-host:18789
fased setup --wizard --mode remote --remote-url ws://gateway-host:18789 --remote-token <token>
fased setup --wizard --non-interactive
```

`setup` without `--wizard` only initializes config/workspace. `--wizard` hands
off to the onboarding flow and accepts the wizard flags shown above.
