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

# Intercom

Añade lo siguiente a tu archivo `docs.json` para agregar 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": "APP_ID"
        }
  }
  ```
</CodeGroup>
