# Thresholding

### Recommended Threshold: 75 (Current)

<table><thead><tr><th width="301.4397026973814">Face Verification Status</th><th>Description</th></tr></thead><tbody><tr><td>Pass</td><td>Confidence Score >= Recommended Threshold</td></tr><tr><td>Fail</td><td>Confidence Score &#x3C; Recommended Threshold</td></tr></tbody></table>

{% hint style="warning" %}
The recommended threshold for OkayFace (all) Confidence Score is **>= 75** for pass.
{% endhint %}

## 1:1 Face Verification V4

### Recommended Threshold: 1.0

| Face Verification Status | Description                         |
| ------------------------ | ----------------------------------- |
| Pass                     | Confidence >= Recommended Threshold |
| Fail                     | Confidence < Recommended Threshold  |

{% hint style="danger" %}
The recommended threshold for OkayFace V4 Confidence Score is >= 1.0 for pass.

**\*Only OkayFace V4 is special case on Recommended Thresholding**
{% endhint %}


---

# 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/okayface-all/thresholding.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.
