> For the complete documentation index, see [llms.txt](https://noleahealth.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noleahealth.gitbook.io/knowledgebase/nolea-data-privacy-centre/2-data-privacy/privacy-at-nolea.md).

# Privacy at Nolea

#### Your Privacy at Nolea

Nolea is committed to the protection and privacy of the personal information we collect and process, ensuring that you remain in control of your data.

#### **Your Rights:**

Whether you are visiting our website as a Visitor, engaging with us as an End User, or are listed as a Contact, you can verify, update, or remove your information.

#### **How We Collect Data:**

Nolea processes your data only on a lawful basis. This includes scenarios where you have given consent (e.g., website visitors filling out forms), fulfilment of a contract, a legal obligation, or our legitimate business interests.

#### **If You Are a Contact:**

Nolea focuses on collecting and utilising business contact information similar to what you might find on a business card. We maintain rigorous privacy policies and practices to ensure the safety and integrity of your data.

#### **Opting Out:**

If you decide at any time that you no longer wish to receive communications from Nolea, you can unsubscribe by clicking the “unsubscribe” link at the bottom of our emails.


---

# 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://noleahealth.gitbook.io/knowledgebase/nolea-data-privacy-centre/2-data-privacy/privacy-at-nolea.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.
