Merge pull request #23 from arjunkomath/staging

Update FAQ
This commit is contained in:
Arjun Komath
2026-03-14 08:57:22 +11:00
committed by GitHub
+4
View File
@@ -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.