openclaw onboard
Guided onboarding process for new users.
Usage
bash
openclaw onboard [options]Description
The onboard command provides a step-by-step tutorial for new users, covering:
- Basic concepts and terminology
- First-time configuration
- Sending your first message
- Common use cases
Options
| Option | Description |
|---|---|
--quick | Quick onboarding (skip tutorials) |
--reset | Reset onboarding progress |
Examples
bash
# Start onboarding
openclaw onboard
# Quick onboarding
openclaw onboard --quick
# Restart onboarding
openclaw onboard --resetSee Also
- setup - Initial setup
- Getting Started