Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,10 @@ Treat the authenticated URL like a password.
### Chat with the Agent from the Terminal

Connect to the sandbox and use the OpenClaw CLI.
Use the sandbox name you entered during onboarding; this example keeps using `my-gpt-claw` from the install output.

```bash
nemoclaw my-assistant connect
nemoclaw my-gpt-claw connect
# inside the sandbox:
openclaw tui
```
Expand Down