> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/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>


## Related topics

- [Intégrations de l'agent](/fr/agent/integrations.md)
- [Intégrations d’assistance](/fr/integrations/support/overview.md)
- [Intégrations](/fr/organize/settings-integrations.md)
