> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Koala

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

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

  ```json Example theme={null}
  "integrations": {
      "koala": {
          "publicApiKey": "pk_1a1882"
      }
  }
  ```
</CodeGroup>
