Getting Started
Create your first bot and embed it on your website in just a few minutes.
Sign up for a BotHarbor account and access your dashboard to manage bots.
Go to DashboardUse our bot builder to create and train your chatbot with your content.
Create BotAdd the widget to your website using our simple script tag or iframe.
View Embedding GuideQuick Start
The fastest way to get your chatbot running is with our script tag integration. Just add this code to your HTML and replace your-bot-id with your actual bot ID.
<!-- Add this script tag to your HTML -->
<script
src="https://botharbor.ai/widget.js"
data-bot-id="your-bot-id"
data-theme="light"
data-position="bottom-right">
</script>Creating Your First Bot
Navigate to Bot Builder
From your dashboard, click "Create New Bot" to open the bot builder interface.
Configure Basic Settings
Set your bot's name, description, and choose a personality that matches your brand.
Upload Training Data
Upload documents, FAQs, or paste text content to train your bot with your specific knowledge.
Test Your Bot
Use the built-in chat interface to test your bot's responses and refine its training.
Deploy and Embed
Once satisfied with your bot's performance, deploy it and get your embedding code.
Script Tag (Recommended)
Simple drop-in solution that works with any website
iFrame Embed
Full control over positioning and styling
React & Next.js
Component-based integration with hooks
Vue.js & Nuxt.js
Vue component and plugin examples
