How to Build AI Chatbot In Less Than 10 Minutes! (Chatbase Tutorial)
by Joren Wouters
The video demonstrates how to create, train, and deploy an AI chatbot for a business using Chatbase in under ten minutes. It walks through creating a Chatbase account, adding website URLs as training data, refining answers in the playground, configuring the chat widget, and embedding it into a WordPress site.
How to Build an AI Chatbot in Less Than 10 Minutes (Chatbase Tutorial)
Overview
This guide follows the exact steps shown in Joren Wouters’ YouTube tutorial. You’ll learn how to:
- Create a Chatbase account and new chatbot.
- Train the bot with specific website URLs.
- Fine‑tune answers in the playground.
- Configure widget appearance and settings.
- Embed the bot on a WordPress site using a header‑footer plugin.
Prerequisites
- A free or paid Chatbase account (https://chatimize.com/cb/).
- Access to the business website you want to train the bot on.
- WordPress admin credentials and the Insert Headers and Footers plugin (or any plugin that allows adding custom code).
Step‑by‑Step Instructions
1. Create a Chatbase Chatbot
- Go to https://chatimize.com/cb/ and click Try for Free.
- Sign in with Google or another method.
- In the dashboard, click New Chatbot.
- Name your bot (e.g., My Jewellery Assistant). Click Create Chatbot.
2. Train the Chatbot on Your Website
- In the bot editor, click Add a Data Source → Website.
- Instead of crawling the whole site, click + Add URL and paste the specific customer‑service pages you want the bot to learn from.
- Add all relevant URLs (e.g., https://myjewellery.com/faq, https://myjewellery.com/returns).
- Click Create Chatbot. The bot will show Training in progress.
- Refresh the page until each URL shows Trained. If a page has very few characters, consider converting it to a PDF and uploading it as a File data source.
3. Refine Answers in the Playground
- After training, click Playground.
- On the left, choose a model (default GPT‑4 is fine). Set Temperature to a low value (e.g., 0.2) for factual answers.
- Click the Edit icon to open the System Prompt editor. Use a pre‑built prompt like Customer Support Agent or write your own.
- Test with sample questions such as "When will my package be delivered?".
- If the answer is inaccurate, click Revise Answer in the activity log, provide the correct response, and save. The bot will learn from this.
4. Configure Widget Settings
- In the bot dashboard, go to Settings.
- Set the Name (e.g., My Jewellery Assistant).
- Under Chat Interface:
- Welcome Message: "I’m the digital assistant of My Jewellery, how can I help you?"
- Add Suggested Messages (buttons) like Delivery Time, Return Policy.
- Upload a Logo and Chat Icon that match your brand.
- Choose a Color that matches your site (e.g., pink).
- Under Leads, toggle Disable to prevent the default contact form.
- Under Training Frequency, set to Every 24 hours so the bot stays up to date.
- Save all changes.
5. Embed the Bot on WordPress
- In the bot dashboard, click Connect → Embed.
- Click Make Public and copy the provided JavaScript snippet.
- In WordPress, install and activate the Insert Headers and Footers plugin.
- Go to Settings → Insert Headers and Footers.
- Paste the script into the Scripts in Footer box.
- Click Save.
- Visit the front‑end of your site; a chat bubble should appear in the bottom‑right corner.
- Test by clicking the bubble and asking a question.
Tips & Gotchas
- Training Time: Small sites finish quickly; larger sites may take 5‑10 minutes.
- Low Character Count: If a URL shows very few characters, the crawler couldn’t read the page. Convert to PDF or copy the content into a text file and add it as a File source.
- Answer Accuracy: Use the Revise Answer feature after each test to improve reliability.
- Lead Form: Disabling leads is recommended for pure support bots; enable only if you want to capture user info.
- Color Matching: Pick a brand color that contrasts well with the chat bubble for visibility.
- Deployment: The script can be added to any CMS, not just WordPress; just place it before the closing
</body>tag.
Resources
- Chatbase: https://chatimize.com/cb/
- Insert Headers and Footers plugin: https://wordpress.org/plugins/insert-headers-and-footers/





