> 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/users.md).

# Users

The **User SDK** makes it seamless for you to integrate Sudo capabilities into your applications with minimal effort. For applications that support Open ID Connect, the **User SDK** enables applications to map their existing users to Sudo Platform users without the need for end users to create new accounts.

## Key Features

|                            |                                                                                                                                                                                                          |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Private Key Authentication | The **User SDK** allows your users to on-board with minimal effort and sharing of personal information. Private Key Authentication offers a modern, passwordless approach for signing up and logging in. |
| Federated Authentication   | The **User SDK** offers multiple ways to register a user, including Federated Sign In (via OIDC).                                                                                                        |

## Next Steps

* Integrate the **User SDK** into your [JavaScript](/guides/users/integrate-the-user-sdk.md#integrate-the-js-sdk), [iOS](/guides/users/integrate-the-user-sdk.md#integrate-the-ios-sdk) and [Android](/guides/users/integrate-the-user-sdk.md#integrate-the-android-sdk) applications
* Learn more about [Sudo digital identities](/concepts/sudo-digital-identities.md) and other core concepts
