# 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


---

# 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/users.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.
