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

> 将 Intercom 聊天小部件集成到你的 Mintlify 文档站点，提供实时客户消息、支持和引导帮助。

在你的 `docs.json` 文件中添加以下内容，以添加一个 [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

- [支持平台集成](/zh/integrations/support/overview.md)
- [集成](/zh/organize/settings-integrations.md)
- [docs.json schema 参考](/zh/organize/settings-reference.md)
