# Data Management

## Only Collect the necessary data

* Action: Review forms and only ask for essential information.
* Why: Less data means less storage and energy use, plus it's General Data Protection Regulation (GDPR)-friendly.

## Clean Up Inactive Members and Mailing Lists

* Action: Regularly remove users who haven't logged in for 365 days and prune mailing lists based on engagement.
* Why: It improves email deliverability and reduces storage needs.


---

# 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.umbraco.com/sustainability-best-practices/editor/data-management.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.
