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

# Front

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

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

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