# Apps Entitlements

- [List Apps](https://rest-api.symphony.com/main/apps-entitlements/list-app-entitlements.md): List the applications configured in your pod.
- [Update App Entitlements](https://rest-api.symphony.com/main/apps-entitlements/update-application-entitlements.md): Update the application entitlements for the company.
- [List User Apps](https://rest-api.symphony.com/main/apps-entitlements/user-apps.md): Returns the list of Symphony application entitlements for this user.
- [Update User Apps](https://rest-api.symphony.com/main/apps-entitlements/partial-update-user-apps.md): Released in SBE 20.13. Updates the application entitlements for a particular user. Supports partial update.
- [Update All User Apps](https://rest-api.symphony.com/main/apps-entitlements/update-user-apps.md): Updates all the application entitlements for a particular user.


---

# 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://rest-api.symphony.com/main/apps-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.
