Getting Started

Create your first bot and embed it on your website in just a few minutes.

1
Create Account

Sign up for a BotHarbor account and access your dashboard to manage bots.

Go to Dashboard
2
Create Bot

Use our bot builder to create and train your chatbot with your content.

Create Bot
3
Embed Widget

Add the widget to your website using our simple script tag or iframe.

View Embedding Guide

Quick 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.

Quick Start - Script Tag
<!-- 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

1

Navigate to Bot Builder

From your dashboard, click "Create New Bot" to open the bot builder interface.

2

Configure Basic Settings

Set your bot's name, description, and choose a personality that matches your brand.

3

Upload Training Data

Upload documents, FAQs, or paste text content to train your bot with your specific knowledge.

4

Test Your Bot

Use the built-in chat interface to test your bot's responses and refine its training.

5

Deploy and Embed

Once satisfied with your bot's performance, deploy it and get your embedding code.

Embedding Options
Choose the best integration method for your website

Script Tag (Recommended)

Simple drop-in solution that works with any website

iFrame Embed

Full control over positioning and styling

View Embedding Guide
Framework Guides
Integration examples for popular frameworks

React & Next.js

Component-based integration with hooks

Vue.js & Nuxt.js

Vue component and plugin examples

View Framework Guides

Need Help?

If you run into any issues during setup, check our FAQ section or reach out to our support team.