Quick Start: Your First Bot in 5 Minutes
This guide gets you from zero to a working chatbot as fast as possible. By the end, you’ll have an AI bot trained on your website content, ready to answer questions.
What you’ll need: A website with content you want your bot to learn from. That’s it.
Step 1: Sign up
Section titled “Step 1: Sign up”Go to ChatbotIQ and sign in with Google or email (you’ll get a one-time passcode — no password needed).
When prompted, create a workspace. This is your home base where all your bots, sources, and team members live.
Step 2: Add a knowledge source
Section titled “Step 2: Add a knowledge source”- Click Knowledge Base in the sidebar.
- Click ”+ Add Source”.
- Choose Website and enter the URL of the site you want your bot to learn from.
- ChatbotIQ discovers all the pages on that site automatically. Review the list and start the crawl.
- Wait for the status to change to Ready. For a small site (under 100 pages), this usually takes a minute or two.
Tip: Start with a smaller site for your first test. You can always add more sources later.
Step 3: Create a bot
Section titled “Step 3: Create a bot”- Click Bots in the sidebar.
- Click “Create Bot”.
- Give it a name — something like “Support Bot” or “Docs Assistant”.
- Select your knowledge source.
- Pick an AI model. GPT-5 Mini is a great default — fast, accurate, and cost-effective.
- The wizard will suggest a personality based on your content. You can tweak it or accept the suggestion.
- Click Create.
Step 4: Test in the Playground
Section titled “Step 4: Test in the Playground”- Click “Design & Deploy” on your new bot.
- You’ll see a live preview of your chat widget. Try asking a question about your website’s content.
- Check that the bot answers correctly and includes source citations.
- Open the Debug panel at the bottom to see retrieval scores and which content chunks were used.
Looking good? If the answers are off, try lowering the RAG Score Threshold in bot settings, or check if your source finished indexing.
Step 5: Embed on your website
Section titled “Step 5: Embed on your website”- Switch to the Embed tab in the Playground.
- Set your bot to Public mode (this is required for it to work on external websites).
- Click “Copy Code” to copy the embed snippet.
- Paste it before the
</body>tag in your website’s HTML.
That’s it — your AI chatbot is live!
Visit your website, and you’ll see the chat launcher in the bottom-right corner. Click it and start chatting.
What’s next?
Section titled “What’s next?”Now that your bot is running, here are some things you might want to do:
- Customize the widget — match it to your brand with custom colors, fonts, and a logo
- Configure crawling — optimize content extraction for your specific site type
- Improve your bot’s answers — tune the prompt, adjust thresholds, and review the debug panel
- Find knowledge gaps — discover what your visitors are asking that your bot can’t answer yet
- Invite your team — add colleagues to help manage bots and content