# Interactive CLI usage

Run `foxora` without a subcommand for supervised terminal conversations, session switching, model selection, files, and usage checks.

```bash
foxora
```

1. Sign in first with `foxora login` if the Account screen appears.
2. Start a new task and enter the outcome you want.
3. Use the crew picker and autonomy control before allowing changes.
4. Open the command palette for `/sessions`, `/usage`, `/models`, `/whoami`, or `/doctor`.
5. Review tool progress and approval prompts until the task finishes.

Use `foxora --remote` only when you intentionally want attach-only behavior; it will not spawn a missing local engine. For unattended scripts, use `foxora run` instead of automating terminal keystrokes.

**Expected result:** the TUI opens, shows the signed-in account, and streams the selected task without leaving the terminal in a broken state.
