# Users & Permissons

The **Users & Permissions** page allows you to manage who has access to your website's Visibl dashboard. From this page, you can add new users, modify permissions, and remove users who no longer need access.

## **Admins**

* Admins have full access to all features on Visibl.
* Only Admins can add or remove users.
* Admins can view the complete list of users who have access to Visibl for the website.

## **Members**

* Members have full access to Visibl, except they cannot add, modify, or remove users.
* If a Member needs Admin access, they should directly ask their organization's admin.

### **How to Access the Users & Permissions Page**

1. Click on the **profile icon** in the top-right corner.
2. Select **"Users & Permissions"** from the dropdown menu.

### **Managing Users**

Only Admins can perform actions on users for a property. An Admin can perform the following actions:

* **Adding a New User** – Click the **"Add User"** button
* **Editing a User’s Permissions** – Click the **pencil icon** next to a user’s name to modify their role
* **Removing a User** – Click the **delete icon** to revoke access for a user
* **Resend Verification –** If a user's verification link has expired, a "Resend Link" will appear next to their name. Clicking on this link will resend a verification link to the 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://govisibl.gitbook.io/help-docs/settings/users-and-permissons.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.
