# Data collection

### Confidentiality

![](/files/-MV_rERewd6yXVVMcozM)

In regards to the GDPR, you can allow your users to download all their data from the profile page / widget on the front-end of your site.

### Tracking

![](/files/-MV_rM9N_LmY4jB3LAjh)

You can track the clicks in your emails with AcyMailing, and/or Google analytics.

You can also choose if AcyMailing should also collect data on clicks for links not leading to your own website or only internal ones.

Example of an external link: <https://www.google.com>

### Data management

<img src="/files/sVjwYvBfD2ran1CqUjTZ" alt="" width="375">

This parameter allows you to manage the user related data that you store by deleting it after a period of your choice.\
By default, this parameter is disabled in AcyMailing so you won't have any data deleted by mistake.\
This deletion is made every day on the cron job.

{% hint style="warning" %}
Note that if you delete these data you won't be able to access them in any way.
{% endhint %}

### User data management

This option will allow you to log every change of any user and export it in a CSV file.

![](/files/-MYee_qemBHjtfWGlZDc)

For example in this screenshot every time a user value changes it will export a CSV with his current name, email and language value, the date of the change, the column in the database that changed, the old value, the new value.

You can export the current or the previous month, we delete all files that are more than 2 months old.

If you change the fields to export during a month a new file will be created and when you'll export you'll have a zip of all the files.


---

# 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.acymailing.com/setup/configuration/data-collection.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.
