Getting Started
Create your first AI chatbot in under 5 minutes. No coding required.
1Create an Account
Sign up for a free ChattyBox account. You'll get access to 1 site with 10 pages and 100 messages per month.
2Create a Chatbot
From your dashboard, click "New Chatbot" and give it a name. This will be your workspace for managing content and settings.
3Add Your Website URL
Enter your website URL and click "Scrape". ChattyBox will:
- Crawl your website pages
- Extract text content
- Create AI embeddings for search
⏱️ This usually takes 1-2 minutes depending on your site size.
4Test Your Chatbot
Use the "Test Chat" tab to ask questions about your content. The bot will only answer using information from your scraped pages.
5Embed on Your Site
Go to the "Embed" tab and copy the script tag. Add it to your website just before the closing </body> tag:
<script
src="https://chattybox.ai/widget.js"
data-api-key="YOUR_API_KEY"
data-color="#8b5cf6"
></script>