> For the complete documentation index, see [llms.txt](https://docs.qolaba.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qolaba.ai/faqs/data-privacy.md).

# Data Privacy

<details open>

<summary><mark style="color:orange;"><strong>Where is my data stored?</strong></mark></summary>

Qolaba's infrastructure runs on Google Cloud Platform (GCP) with servers located in the United States.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Is a Data Processing Agreement (DPA / AVV) available?</strong></mark></summary>

Yes. A DPA (Auftragsverarbeitungsvertrag / AVV in German-speaking markets) is available for Teams and Business plan customers. Contact <support@qolaba.ai> or your account manager to request one.

</details>

<details open>

<summary><mark style="color:orange;"><strong>How does PII Protection work?</strong></mark></summary>

PII Protection is available on the Teams plan. When enabled, the platform scans your input data locally, masks personally identifiable information (names, emails, phone numbers, addresses, IDs, financial details), and sends only the anonymized version to the AI model. This reduces data leakage risk and compliance exposure.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Can I delete my data?</strong></mark></summary>

You can delete individual chats, Knowledge Bases, and uploaded files from within the platform. Deleting an Organization permanently removes all associated workspaces, members, history, and data. For enterprise data deletion requests, contact <support@qolaba.io>.

</details>


---

# 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:

```
GET https://docs.qolaba.ai/faqs/data-privacy.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.
