> For the complete documentation index, see [llms.txt](https://support.happydemics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.happydemics.com/security-and-confidentiality.md).

# Security and confidentiality

- [Security](https://support.happydemics.com/security-and-confidentiality/security.md)
- [How does Happydemics protect my data?](https://support.happydemics.com/security-and-confidentiality/security/how-does-happydemics-protect-my-data.md)
- [Confidentiality](https://support.happydemics.com/security-and-confidentiality/confidentiality.md)
- [Where can I find Happydemics’ privacy policy?](https://support.happydemics.com/security-and-confidentiality/confidentiality/where-can-i-find-happydemics-privacy-policy.md)
- [How does Happydemics comply with the GDPR?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-does-happydemics-comply-with-the-gdpr.md)
- [What data does Happydemics collect?](https://support.happydemics.com/security-and-confidentiality/confidentiality/what-data-does-happydemics-collect.md)
- [How to delete your personal data from Happydemics?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-to-delete-your-personal-data-from-happydemics.md)
- [How to delete your organization and its data from Happydemics?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-to-delete-your-organization-and-its-data-from-happydemics.md)
- [How to remove a member from your organization and their personal data?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-to-remove-a-member-from-your-organization-and-their-personal-data.md)
- [How to delete measurements and their data?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-to-delete-measurements-and-their-data.md)
- [How can I contact Happydemics if I have questions about my data?](https://support.happydemics.com/security-and-confidentiality/confidentiality/how-can-i-contact-happydemics-if-i-have-questions-about-my-data.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.happydemics.com/security-and-confidentiality.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
