# Permissions management

IDEA Virtual Desktop Interface enable sessions sharing. Sharing a session is particularly useful if you are planning to do live debugging with your collaborators. Read [Share a virtual desktop](/virtual-desktop-interface/user-documentation/share-a-virtual-desktop.md) to learn more about the use cases.

As VDI administrator, you do have the ability to manage the current permission profiles available to your users. By default, IDEA ships with multiple pre-configured Permission Profiles:

* **observer**: Read/Only access to the session
* **admin**: Full privileges on the session
* **collaborator**: Can see screen + control mouse and keyboard
* **owner**: Grant same permissions as the virtual desktop session owner

<figure><img src="/files/bxinwDRFS7XbEXmf3L6v" alt=""><figcaption><p>Visualize all permission profiles available to the users</p></figcaption></figure>

### Create a custom permission profile

Click "**Create Permission Profile**" button and fill out the form:

* Profile ID: Unique profile ID (e.g: observer\_profile)
* Title: Friendly name (e.g: View Only Profile)
* Description: Description of the profile

Then select what permission(s) you want to apply by using the toggle buttons

<figure><img src="/files/cRPxNxWy7jdekNVMtbgQ" alt=""><figcaption><p>Create a new permission profile</p></figcaption></figure>

Once done, click "**Submit**" button. The profile will then be available to use by the users (refer to [Permissions management](/virtual-desktop-interface/admin-documentation/permissions-management.md) for more details)


---

# 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.ide-on-aws.com/virtual-desktop-interface/admin-documentation/permissions-management.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.
