# Data Analytics

Analytics help us to collect data about errors or possible slow-downs and help us to identify areas that should be fixed or improved! Next information is sent to ScandiPWA analytics:

## Create ScandiPWA App

* Time it took to install CSA
* Any failures that occurred during installation
* Any failures that occurred during development
* Any failure occurred in using ScandiPWA development toolkit
* Extensions installation and creation via CLI
* Theme files override via CLI
* After theme build, bundle size information

## Create Magento App

* Time it took to install CMA for the first time
* Usual start-up time
* Any failures that occurred during installation
* Any failures that occurred during development
* CPU model, Ram amount, Operation System

#### How to disable analytic data collection?

Of course, you have an option to disable analytic data collection. To disable it you need to create or extend the existing one system configuration file in your home directory with the name `.cmarc` and set the analytic flag to false as shown below:

```javascript
{
  "analytics": false
}
```

For more information, you can visit the [documentation](https://docs.create-magento-app.com/getting-started/config-file#system-configuration-file)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scandipwa.com/about/data-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
