> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Segment

Ajoutez votre clé d’écriture Segment à votre fichier `docs.json` pour envoyer des données d’analytics à Segment.

<CodeGroup>
  ```json Options d’analytics dans docs.json
  "integrations": {
      "segment": {
          "key": "required",
      }
  }
  ```

  ```json Exemple
  "integrations": {
      "segment": {
          "key": "nqJxiRG15Y6M594P8Sb8ESEciU3VC2"
      }
  }
  ```
</CodeGroup>
