# FAQ

<table><thead><tr><th width="150">Questions</th><th>Answers</th></tr></thead><tbody><tr><td>How long is the OkayFace processing time?</td><td>About 1 seconds to 3 seconds depending on the image file size/image resolution.</td></tr><tr><td>What if a user's ID photo is taken more than 10 years ago? Does it require a renewal</td><td>The confidence score of the OkayFace will be affected/reduced if the ID card selfie is more than 10 years of the live selfie that is taken by the user.</td></tr><tr><td>Can support faces with different age gap? skin color?</td><td>Yes, it is able to support different skin color. As for the age gap, it is able to recognize faces within 10 years gap. However, the recognition accuracy will be affected If age is more than 10 years.</td></tr><tr><td>What is the minimum face size required?</td><td>The minimum resolution required is 450px x 450px.</td></tr><tr><td>Does make-up or plastic surgery affect the comparison?</td><td><strong>Yes</strong>, it will affect the comparison if the person has done plastic surgery, <br><strong>No</strong>. it will not impact the comparison if there is any make-up.</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/okayface-all/faq.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.
