# Create Groups & Assign Policies

To create a group, navigate to My Account, and in the Group Management tab, you will be able to see the option to Create a new group.

<figure><img src="/files/bKnXWWKtohC2yc9rbeJq" alt=""><figcaption><p>Example of User Groups created in decube.</p></figcaption></figure>

When creating a new group, you can give a unique name to your group, add a description. You will need to add at least 1 user to successfully create the group.

## Assign Policies to Groups.

Once your group is created, you can assign policies to each group to give all the users in the group permission to access. Here's the different types of policies you can assign:

* **Administrative** includes all org-type permissions, which do not tie to resources in a data source. For example, the ability to manage groups & policies, and manage data sources.
* **Source-based** includes all resource-based type of permissions, which user will need to select a data source first. For example, the ability to add a tag to a table within a Snowflake table will need edit access to Snowflake.
* **Module-based** includes all module-based type permissions that are not tied to a data source. For example, the Business Glossary.

Here are the quick links to each type of policies page.

{% content-ref url="/pages/tXHK6MwRv2fz4werYJVJ" %}
[Administrative-based Policies](/group-access-policies/administrative-based-policies.md)
{% endcontent-ref %}

{% content-ref url="/pages/6HIRGt1RnLSKNovBLmjd" %}
[Source-based Policies](/group-access-policies/source-based-policies.md)
{% endcontent-ref %}

{% content-ref url="/pages/GN6owtejrMnBoyzbSjKY" %}
[Module-based Policies](/group-access-policies/module-based-policies.md)
{% endcontent-ref %}

<figure><img src="/files/rlA2aOPLP206t5wUdVY4" alt=""><figcaption><p>Example of a group with multiple policies.</p></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.decube.io/group-access-policies/create-groups-and-assign-policies.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.
