> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Heap

> Haz seguimiento de las interacciones de los usuarios con Heap Analytics.

Agrega lo siguiente a tu archivo `docs.json` para enviar Analytics a Heap.

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

  ```json Ejemplo theme={null}
  "integrations": {
      "heap": {
          "appId": "1234567890"
      }
  }
  ```
</CodeGroup>
