> ## Documentation Index
> Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Policies

> Grant account-wide permissions by connecting users, groups, and API clients to roles through policies.

Confidence checks all permissions on a per-resource level. Even though this is incredibly powerful sometimes
you want to grant permissions to the entire account.
A policy connects one or more groups, users, API Clients with a set of roles.

## Everyone

Confidence manages a special group called *Everyone* which allows you to grant some roles to every user who logs in and
every API Client. Using this special *Everyone* it's possible to set up a default baseline set of permissions.

## Related Resources

<CardGroup cols={2}>
  <Card title="IAM Introduction" href="/docs/iam/introduction">
    Overview of identity and access management
  </Card>

  <Card title="Roles" href="/docs/iam/roles">
    Understand available roles
  </Card>

  <Card title="Groups" href="/docs/iam/groups">
    Organize users into groups
  </Card>

  <Card title="Users" href="/docs/iam/users">
    Manage individual user access
  </Card>
</CardGroup>
