> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-han-update-changelogs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Koala

Add the following to your `mint.json` file to send analytics to Koala.

<CodeGroup>
  ```json Analytics options in mint.json
  "analytics": {
      "koala": {
          "publicApiKey": "required"
      }
  }
  ```

  ```json Example
  "analytics": {
      "koala": {
          "publicApiKey": "pk_1a1882"
      }
  }
  ```
</CodeGroup>
