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

# Fathom

> Intégrez Fathom Analytics à votre documentation Mintlify pour un suivi axé sur la confidentialité, conforme au RGPD, via un simple ID de site.

Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Fathom.

Vous pouvez récupérer le `siteId` dans les paramètres de votre script.

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

  ```json Exemple theme={null}
  "integrations": {
      "fathom": {
          "siteId": "YSVMSDAY"
      }
  }
  ```
</CodeGroup>
