> 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/introduction.md).

# Introduction

Data sharing authorization feature enables a secure, efficient, and user-centric document sharing process between the Data Owner and the Data Requester, leveraging UAE Pass as the primary tool for user (Requestee) authorization. It ensures the confidentiality and protection of the Requestee's information through robust authentication and encrypted data transmission. &#x20;

The process is designed to minimize manual interventions and reduce response time, while granting users complete control over data authorization decisions.&#x20;

#### The feature supports following types of data sharing flows:&#x20;

1. <mark style="color:green;">**SP to SP Data Sharing:**</mark> In this data sharing flow, a Data Processor Service Provider (Requestor) requests data from a Data Owner Service Provider on behalf of the user. Example: Entity A (Data Processor) requests a salary certificate from Entity B (Data Owner) on behalf of an employee.&#x20;
2. <mark style="color:green;">**SP to Person (or Peer-to-Peer) Data Sharing:**</mark> In this data sharing flow, a person (Requestor) directly requests a Data Owner Service Provider  to share data related to another individual (Requestee). Example: A property owner (Requestor) requests a score for a tenant (Requestee) from Entity A (Data Owner).&#x20;

#### Business objective

The objective of this feature is to streamline and standardize the data sharing process in a secure and user-consented manner. It aims to:

* Empower users with control over their personal data authorization decisions.
* Enhance efficiency by reducing manual processing and turnaround time.
* Ensure regulatory compliance and maintain high standards of data privacy.
* Strengthen stakeholder trust through secure, transparent interactions.
* Expand UAE Pass capabilities as a trusted national platform for digital data sharing.


---

# 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/introduction.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.
