Files
openclaw/docs/help/faq.md

33 lines
925 B
Markdown
Raw Normal View History

---
summary: "FAQ (concepts): what Clawdbot is and how it fits together"
read_when:
- Youre new and want the mental model
- Youre not debugging a specific error
---
# FAQ (concepts)
If youre here because somethings broken, start with: [Troubleshooting](/help/troubleshooting).
## What is Clawdbot?
Clawdbot is a personal AI assistant you run on your own devices. It replies on the messaging surfaces you already use (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, WebChat) and can also do voice + a live Canvas on supported platforms. The **Gateway** is the alwayson control plane; the assistant is the product.
## What runtime do I need?
Node **>= 22** is required. `pnpm` is recommended. Bun is **not recommended** for the Gateway.
## Whats the recommended setup flow?
Use the onboarding wizard:
```bash
clawdbot onboard --install-daemon
```
Then use:
```bash
clawdbot dashboard
```