diff --git a/installation.mdx b/installation.mdx index 114156270..08c97f208 100644 --- a/installation.mdx +++ b/installation.mdx @@ -342,6 +342,26 @@ mint upgrade See [Global settings](/organize/settings) for more information about `docs.json`. +### Manage telemetry + +The CLI collects anonymous usage telemetry to help improve the product. You can manage telemetry with the following commands: + +```bash +# Check telemetry status +mint telemetry status + +# Disable telemetry +mint telemetry disable + +# Enable telemetry +mint telemetry enable +``` + +You can also disable telemetry by setting either of these environment variables: + +- `MINTLIFY_TELEMETRY_DISABLED=1` +- `DO_NOT_TRACK=1` + ### Check version Display the current CLI and client version: