# Secure ID Verification

The **Secure ID Verification SDK** allows you to verify your users' legal identities. This is essential to comply with regulatory requirements, such as know-your-customer (KYC). Secure ID verification is required to unlock certain Sudo Platform features, such as [Virtual Cards](https://docs.sudoplatform.com/guides/virtual-cards). Secure ID verification also offers you peace-of-mind that your application isn't being misused.

Your users will be asked to verify their identity by providing proofs that can be verified against trusted data sources.

## Key Features

|                         |                                                                                                                                                                                                                      |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Verify Legal Identities | Verify your users' legal identities so they can unlock Sudo Platform capabilities such as Virtual Cards and the enhanced security benefits of a Sudo.                                                                |
| Verify ID Documents     | Incorporate verification of government issued ID document, such as a passport, ID card or driver's license, into the verification process. Optionally compare the user's photo on the ID document to a facial image. |

## Next Steps

* Integrate the **Secure ID Verification SDK** into your [web](https://docs.sudoplatform.com/guides/integrate-the-identity-verification-sdk#integrate-the-js-sdk), [iOS](https://docs.sudoplatform.com/guides/identity-verification/integrate-the-identity-verification-sdk#integrate-the-ios-sdk) or [Android](https://docs.sudoplatform.com/guides/identity-verification/integrate-the-identity-verification-sdk#integrate-the-android-sdk) application
* Learn more about [Sudo digital identities](https://docs.sudoplatform.com/concepts/sudo-digital-identities) and other core concepts


---

# 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.sudoplatform.com/guides/identity-verification.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.
