Website Widget
Embed your public bot on approved domains with an install script for on-site conversations.
Integration Surface
Use integrations to make your bot part of your website and operational workflows, while keeping answer quality grounded in your content and live context.
Embed your public bot on approved domains with an install script for on-site conversations.
Forward captured chat leads to your CRM or automation workflows (Business and Scale).
Connect external APIs so answers can include fresh operational data at runtime.
Share bots using hosted public pages for easy discovery and direct chat access.
Download QR codes and social share cards for menus, events, flyers, business cards, and profile links.
Invite teammates by email so they can help manage training content and monitor analytics.
Each public bot gets an install script. Domain allow lists let you control which sites can load it.
<script
src="https://www.askmybot.ai/p/your-bot/widget.js"
data-ask-my-bot-title="Ask My Bot"
data-ask-my-bot-position="bottom-right"
defer
></script>Business and Scale can forward captured lead data to CRMs, automation tools, or custom APIs.
{
"event": "lead.created",
"lead": {
"email": "visitor@example.com",
"conversationSummary": "Visitor asked about pricing and availability.",
"referenceId": "AMB-123456",
"status": "New",
"customFields": {
"phone_number": "+1 555 0100"
}
}
}