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

# Koala

Añade lo siguiente a tu archivo `docs.json` para enviar Analytics a Koala.

<CodeGroup>
  ```json Opciones de Analytics en docs.json theme={null}
  "integrations": {
      "koala": {
          "publicApiKey": "required"
      }
  }
  ```

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