Skip to content

Install the widget

The embed snippet, every attribute it accepts, where to put it in your page, and the inline AI search bar variant.

One <script> tag puts the chat widget on any site. It renders inside a Shadow DOM, so your page's CSS cannot affect the widget and the widget's cannot affect your page.

Copy the ready-made snippet from the chatbot's Install tab — it already carries your public ID.

The snippet

index.html

Put it just before the closing </body> tag, on every page the widget should appear on. A shared layout, footer partial, or template is the reliable place.

Attributes

Without data-chatbot-id the script does nothing and logs an error to the browser console:

Per-framework placement

For Webflow and Framer, paste the same snippet into Site settings → Custom code → Footer.

Instead of a floating bubble, the widget can render an inline answer box anywhere on the page — the same chatbot, the same knowledge, answered in place:

help.html

Verify it works

  1. 1
    Load the page and confirm the bubble (or search box) appears.
  2. 2
    Send a question you know the knowledge base covers.
  3. 3
    Check the conversation lands in the Inbox.

If nothing appears, check the browser console and the chatbot's allowed domains — see Domain allowlist.

Where to go next

Last updated