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

# Analytics

Agentkube collects analytics data to help improve the application and user experience.

## Data Collection

We collect the following analytics data:

* **Feature Usage**: Track which features and tools are being used
* **Application Events**: Monitor application startup and shutdown events
* **Crash Reports**: Collect crash data to identify and fix issues
* **Performance Metrics**: Basic performance and usage statistics

## Settings

### Through GUI

To configure analytics collection:

<Frame caption="General settings with analytics configuration">
  <img src="https://mintcdn.com/agentkube/tuvxf9LUouTg0k5u/images/general.png?fit=max&auto=format&n=tuvxf9LUouTg0k5u&q=85&s=071c6a7225cf5863fcab12855a1c7ec7" alt="General settings interface showing analytics toggle and other configuration options" width="1920" height="1080" data-path="images/general.png" />
</Frame>

1. Navigate to **Settings** > **General**
2. Locate the analytics toggle option
3. Enable or disable analytics collection based on your preference

### Through Configuration File

You can also manually edit the configuration file at `~/.agentkube/settings.json`:

```json theme={"system"}
{
  "general": {
    "usageAnalytics": true
  }
}
```

Set `usageAnalytics` to `true` to enable analytics collection or `false` to disable it.
