# Case D

## 1. Account Verification Prompt (No Unique Identifier Found)

\
If **no unique key attribute** is found (such as **SPUUID, Emirates ID, email, or mobile number**), the system should prompt the user with a question:\
\&#xNAN;**“Do you already have an account with the Service Provider?”**

Depending on the user's response, apply the following flow:

* **If Yes**: Prompt the user to enter their **local Service Provider credentials** (username and password) to manually link the accounts.
* Apply the corresponding **design guidelines** to support this step and ensure a secure linking process.

<figure><img src="/files/mIFKZgqqCS6f8WlVcSb3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Kp58gE9LMHWz3zwqzcgO" alt=""><figcaption></figcaption></figure>

## 2. New User Creation

**If No**: The Service Provider should initiate **new user registration** by **prefilling the registration form** using the verified data retrieved from UAE PASS. This ensures a streamlined onboarding process while minimizing manual data entry for the user.

<figure><img src="/files/MH5bBOfX8f2w8A31Gdhu" alt=""><figcaption></figcaption></figure>


---

# 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://docs.uaepass.ae/guidelines/design-guidelines/account-linking-guidelines/manual-linking/case-d.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.
