Add your chatbot directly to your website by copying and pasting the following code snippet into your HTML. The chatbot will appear as a floating button in the bottom right corner of your website.
Copy
<script> function loadChatScript() { var chatID = '7ee6c0e0-c5bb-4b3d-ac82-557ef09b9340'; var script = document.createElement('script'); script.src = "https://doko-ai.com/api/chatbot/embed?chatbotId=" + chatID; document.body.appendChild(script); } loadChatScript();</script>
Share a direct link to your chatbot’s web interface. Users can access the complete chat experience through their web browser without any installation required.
This link is automatically generated when you create a chatbot on the platform.