# Permissions

Easy Console requires an app registration in your tenant. This allows Easy Console to use the data during an active call to display it and perform further interactions

### Easy Console

<table><thead><tr><th width="246">Permission</th><th>Description</th></tr></thead><tbody><tr><td>Contacts.ReadWrite</td><td>Allows the app to create, read, update, and delete user contacts</td></tr><tr><td>Mail.Send</td><td>Allows the app to send mail as users in the organization</td></tr><tr><td>Presence.Read.All</td><td>Allows the app to read presence information of all users in the directory on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.</td></tr><tr><td>Tasks.ReadWrite</td><td>Allows the app to create, read, update, and delete the signed-in user's tasks and task lists, including any shared with the user.</td></tr><tr><td>User.Read</td><td>Allows users to sign-in to the app, and allows the app to read the profile of signed-in users. It also allows the app to read basic company information of signed-in users.</td></tr><tr><td>User.Read.All</td><td>Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.</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.easyconsole.easyplatform.app/licensing-and-admin/permissions.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.
