# Members

***

## General Overview

From this page, you can manage any member within your CAD community to include permission groups, departments, kick, and ban.

Any member with an icon next to their name has a permission group assigned.

{% hint style="info" %}
Permission groups can be customized in **Security > Permissions**.
{% endhint %}

![](https://i.imgur.com/8v0EpHb.png)

***

## Managing Members

### Edit

* To update a member’s details (first name, last name, and call sign), click **Edit** next to their name and make the necessary changes.

![](https://i.imgur.com/zW6j9Cn.png)

***

### Departments&#x20;

* A user's departments can be manually configured from this area.
* Any department shown in the list is what has been already assigned.
* To assign a new department click the dropdown and select the desired department to assign to the member.
* Supervisor access can also be assigned from here.
* The remove function is only used to remove a member from a department, **not the community.**

![](https://i.imgur.com/Xhb6M8T.png)

***

### Permissions&#x20;

* A member's permission groups can be assigned/removed from here.&#x20;
* If your permission groups are "missing", you will need to configure them in **Security > Permissions.**

![](https://i.imgur.com/NUTD9A7.png)

***

### Kick&#x20;

* This is used to remove a member from your CAD community.&#x20;
* The reason is optional.&#x20;
* The user will be able to rejoin.

![](https://i.imgur.com/Jv1sT9G.png)

***

### Ban&#x20;

* This is used to ban a member from your community.&#x20;
* They will not be able to rejoin&#x20;
* They can be unbanned from the ban list found in **Security > Ban List.**

![](https://i.imgur.com/nxWHdHA.png)

***


---

# 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.imperialcad.app/general/administration/members.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.
