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

# Amplitude

> Integrate Amplitude analytics with your Mintlify documentation site to track user behavior, page views, and content engagement metrics.

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

<CodeGroup>
  ```json Analytics options in docs.json theme={null}
  "integrations": {
      "amplitude": {
          "apiKey": "required"
      }
  }
  ```

  ```json Example theme={null}
  "integrations": {
      "amplitude": {
          "apiKey": "76bb138bf3fbf58186XXX00000"
      }
  }
  ```
</CodeGroup>


## Related topics

- [Integrations](/docs/organize/settings-integrations.md)
- [Analytics integrations](/docs/integrations/analytics/overview.md)
- [docs.json schema reference](/docs/organize/settings-reference.md)
