# Overview

**User data is collected and processed when using the app.** The app collects account and profile information, such as personal and contact data, as well as location (optional) and functional data such as security, debugging, cookie, and notification data.

**Users give permission when they sign up.** All users must agree to the End-User License Agreement (EULA) when creating an app account. By signing the EULA, the user consents to their data being collected and processed as outlined therein.

**Right to be forgotten.** At any time, a user may withdraw consent to the collection and processing of their personal data. This can be done by submitting a deletion request through the app.

**App admins must handle deletion requests.** Platform users (admins) are responsible for responding to deletion requests in a timely manner.

{% hint style="info" %}
To view the app privacy policy, open **Account & Settings** then select **End-User License & Privacy**.
{% endhint %}

## Quick links

{% content-ref url="/pages/PXlioySrvnJBtpHsmDAd" %}
[Data Privacy Obligation](/data-privacy-docs/guides/data-privacy-obligation.md)
{% endcontent-ref %}

{% content-ref url="/pages/2xVS6TSGjbxENAs3z5nw" %}
[Deletion Requests](/data-privacy-docs/guides/deletion-requests.md)
{% endcontent-ref %}

{% content-ref url="/pages/TyzC3OHCwV2L2kH09MPQ" %}
[Deletion Request by Provider](/data-privacy-docs/guides/deletion-request-by-provider.md)
{% endcontent-ref %}


---

# 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://everyday-digital.gitbook.io/data-privacy-docs/overview.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.
