Documentation
Welcome to the Bubbl.ooo documentation. Here you'll find everything you need to set up, customize, and deploy your AI chatbot.
Create Your First Bot
Getting started with Bubbl.ooo takes under 5 minutes:
- Sign up at bubbl.ooo — free, no credit card
- Click "New Chatbot" from your dashboard
- Paste your website URL or upload documents (PDF, DOCX, TXT)
- Choose your AI model and language preferences
- Click "Train" — your bot is ready in seconds
Training Your Bot
Bubbl.ooo supports multiple training sources:
- Website URLs — paste any URL, we crawl and index the content
- Documents — upload PDFs, Word docs, or plain text files
- Knowledge Base — connect your existing help center or wiki
- Manual Q&A — add custom question-answer pairs for specific scenarios
Your training data auto-refreshes when source content changes. No manual retraining needed.
WhatsApp Setup
Bubbl.ooo integrates natively with the WhatsApp Business API. To connect:
- Go to Settings → Channels → WhatsApp
- Enter your WhatsApp Business phone number
- Complete the Meta Business verification (we guide you through it)
- Your bot is now live on WhatsApp
Website Widget
Embed Bubbl.ooo on any website with a single line of code:
<script src="https://cdn.bubbl.ooo/widget.js" data-bot-id="YOUR_BOT_ID"></script>
Flow Builder
The visual flow builder lets you create deterministic conversation paths with drag-and-drop. Combine structured flows with AI for a hybrid approach. Documentation coming soon.
Human Handoff
Configure when and how bot conversations transfer to human agents. Set rules based on sentiment, keywords, or customer request. Full conversation context is preserved.
Analytics
The analytics dashboard tracks conversation volume, resolution rates, satisfaction scores, popular questions, peak hours, and conversion funnels. Export data as CSV or connect via API.
Lead Generation
Configure lead capture forms within conversations. Score leads based on engagement quality. Auto-route to your CRM (Zoho, HubSpot, Google Sheets).
API Reference
Full REST API available on Pro and Enterprise plans. Documentation coming soon.
curl -X POST https://api.bubbl.ooo/v1/message \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"bot_id": "xxx", "message": "Hello"}'
Webhooks
Receive real-time notifications for new conversations, messages, lead captures, and handoff events. Configure in Settings → Developers → Webhooks.