The chat widget should appear in the bottom-right corner. Try interacting with it!
Add the following code to your website before the closing </body> tag:
<!-- Chatbot Widget -->
<script src="https://chatbot-widget.solutive.app/widget.iife.js"></script>
<link rel="stylesheet" href="https://chatbot-widget.solutive.app/widget.css">
<!-- Initialize Widget -->
<chatbot-widget
api-url="https://api.solutive.app"
organization-slug="your-org-slug"
primary-color="#667eea"
position="bottom-right"
></chatbot-widget>
api-url - Your API endpoint URLorganization-slug - Your organization identifierprimary-color (optional) - Custom brand color (default: #667eea)position (optional) - Widget position: bottom-right, bottom-left (default: bottom-right)