website/src/app/kb/deploy/groups/readme.mdx
import Alert from "@/components/DocsAlert"; import SupportOptions from "@/components/SupportOptions"; import PlanBadge from "@/components/PlanBadge"; import NextStep from "@/components/NextStep";
<PlanBadge plans={["starter", "team", "enterprise"]}>
Groups form the basis of the Firezone access control model. They are used to organize Users and Service Accounts into a single context you can apply Policies to.
Groups can be created by going to Groups -> Add Group and then entering an
appropriate name for the group.
Groups cannot be nested, but a user can be a member of multiple groups. This allows you to create a flexible and powerful access control model without having to manage a complex hierarchy of groups within Firezone.
<Alert color="warning"> Firezone automatically maintains a special `Everyone` group that contains all of the users in your account. This group cannot be deleted or modified. </Alert><NextStep href="/kb/deploy/users">Next: Create Users</NextStep>
<SupportOptions />