> For the complete documentation index, see [llms.txt](https://docs.sudoplatform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sudoplatform.com/guides/identity-verification.md).

# 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](/guides/virtual-cards.md). 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](/guides/identity-verification/integrate-the-identity-verification-sdk.md#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](/concepts/sudo-digital-identities.md) and other core concepts


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sudoplatform.com/guides/identity-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
