> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/commands/groups.md).

# Groups

## What it is: "allowed only for group"?

Users can be members of the group.&#x20;

For example, there may be a group of "customers" and "guests." Then you can make sure that guests can not execute client commands.

![Group can be modified on command editing](/files/-LWYSVIMhBLBV1QcQBuP)

{% hint style="info" %}
You can use BJS code for adding user to group:`User.addToGroup(group_name)`&#x20;
{% endhint %}
