# Interactive CLI usage

Run `foxora` without a subcommand to open the full-screen interactive terminal UI.

## Start an interactive session

```bash
foxora
```

The interactive UI is intended for supervised conversations and ongoing sessions. Use `foxora run` instead when a script needs one prompt, one printed result, and an exit code.

## Before opening the UI

```bash
foxora setup
foxora login
foxora doctor
```

- `setup` provisions the local runtime.
- `login` opens the secure browser sign-in flow.
- `doctor` checks the engine, runtime, and authentication if the UI cannot start.

Use `foxora --remote` when you explicitly want to attach to an already-running engine without allowing the CLI to spawn one.
