Create your first chatbot
The onboarding flow — sign up, pick a template, and land on a fresh chatbot.
This walks through the full flow end-to-end.
1. Sign up
The signup page has:
- Card title: Create your account
- Description: "Start building chatbots in minutes"
- A Continue with Google button at the top
- A separator with "or" in the middle
-
Four fields:
- First name (optional)
- Last name (optional)
- Email (required) — placeholder: "you@example.com"
- Password (required) — at least 6 characters
- Submit button: Create account (flips to "Creating account..." while it submits)
- Footer link: "Already have an account? Log in"
Only email and password are required. If you leave first/last name blank, your profile just starts empty — you can fill them in later.
2. Onboarding, step 1: welcome
Right after signup you land on the onboarding welcome screen:
- Heading: Welcome — let's build your AI chatbot.
- Subtitle: "Four quick steps and your chatbot is live. You can revisit any step later from the chatbot dashboard — nothing is locked in."
-
A 2×2 grid of four cards previewing what's coming:
- 📚 Train with your content — "Upload documents, paste URLs, or write Q&A. Your bot learns from whatever you give it."
- 🎨 Customize the look — "Pick colors, wording, and a welcome message that matches your brand."
- 💬 Test it live — "Chat with your bot right away. Edit the prompt or add knowledge until replies feel right."
- 🚀 Deploy anywhere — "Drop in a script tag, share a link, or plug WhatsApp / Telegram in one click."
- Primary button: Let's build it →
3. Onboarding, step 2: create the chatbot
Click through from the welcome screen and you get the create-a-chatbot form.
- Heading: Create a chatbot in 2 minutes
- Subtitle: "Start from a template or build from scratch — you can change everything later."
Three fields in a single card:
- Name (required) — placeholder: "My Support Bot"
- Website URL — placeholder: "example.com". Hint: "Optional — we'll use this to tailor the chatbot's tone."
- Description — placeholder: "Brief description of what this chatbot does". Hint: "Optional — helps you find the bot later."
Below the card, a template picker with the heading Or start from a template. Clicking a template card:
- Selects it (click again to deselect)
- Fills in the Name field with the template's name if you hadn't typed anything yet
The submit button label depends on state:
- While submitting: "Creating…"
- With a template selected: Create from [template name]
- Otherwise: Create from scratch
The button is disabled until you've entered a name.
4. After creating
Once the chatbot exists, you land inside its tabs. You can revisit everything:
- Chatbot settings to edit the name, prompt, website, and description
- How training works to add knowledge
- Widget appearance to customize colors and copy
- Channels overview to wire up the web widget, WhatsApp, or Telegram
What's not in the wizard
The wizard doesn't ask about:
- The AI model — there's a platform default and no picker
- Widget colors — those live on the Widget tab after creation
- Channel setup — done after the chatbot exists
- Plan selection — handled separately on the billing page