Need help?
Can't find what you're looking for?
Quick Start Guide
Get your first chatbot up and running in less than 5 minutes.
1
Create Your Bot
Set up your first chatbot
Navigate to the Bots page and click "Create New Bot".
- Choose a descriptive name for your bot
- Select a persona that matches your use case
- Customize the welcome message
2
Add Knowledge Sources
Train your bot with your data
Upload documents or connect data sources:
Documents
PDF, DOCX, TXT
Websites
Crawl any URL
Databases
MySQL, PostgreSQL, MongoDB
3
Embed on Your Website
Add the chat widget to your site
<!-- BotAdmin Chat Widget -->
<script
src="https://botadmin.metacode.website/widget/botadmin-widget.js"
data-botid="your-bot-id"
data-tenantid="your-tenant-id"
data-api="https://botadmin.metacode.website/api"
data-position="bottom-right"
data-color="#3b82f6"
></script>Pro Tip
Start with a small set of high-quality documents and Q&As. You can always add more knowledge sources as you learn what questions your users ask most frequently.