> For the complete documentation index, see [llms.txt](https://docs.recognito.vision/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recognito.vision/face-recognition-sdk/integration-guide/windows.md).

# Windows

This guide introduces RECOGNITO Windows-Face SDK for onboarding & eKYC.

&#x20;After completing this guide, you will have downloaded SDK, run the Demo, tested each SDK APIs, and successfully integrated SDK into Your Application!

## Feature & Options

<table><thead><tr><th width="319">Features &#x26; Options</th><th align="center">Windows-Face SDK</th></tr></thead><tbody><tr><td><strong>Programming Language</strong></td><td align="center">C++/Python</td></tr><tr><td><strong>Face Detection</strong></td><td align="center">Multiple Faces</td></tr><tr><td><strong>Face Feature Extraction</strong></td><td align="center">Yes, 2056bytes</td></tr><tr><td><strong>Face Liveness Detection</strong></td><td align="center">Yes</td></tr><tr><td><strong>Face Attribute Analysis</strong></td><td align="center">Age, Gender, Mask, Glass</td></tr><tr><td><strong>1:N Identifiability</strong></td><td align="center">Yes</td></tr></tbody></table>

{% hint style="info" %}
[How to implement 1:N identification with RECOGNITO SDK?](/how-to-implement-1-n-identification-with-recognito-sdk.md)
{% endhint %}

## Recommended System Requirements

* **Windows System:** Windows 10 or later
* **CPU:** 8 cores
* **RAM:** 8 GB
* **HDD:** 8 GB


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.recognito.vision/face-recognition-sdk/integration-guide/windows.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.
