> For the complete documentation index, see [llms.txt](https://docs.uaepass.ae/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uaepass.ae/feature-guides/data-sharing-authorization/key-concepts-and-roles.md).

# Key concepts & Roles

#### <mark style="color:green;">**Data Owner:**</mark>

* Represents an Service Provider organization who is the owner of the Requestee data.
* UAE Pass integration for the data authorization feature is done with these Service Providers.
* They are responsible for sharing the Requestee data after confirming their consent through UAE Pass Integration.
* They are responsible for onboarding and integrating with the data processor Service Providers for any new SP-to-SP integration.

#### <mark style="color:green;">Data Requestor:</mark>&#x20;

* Represents either an Service Provider or a Person, who requests the Data Owner Service Provider to share the data on behalf of a Requestee.
* If the requestor is an Service Provider, they are required to integrate their platform or application with the Data owner system for the data sharing flow.
* For Peer-to-Peer sharing flow, the requestor uses the Data owner platform or application directly to request the data from the owner.

#### <mark style="color:green;">Data Processor:</mark>&#x20;

* It represents service provider (SP) organization which requests the data in the SP-to-SP Data sharing flow.
* They request the Requestee data from the Data owner SP as part of their transaction processing e.g., A bank requests the Salary certificate for their customer from their employer organization

#### <mark style="color:green;">Requestee:</mark>&#x20;

* Represents the user who approves or rejects the Data sharing request from the Data owner SP through UAE Pass.

#### <mark style="color:green;">Data Authorization</mark>&#x20;

* Represents the Requestee’s consent or approval to allow the Data owner to share the data with the Data Requestor

#### <mark style="color:green;">Data</mark> &#x20;

* It represents certain information about the Requestee’s which a Requestor needs from the Requestee to perform a certain transaction with him/her.
* Data can be in the form of attributes as plain text, or it can be in the form of documents.
* The data owner is responsible for storing and providing the data to the data requestor after getting the consent from the Requestee.
* As part of the UAE Pass Data Sharing Authorization feature, only Data in the form of Documents are supported.


---

# 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.uaepass.ae/feature-guides/data-sharing-authorization/key-concepts-and-roles.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.
