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

# Telemetry

> Anonymous usage data collection

### Telemetry

Spongecake automatically collects anonymous usage data to help us improve the product. No identifying information is collected.
This data is sent to our servers and includes information such as the number of times you use the product, and the types of actions you perform.

### Opt-out

If you would like to opt-out of telemetry, you can do so by setting the environment variables `SPONGECAKE_TELEMETRY`=`false` or `SPONGECAKE_DISABLE_TELEMETRY`=`true`.

```bash theme={null}
export SPONGECAKE_TELEMETRY=false
```
