> ## Documentation Index
> Fetch the complete documentation index at: https://adminroletesting-justin-client-exports.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Intercom

> Integra el widget de chat de Intercom en tu sitio de documentación de Mintlify para ofrecer mensajería en tiempo real, soporte y orientación de onboarding.

Añade lo siguiente a tu archivo `docs.json` para añadir un widget de [Intercom](https://www.intercom.com).

<CodeGroup>
  ```json Opciones de integración en docs.json theme={null}
  "integrations": {
        "intercom": {
              "appId": "APP_ID"
        }
  }
  ```

  ```json Ejemplo theme={null}
  "integrations": {
        "intercom": {
              "appId": "abc123def4"
        }
  }
  ```
</CodeGroup>
