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

> Integrate Hotjar with your Mintlify documentation site to capture session recordings, heatmaps, and user feedback for experience insights.

Add the following to your `docs.json` file to send analytics to Hotjar.

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


## Related topics

- [Integrations](/docs/organize/settings-integrations.md)
- [Clarity](/docs/integrations/analytics/clarity.md)
- [How to understand your documentation audience](/docs/guides/understand-your-audience.md)
