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

# Segment

Agrega tu clave de escritura de Segment a tu archivo `docs.json` para enviar analíticas a Segment.

<CodeGroup>
  ```json Opciones de analíticas en docs.json
  "integrations": {
      "segment": {
          "key": "required",
      }
  }
  ```

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