AI CHAT BOX WIDGET

To get widget token visit DomonkAI and paste this to your site
        
<!-- 1. Include the widget script -->
<script type="module" src="https://chat.domonk.com/widget.js"></script>

<!-- 2. Add this to your app after <body> or before closing </body> (with/without options - defaults will be used) -->
<div id="ai-chat-widget"
    data-token="YOUR_WIDGET_TOKEN"
    data-knowledge="some-topic" <!-- knowledge prepared and linked in dashboard -->
    data-theme="system" <!-- system, light, or dark -->
    data-color-light="#2563eb"
    data-color-dark="#1d4ed8"
    data-position="right"></div>

<!-- 3. Visit DomonkAI to obtain your widget token -->