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

# Hotjar

> 将 Hotjar 集成到你的 Mintlify 文档站点，捕获会话录制、热图和用户反馈，获取体验洞察。

在你的 `docs.json` 文件中添加以下配置，将数据发送到 Hotjar 进行 Analytics。

```json Analytics options in docs.json theme={null}
"integrations": {
    "hotjar": {
        "hjid": "required",
        "hjsv": "required"
    }
}
```


## Related topics

- [docs.json schema 参考](/zh/organize/settings-reference.md)
- [集成](/zh/organize/settings-integrations.md)
- [Analytics 集成](/zh/integrations/analytics/overview.md)
