> For the complete documentation index, see [llms.txt](https://docs.quadrata.com/integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quadrata.com/integration/how-to-integrate/request-privacy-data/privacy-data-permissions.md).

# Privacy Data Permissions

Individual users must go through the KYC [Privacy Data Permissions flow](/integration/how-to-integrate/onboard-users/individual-passport-onboarding/5.-privacy-data-permissions.md) and consent to sharing their Privacy Data with your dApp before you may request any Privacy Data Information.

Businesses must go through the KYB Privacy Data Permissions flow and consent to sharing their privacy data with your dApp before you may request any Privacy Data Information

{% hint style="warning" %}
In order to use this feature, application owners must have a working implementation of the Quadrata Client. \
\
KYC examples and integration steps can be found in the following onboarding pages: [5. Privacy Data Permissions](/integration/how-to-integrate/onboard-users/individual-passport-onboarding/5.-privacy-data-permissions.md) and [6. Full Example](/integration/how-to-integrate/onboard-users/individual-passport-onboarding/6.-full-example.md)

KYB examples and integration steps can be found in the following onboarding pages:

[4. Privacy Data Permissions](/integration/how-to-integrate/onboard-users/business-passport-onboarding/4.-privacy-data-permissions.md)and [5. Full Example](/integration/how-to-integrate/onboard-users/business-passport-onboarding/5.-full-example.md)
{% endhint %}


---

# 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://docs.quadrata.com/integration/how-to-integrate/request-privacy-data/privacy-data-permissions.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.
