# Sudo Entitlements

The Sudo Platform entitlements system is used to control consumption of Sudo Platform resources and the Sudo service integrates with this system.

{% hint style="info" %}
Read more about the Sudo Platform entitlements system and how to integrate with it in the  [Entitlements](/guides/entitlements.md) section of the Sudo Platform documentation.
{% endhint %}

The following table describes the entitlements used to control access to the Sudo service:

<table><thead><tr><th>Entitlement</th><th width="186.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>sudoplatform.sudo.max</td><td>Numeric</td><td>Maximum number of Sudos a user can have.</td></tr></tbody></table>


---

# 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/sudo-entitlements.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.
