This widget is currently available only for Enterprise customers.
Widget Installation .

installation cod**e** and add it to your website code.example:
<!-- BlynxLab Chat Widget -->
<script>
(function() {
const script = document.createElement('script');
script.src = '<https://blynxlab.com/widget.js>';
script.onload = function() {
BlynxLabWidget.init({
slug: "your-slug"
});
};
document.head.appendChild(script);
})();
</script>
You can customize the greeting message and introduction text.
