# Anonymous Statistic

By default, our app collects anonymous data in order to optimize the user experience and understand how the app is being used. This data includes information about operating system being used. This data is not linked to any personal information and is collected anonymously. We use this data to replicate issues that may arise on specific devices and to make updates that will benefit our users. If you would prefer not to participate in this data collection process, you can opt-out in the app's settings.

## Disable Anonymous Statistic

Anonymou Statistic can be disabled by editing bqckup configuration in `/etc/bqckup/bqckup.cnf`

set `anonymous_statistic` value to 0

```
; Before
anonymous_statistic=1

; After
anonymous_statistic=0
```


---

# 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.bqckup.com/bqckup-documentation/overview/anonymous-statistic.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.
