# Manage users

You can give other people access to your Unsub account, with different permissions. To do this, go to your institution page, then click on the Users tab. Click "New group member":

![](/files/g28IN5sHMx0vUbXBMFf5)

Add the new group member's email address, and choose a permission level for them.

![](/files/4BBb3BFVe3Vf8cymTVEI)

There are four permissions levels:

* **Admin**: Full permissions, including adding and deleting other users (even you). Only give people you trust Admin rights.
* **Collaborator:** Full permissions for your institution's account, *except* they can't add/delete other users or change other users' roles.
* **Viewer:** Read-only access to your institution's Unsub account.
* **Unaffiliated**: Can't access your institution's account at all.

We'll send this person an email with instructions on how to create their new account. Once they sign in, they'll automatically be granted access to your account, at the permissions level you chose.

### Deleting / Removing a user

There isn't currently an Unsub dashboard button for deleting/removing a user, but to achieve the result simply change the permission level for the user to **Unaffiliated.** After this change, they will no longer have access to your Unsub account.&#x20;


---

# 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.unsub.org/how-to-guides/manage-users.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.
