> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-simplify-quickstart-2510244c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PostHog

To enable PostHog analytics, add the following configuration to your `mint.json`:

<CodeGroup>
  ```json mint.json
  {
    "analytics": {
      "posthog": {
        "apiKey": "required",
        "apiHost": "optional" // Only needed for self-hosted PostHog
      }
    }
  }
  ```
</CodeGroup>

<Warning>
  Enabling PostHog analytics will disable the analytics on the Mintlify dashboard.
</Warning>

## Session Recordings

To enable session recordings, add your docs website URL to "Authorized domains for recordings" in your PostHog project settings.
