# Case A

## Two records found with the same "Unique Identifier"

If the Service Provider Component (SPC) detects **two records with the same unique identifier**—such as an **Emirates ID number** or **email address**—the system should prompt the user to **select the correct account**.

**Example Scenarios**:&#x20;

* **Record 1:** 784-1234-1134567-1
* **Record 2:** 784-1234-1134567-1

Or

* **Record 1:** <email@domain.com>
* **Record 2:** <email@domain.com>

In such cases, SPC must display a **selection screen** allowing the user to choose which record to proceed with, ensuring accuracy and user control during the account linking process.

<figure><img src="/files/JAEh6ThlleXTDhu4uoI6" 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-a.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.
