# GDPR Tools

***

{% embed url="<https://www.youtube.com/watch?v=g1biKO_Rzwo>" %}

***

### How do I install **`GDPR tools`**?

A [procedure ](/doc-plugins/plugin-glpi-network/gdpr.md)is available to help you install the plugin.

***

### What is the purpose of GDPR Tools?

RGPD Tools allows you to clean up information or delete users who are inactive in order to comply with the RGPD rule.

***

### What does inactive mean from the plugin's point of view?

***Inactive*** means all accounts marked **no** to **active**.

***

### What is the difference between **`clean`** and **`delete`**?

* **Clean** : the user's data is deleted and the user is moved to the recycle bin.
* **Deletion** : The user is permanently deleted, it does not go through the recycle bin.

{% hint style="danger" %}
**Warning**&#x20;

Deletion is definitive, the user cannot be recovered.
{% endhint %}

***

### Is a filter possible?

Yes, 3 options are available. You can delete or clean up :

* all inactive users,
* all inactive users with no ongoing tickets,
* all inactive users with no tickets.

***

### Why are users not being cleaned/deleted despite the plugin being configured?

The plugin can only work if the **`cleaninactiveuser`** automatic action is active and correctly configured. You can find it in ti-settings:**`configuration`** > **`automatic actions`**


---

# 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://help.glpi-project.org/faq/plugins/gdpr-tools.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.
