# Team Management

### Adding Team Members

New users can be invited from the '**Settings > Users & Permissions**' section. You can define user Roles and Permissions when inviting a new user. The user will be sent an invitation via email and they are added to your account once they accept the invitation. Roles and Permissions can be edited any time. If you want to remove a user, just :wastebasket: delete from the **Users & Permissions** table.&#x20;

### Roles and Access Permissions

SuperCMMS has three role types ....

* **Creator-Admin (Super Admin)**
* **Admin**
* **Manager**

Admins have access to all features. Only Admins can create Locations, Sub-Locations, Warehouses, and Custom Fields.&#x20;

Managers can be assigned the following permission.

* **No Access**
* **View Only**
* **View and Edit**

Permissions in SuperCMMS are handled location-wise and module-wise. Most of your users will be of the 'Manager' type with read or write permissions to specific modules (Assets, Inventory, Work Orders, etc.) within a location.


---

# 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.supercmms.com/team-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.
