Skip to main content

Getting Started

Create your first AI chatbot in under 5 minutes. No coding required.

Step 1: Create an Account

Sign up for a free ChattyBox account at chattybox.ai/dashboard. You'll get access to 1 site with 10 pages and 100 messages per month.

Step 2: Create a Chatbot

From your dashboard, click "New Chatbot" and give it a name. This will be your workspace for managing content and settings.

Step 3: Add Your Website URL

Enter your website URL and click "Scrape". ChattyBox will:

  • Crawl your website pages
  • Extract text content
  • Create AI embeddings for search
tip

This usually takes 1-2 minutes depending on your site size.

Step 4: Test Your Chatbot

Use the "Test Chat" tab to ask questions about your content. The bot will only answer using information from your scraped pages.

Step 5: Embed 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-api-url="https://app.chattybox.ai"
async
></script>

Use the exact data-api-key and data-api-url values from your dashboard. The widget will not load if either required attribute is missing.

That's it! Your chatbot is now live and will automatically answer visitor questions based on your documentation.

Next Steps