# IAM: Share access with team

Q Blocks now supports account sharing with your team members so they can sign-in through their account and perform actions on your resources based on the permissions granted to them by you.

Currently, the following permissions can be granted to team members:

1. **Instance access:** Allows them to view and access your instances.
2. **Instance stop:** Allows them to stop a running instance
3. **Instance start:** Allows them to start a paused instance
4. **Instance delete:** Allows them to delete an instance (CRITICAL)

Based on your specific requirements and organisation design, you may grant access privileges to different team members in your main account.

> **Pre-requisite:**&#x20;
>
> **Before you add a team member to your account, they must have a registered / active account on Q Blocks.**

To add a team member, perform the following steps:

1. Go to "IAM Access" section on Settings page.
2. Click on "Add a new team member" button.
3. Enter your team member's email ID that they used for registering their account on Q Blocks and the privileges you'd like to grant them.
4. Click on "Submit" button.

This should add a teammate to your account with your granted privileges. Here's a short video to walk you through the process:

{% embed url="<https://youtu.be/fZTW5DoRvHg>" %}

Once you've successfully added a teammate, you may remove them whenever you feel is necessary by clicking on "Remove" button alongside their email ID.

Upon adding a teammate, they should be able to access instances or perform actions on them through their dashboard.

#### Technical support:

For any query or issues in getting started, reach us out at <support@qblocks.cloud> for quick resolution.


---

# 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.qblocks.cloud/iam-share-access-with-team.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.
