📋 Integration Code
Copy this code to integrate the chatbot widget into any website:
<!-- Basic Integration --> <script src="https://d1h4si3ku7q2yy.cloudfront.net/chatbot-widget.js"></script> <script> ChatbotWidget.init({ apiUrl: 'https://7bh92rdwo6.execute-api.eu-west-1.amazonaws.com/v1', theme: 'light', position: 'bottom-right', primaryColor: '#007bff', title: 'Chat with us', subtitle: 'We\'re here to help' }); </script>