Website Integration

Add your chatbot to your website

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.

<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>

Web Interface

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.

https://doko-ai.com/chat/chatID

Get your chatbot ID

1

Access the share page

2

Copy your chatbot ID from the top right corner

WhatsApp Integration

WhatsApp Tutorial

Access the tutorial to integrate your chatbot with WhatsApp.