description: Learn how aimicromind collects anonymous app usage information
Telemetry
AiMicromind open source repository has a built-in telemetry that collects anonymous usage information. This helps us to better understand usage of AiMicromind , enabling us to prioritize our efforts towards developing new features and resolving issues, and enhancing the performance and stability of AiMicromind .
{% hint style="warning" %} Important - We never collect any confidential information about the node input/output, messages, or any sort of credentials and variables. Only events are being sent. {% endhint %}
You can verify these claims by finding all locations telemetry.sendTelemetry is called from the source code.
| Event | Metadata |
|---|---|
| chatflow_created | |
| tool_created | |
| assistant_created | |
| vector_upserted | |
| prediction_sent | |
Disable Telemetry
Users can disable telemetry by setting DISABLE_AiMicromind_TELEMETRY to true in .env file.