> ## Documentation Index
> Fetch the complete documentation index at: https://docs.doko-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share

> Deploy your chatbot in production across different platforms

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

<Steps>
  <Step title="Access the share page">
    <Frame>
      <img src="https://mintcdn.com/doko/pKbjWpjWFDIh-Q-V/images/interfaz-2.png?fit=max&auto=format&n=pKbjWpjWFDIh-Q-V&q=85&s=f49687d421a6deac412dc53e34507ed8" alt="Chatbot ID" width="2858" height="1428" data-path="images/interfaz-2.png" />
    </Frame>
  </Step>

  <Step title="Copy your chatbot ID from the top right corner">
    <Frame>
      <img src="https://mintcdn.com/doko/pKbjWpjWFDIh-Q-V/images/interfaz-3.png?fit=max&auto=format&n=pKbjWpjWFDIh-Q-V&q=85&s=dd77e7a4e9650b44860906af0d462654" alt="Chatbot ID" width="1592" height="348" data-path="images/interfaz-3.png" />
    </Frame>
  </Step>
</Steps>

## WhatsApp Integration

<Card title="WhatsApp Tutorial" icon="whatsapp" href="../integrations/whatsapp">
  Access the tutorial to integrate your chatbot with WhatsApp.
</Card>

## Shopify Integration

<Card title="Shopify Tutorial" icon="shop" href="../integrations/shopify">
  Access the tutorial to integrate your chatbot with Shopify.
</Card>

## Messenger Integration

<Card title="Messenger Tutorial" icon="facebook-messenger" href="../integrations/messenger">
  Access the tutorial to integrate your chatbot with Facebook Messenger.
</Card>

## Instagram Integration

<Card title="Instagram Tutorial" icon="instagram" href="../integrations/instagram">
  Access the tutorial to integrate your chatbot with Instagram.
</Card>
