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

# How to extend a user's permissions

Sometimes the [permission group](/administration/staff/what-security-groups-are-available) a user is assigned doesn't cover everything they need to do. When that happens, you can extend their permissions.

## Which permissions to grant

Start here:

1. Find the [permissions the task requires](/administration/staff/what-permissions-are-needed-for-different-tasks-v2).
2. [Check whether the user is actually missing them](/administration/staff/how-to-check-your-own-permissions).

You don't have to grant permissions one by one — you can also swap the user's permission group entirely. That's the better move when a lot of permissions are missing. Pick a [standard group](/administration/staff/what-security-groups-are-available) that fits, or [create a new one](/administration/staff/how-to-create-a-security-group).

<Tip>
  Create a group when several people need the same non-standard set of permissions. For a one-off, stick with additional permissions on top of the existing group.
</Tip>

## Who can extend permissions

Two things matter here: access to editing users, and holding enough permissions yourself.

### Access to editing users

You can edit users if you have these permissions:

* `View and export the users list`
* `View users`
* `Edit users`

The **Owners** standard group has all three.

### You can't grant what you don't have

Whatever you grant has to be covered by your own access:

* You can only grant additional permissions that exist on your own profile.
* To assign a permission group, you either need to belong to that group yourself or hold every permission it contains.

<Note>
  Permissions are usually granted by **Owners**, since they have the widest access on the project.
</Note>

So if you're not an Owner and the permissions you need to grant are outside your own access, find an **Owner** who can grant them for you — use the filter on the users page.

<Frame>
  <img src="https://mintcdn.com/maestraio/enKM3om20bSB6TmV/images/extend-permissions/filter-owners.png?fit=max&auto=format&n=enKM3om20bSB6TmV&q=85&s=e9b53e5f65ee1a3c93bea04f89d64936" alt="Users list filtered by the Owners permission group" width="2920" height="946" data-path="images/extend-permissions/filter-owners.png" />
</Frame>

## How to grant additional permissions

<Steps>
  <Step title="Open the users list">
    Go to **Settings** → **Security** → **Users**.

    <Frame>
      <img src="https://mintcdn.com/maestraio/X7Uj_hkpTeqFCNnJ/images/own-permissions/settings-security-users.png?fit=max&auto=format&n=X7Uj_hkpTeqFCNnJ&q=85&s=86ec96b0a81aa460402ac276b20ce654" alt="Settings Security Users" width="2936" height="1638" data-path="images/own-permissions/settings-security-users.png" />
    </Frame>
  </Step>

  <Step title="Open the user's profile">
    Find the user you need and open their profile.

    <Frame>
      <img src="https://mintcdn.com/maestraio/X7Uj_hkpTeqFCNnJ/images/own-permissions/find-your-profile.png?fit=max&auto=format&n=X7Uj_hkpTeqFCNnJ&q=85&s=1eef5f1a9d68ae0c8927fad63efa413f" alt="Find the user in the users list" width="2910" height="886" data-path="images/own-permissions/find-your-profile.png" />
    </Frame>
  </Step>

  <Step title="Add the permissions">
    Pick the permissions you need from the **Additional permissions** dropdown.

    <Frame>
      <img src="https://mintcdn.com/maestraio/enKM3om20bSB6TmV/images/extend-permissions/additional-permissions-dropdown.png?fit=max&auto=format&n=enKM3om20bSB6TmV&q=85&s=4a39afc712808df87926665b93cbef9c" alt="Additional permissions dropdown on the Edit user page" width="2914" height="914" data-path="images/extend-permissions/additional-permissions-dropdown.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Click **Save**.
  </Step>
</Steps>
