# Groups

Groups are sets of users that have access (read or edit) to any number of bricks and shared integration configurations. Additionally, an Admin can associate a Deployment with one or more groups to have PixieBrix automatically deploy those deployments out to those users.

### Creating a Group <a href="#block-32c89d38b0224729b29857dea5d32f4d" id="block-32c89d38b0224729b29857dea5d32f4d"></a>

To create a Group, select the “Groups” menu item in the side nav, and then click Create Group:

![](data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%27218%27%20height=%2769%27/%3e)![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/8d827026-04d0-470e-befc-e2e907ca3ae8/Untitled/w=640,quality=80)

### Adding Group Members <a href="#block-ddf63d87472043cdbe93e53d880d0ae8" id="block-ddf63d87472043cdbe93e53d880d0ae8"></a>

To add Group Members, click the “Add Members” button, and select one or more registered accounts. To add unregistered team members to the group by email, see “Uploading Group Member Emails” below.

<figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/3cce742a-9a8b-4f41-894c-1c123929345b/Untitled/w=1080,quality=80" alt="" width="375"><figcaption></figcaption></figure>

### Uploading Group Member Emails <a href="#block-952829967b704c2e97ad09a55cf21360" id="block-952829967b704c2e97ad09a55cf21360"></a>

To upload a list of group members, click the “Upload” button on the Group Detail page. In the dialog, upload a CSV file with a “Email” column.

⚠️When uploading emails, current group members who are not in the upload file will be removed from the group

When you select a file, PixieBrix will show a summary of the membership changes:

<figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/02b5aa01-e52f-495b-b981-b0853f347dfb/Untitled/w=640,quality=80" alt="" width="375"><figcaption></figcaption></figure>

Unlike when using the “Add Members” dialog, you can provide email addresses that aren’t currently registered with PixieBrix. When an individual with that email address registers with PixieBrix, they will automatically be added to the group (and your organization).


---

# 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.pixiebrix.com/managing-teams/access-control/groups.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.
