How to integrate
Choose your platform to see step-by-step instructions for embedding your AI chat widget.
Integration Script
Place this code just before the closing </body> tag on your website. Replace the URL and key with your actual values from your project settings.
<script src="https://your-domain.com/widget.js" data-key="YOUR_WIDGET_KEY" async></script>Platform instructions
Troubleshooting
Production URL
The script must point to your production domain (e.g. https://your-domain.com), not localhost. Update the URL before sharing it with your users.
Z-Index
The widget uses z-index: 9999. If it appears behind other elements on your page, increase this value.
Mixed Content
Ensure your website uses HTTPS if the widget is hosted on HTTPS. Mixing HTTP and HTTPS will be blocked by browsers.