# Sudos

A Sudo (pronounced sue-doh) is a digital identity that helps your users protect themselves against the constant risks of privacy threats and security breaches. Sudo digital identities let your users interact with other people and services while protecting against the misuse of their personal data and legal identity information.

We live in a world of data-brokering, targeted ads, and digital profiling. Malicious use of personal information has created distrust and reduced feelings of cyber safety. Sudos give control back to your users, helping protect them so they feel safe online again.

## Key Features

|                      |                                                                                                                                                                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Compartmentalization | Your users can create a different Sudo digital identity for each purpose, such as shopping, social media, or dating. This minimizes how much of their personal information is shared with other people or services and makes data aggregation and identity fraud harder. |
| Extensible           | Sudos allow your users to alter any part of their identity, such as phone numbers, email addresses and virtual credit cards. The Sudo Platform makes it incredibly easy to integrate our privacy-preserving capabilities into all your products.                         |
| Disposable           | Your users might have many reasons to want to change their digital identity, including data breaches, unscrupulous data trading, and aggressive marketing. Sudos are designed to be easy to delete or update if needed.                                                  |

## Next Steps

* Integrate the **Sudo SDK** into your [JavaScript](/guides/sudos/integrate-the-sudo-sdk.md#integrate-the-js-sdk), [iOS](/guides/sudos/integrate-the-sudo-sdk.md#integrate-the-ios-sdk) and [Android](/guides/sudos/integrate-the-sudo-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/sudos.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.
