> ## Documentation Index
> Fetch the complete documentation index at: https://motiadev-add-real-system-tutorial-round-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable Telemetry

> Opt out of anonymous usage data collection.

iii collects aggregated anonymous usage data to help improve the engine.
No personal information is collected unless provided by you. Use this guide to opt out.

## Steps

Set the following environment variable before running iii:

```bash theme={"theme":{"light":"catppuccin-latte","dark":"dark-plus"}}
export III_TELEMETRY_ENABLED=false
```

To make this permanent, add it to your shell profile (e.g. `~/.zshrc`, `~/.bashrc`):

```bash theme={"theme":{"light":"catppuccin-latte","dark":"dark-plus"}}
echo 'export III_TELEMETRY_ENABLED=false' >> ~/.zshrc
source ~/.zshrc
```

## Result

iii will no longer send any anonymous usage data.

<Info title="This is not OpenTelemetry">
  This setting controls anonymous usage data collection by the iii Engine. To disable OpenTelemetry observability instrumentation (traces, metrics, logs), set `OTEL_ENABLED=false` instead or pass `enabled=False` in your `OtelConfig`. See the [OpenTelemetry Integration](../advanced/telemetry) page for details.
</Info>
