# Groups

Groups are a way to organize the members within your workspace. Once you organize your team members into Groups, you can then assign them to the appropriate Team which will give them access to all of their resources within that Team. Read more about Teams here: [Teams](/user-management/teams.md)

**Benefits of Creating Groups**

* **Resource Ownership**: Assign resource ownership directly at the Group level. For example, assign ownership of all dashboards to the Business Intelligence Group in Secoda.
* **Efficient Team Assignment**: Add an entire Group to a Team in one action, bypassing the need to add members individually.

## How to create Groups

To create a new Group, click **Groups** in the Organization settings. Then, click **Add new group**.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/Screenshot%202023-05-30%20at%203.25.11%20PM.png" alt=""><figcaption></figcaption></figure>

To add new members to a Group, click **Select user**. You can also add an emoji to represent this group by clicking on the letter beside the group name.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/Screenshot%202023-05-30%20at%203.35.24%20PM.png" alt=""><figcaption></figcaption></figure>

You can assign members to a Group and Team upon sending them an invitation from the Invite members view.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/Screenshot%202023-05-30%20at%203.36.09%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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.secoda.co/user-management/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.
