# DVR Client Roles

Depending on the application, the client of DVR can take one of these roles:

1. <mark style="color:orange;">**Data Issuer**</mark>\
   The entity responsible for issuing the original data that requires protection.
2. <mark style="color:orange;">**Data Holder (User)**</mark>\
   The individual whose confidential data is being protected.
3. <mark style="color:orange;">**Proof Verifier**</mark>\
   The service or application that sets the requirements or conditions on the user data. It verifies the zero-knowledge proof, which contains the result of the requirements.

This multi-faceted trust model allows the proper flow of data and communications among the DVR stakeholder clients and ensures that the user’s confidential information remains protected and secure.


---

# 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://gl-docs.gitbook.io/zkpass/zkpass-developers-guide/zkpass-modules/dvr/dvr-client-roles.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.
