diff --git a/README.md b/README.md index 6b19cb3..648d9a4 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ openclaw models set provider/model-id For example: `openclaw models set anthropic/claude-sonnet-4-20250514` or `openclaw models set openai/gpt-4-turbo`. Use `openclaw models list --all` to see available models. +**Q: How do I access configuration after the initial setup?** + +A: Visit `/setup` on your deployed instance at any time — it works both before and after setup. Once configured, the setup page shows your current status along with management tools: device approval, health checks (Run Doctor), data export, and a reset option. You'll need your `SETUP_PASSWORD` to access it. + **Q: My config seems broken or I'm getting strange errors. How do I fix it?** A: Go to `/setup` and click the "Run Doctor" button. This runs `openclaw doctor --repair` which performs health checks on your gateway and channels, creates a backup of your config, and removes any unrecognized or corrupted configuration keys.