> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-letter-a-quickstart-82277.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Front

在你的 `docs.json` 文件中添加以下内容，以集成 [Front Chat](https://front.com) 小组件。

<CodeGroup>
  ```json docs.json 中的集成选项
  "integrations": {
      "frontchat": "CHAT_ID"
  }
  ```

  ```json 示例
  "integrations": {
      "frontchat": "1365d046d7c023e9b030ce90d02d093a"
  }
  ```
</CodeGroup>
