Integrate the AI-powered virtual assistant into your website in under 2 minutes. Simply include the widget script before your closing </body> tag.
Basic Implementation
Recommended
<!-- Add before closing </body> tag -->
<script>
window.ChatWidgetConfig = {
// Optional: Customize position and size
position: 'bottom-right',
width: 'auto',
height: 'auto'
};
</script>
<script src="https://chat.mim.labeah.ai/widget.js"></script>