Load the widget script

Add this script tag to your HTML, ideally just before the closing </body> tag.

HTML
<script src="https://your-domain.com/widget/chat.js"></script>

Add the widget element

Place the custom element on any page. Replace chatbot-id with your own from the Integration tab in your dashboard.

HTML
<chat-widget
  chatbot-id="583c81b1-8d33-426f-8e73-ce3885a1b668"
  api-url="https://your-domain.com"
></chat-widget>
The live widget below uses the demo chatbot. Click the button in the bottom-right corner to try it.