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

# Intercom

> Intégrez le widget Intercom à votre site de documentation Mintlify pour offrir messagerie en temps réel, support client et aide à l’onboarding.

Ajoutez l’extrait suivant à votre fichier `docs.json` pour intégrer un widget [Intercom](https://www.intercom.com).

<CodeGroup>
  ```json Integration options in docs.json theme={null}
  "integrations": {
        "intercom": {
              "appId": "APP_ID"
        }
  }
  ```

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