> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/multitenant-management/create-and-manage-policy-groups.md).

# Create and Manage Policy Groups

A policy group is a logical grouping of out-of-the-box and/or custom Prisma Cloud Policies.

Follow the steps below to create **Policy Groups**:

1. Select the **Policy Groups** tab from the Multitenant Management console.
2. Select **Create Policy Group** to launch the policy group creation workflow.
3. Enter a name for the Policy Group in the **Policy Group Name** field.
4. Select the policies from the list that will be a part of the Policy Group.
5. View the policies selected and added to the policy group by clicking on the **Policies in this Group** tab.
6. Review the policies to confirm your selections and click **Save** to create the policy group.

## Create a Policy

The Prisma Cloud Multitenant Management console also enables you to create a new policy called a custom policy. You can add a custom policy to a new or existing policy group to map the policy to tenants in a tenant group.

Follow the steps below to create a custom policy:

1. Navigate to the **Policy Groups** dashboard.
2. Click **Create Policy** to launch the custom policy creation workflow.
3. On the new Prisma Cloud tenant window select **Home > Governance > Add Policy**.
4. See [Create a Custom Policy](https://docs.prismacloud.io/en/enterprise-edition/content-collections/governance/create-a-policy) to complete the creation of your new policy.

## Map a Policy Group to a Tenant Group

Follow the steps below to map a policy group to a tenant group and extend the mapping onto the managed Prisma Cloud tenants.

1. Navigate to the **Policy Groups** dashboard and select any policy group that you wish to map to a tenant.

   tt:\[NOTE:] Multiple policy groups can **only** be mapped to a single tenant group. It is not possible to map multiple policy groups to multiple tenant groups in the same operation. Repeat the mapping operation of policy groups that would be mapped to each independent tenant group.
2. Select **Map to Tenant Group**.
3. Select a tenant group to map the policy groups to.
4. Click **Confirm and Map** to complete mapping.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/multitenant-management/create-and-manage-policy-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
