> For the complete documentation index, see [llms.txt](https://bumpreminder.gitbook.io/bump-reminder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bumpreminder.gitbook.io/bump-reminder/moderation-system/add-remove-whitelist.md).

# Add/Remove Whitelist

Here you will learn, how to add/removes whitelisted users and roles

{% hint style="danger" %}
**Whitelisted Users and Roles are immune against Moderation actions!**
{% endhint %}

### Add/Remove whitelisted Roles:

{% tabs %}
{% tab title="Add whitelisted Roles" %}

* `%wlist addrole @role1 @role2`
* **You can provide mentions or role ids & you can add many with mentioning the roles in a row.**
* **This will add whitelisted Roles!**
* **Check with `%wlist` the current whitelisted Roles.**
  {% endtab %}

{% tab title="Remove whitelisted Roles" %}

* `%wlist removeuser @role1 @role2`
* **You can provide mentions or role ids & you can remove many with mentioning the roles in a row.**
* **This will remove whitelisted Roles.**
* **Check with `%wlist` the current whitelisted Roles.**&#x20;
  {% endtab %}
  {% endtabs %}

### Add /Remove whitelisted Users:

* **This will whitelist mentioned Users.**

{% tabs %}
{% tab title="Add whitelisted Users" %}

* `%wlist adduser @user1 @user2`
* **You can provide mentions or user ids & you can add many with mentioning the users in a row.**
* **This will add whitelisted Users!**
* **Check with `%wlist` the current whitelisted Users.**
  {% endtab %}

{% tab title="Remove whitelisted Users" %}

* `%wlist removeuser @user1 @user2`
* **You can provide mentions or user ids & you can remove many with mentioning the users in a row.**
* **This will remove whitelisted Users.**
* **Check with `%wlist` the current whitelisted Users.**&#x20;
  {% endtab %}
  {% endtabs %}
