> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upsonic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Telemetry

> To help Upsonic development

We use anonymous telemetry to collect usage data. We do this to focus our developments on more accurate points. You can disable it by setting the UPSONIC\_TELEMETRY environment variable to false.

```python theme={null}
import os
os.environ["UPSONIC_TELEMETRY"] = "False"
```
