diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx index d9f20248fb..28a1d66ee7 100644 --- a/docs/get-started/quickstart.mdx +++ b/docs/get-started/quickstart.mdx @@ -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 ```