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

# Compartir

> Pon tu chatbot en producción en diferentes plataformas

## Integración en tu sitio web

### Pon tu chatbot en tu sitio web

Añade tu chatbot directamente a tu sitio web copiando y pegando el siguiente fragmento de código en tu HTML. El chatbot aparecerá como un botón flotante en la esquina inferior derecha de tu sitio web.

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

## Interfaz web

Comparte un enlace directo a la interfaz web de tu chatbot. Los usuarios pueden acceder a la experiencia completa de chat a través de su navegador web sin necesidad de instalación.
Este enlace se genera automáticamente cuando creas un chatbot en la plataforma.

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

## Obtén el ID de tu chatbot

<Steps>
  <Step title=" Accede a la página de compartir">
    <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=" Copia el ID de tu chatbot de la esquina superior derecha">
    <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>

## Integración en WhatsApp

<Card title="Tutorial WhatsApp" icon="whatsapp" href="../integrations/whatsapp">
  Accede al tutorial para integrar tu chatbot en WhatsApp.
</Card>

## Integración en Shopify

<Card title="Tutorial de Shopify" icon="shop" href="../integrations/shopify">
  Accede al tutorial para integrar tu chatbot con Shopify.
</Card>

## Integración en Messenger

<Card title="Tutorial de Messenger" icon="facebook-messenger" href="../integrations/messenger">
  Accede al tutorial para integrar tu chatbot con Facebook Messenger.
</Card>

## Integración en Instagram

<Card title="Tutorial de Instagram" icon="instagram" href="../integrations/instagram">
  Accede al tutorial para integrar tu chatbot con Instagram.
</Card>
