# OkayFace Search Scenarios

<table data-full-width="true"><thead><tr><th width="87">SCN</th><th>FACE MATCH</th><th>ID MATCH</th><th>@ LOCAL CUSTOMER LIST</th><th>@ GLOBAL CUSTOMER LIST</th><th>@ LOCAL BLACKLIST</th><th>@ GLOBAL BLACKLIST</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>A</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>Face &#x26; ID No not found in any lists:<br>"status": "Not Found"</td></tr><tr><td>B</td><td>✅</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>Face &#x26; ID No matches with a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": Found in existing DB with same ID</td></tr><tr><td>C</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>Face matches with a different ID No with a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>D</td><td>❌</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>ID No matches with a different Face wiith a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>E</td><td>✅</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>Face &#x26; ID No matches with a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>F</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>Face matches with a different ID No with a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>G</td><td>❌</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>ID No matches with a different Face wiith a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>H</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>Face &#x26; ID No matches with a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found and matched in blacklist customer"</td></tr><tr><td>I</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>Face matches with a different ID No with a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>J</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>ID No matches with a different Face wiith a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>K</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>Face &#x26; ID No matches with a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found and matched in blacklist customer"</td></tr><tr><td>L</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>Face matches with a different ID No with a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>M</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>ID No matches with a different Face wiith a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found in existing DB with same ID"</td></tr></tbody></table>


---

# 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://api2-ekycapis.innov8tif.com/okayface-search/okayface-search-all/okayface-search-scenarios.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.
