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

> Suivez les interactions des utilisateurs avec Heap Analytics.

Ajoutez l’extrait suivant à votre fichier `docs.json` pour envoyer des Analytics à Heap.

<CodeGroup>
  ```json Options d’Analytics dans docs.json theme={null}
  "integrations": {
      "heap": {
          "appId": "required"
      }
  }
  ```

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