# User roles and privleges

There are four prebuilt of user roles in Box: Admins, Co-admins, Group admins, and Members.&#x20;

These roles can be further restricted with custom permissions as needed.&#x20;

### Admin

The organization admin has full control of the Box account. They can manage users, log in to any user's accounts, and update settings for the entire organization.&#x20;

There can only be one admin role in an organization.&#x20;

### Co-admin

Co-admins have a similar level of control as the primary admin but have some restrictions. They are unable to change settings for the Admin user, update billing, or invite collaborators (when Restrict Invites is enabled).&#x20;

Multiple Co-admins can be added to the organization.&#x20;

### Group admin

A group admin has control of the settings for a specific group. They can add managed users to a group and manage group members, as well as change folder permissions in that group.&#x20;

### Members

Members have no admin permissions by default. Instead, they inherit the permissions granted in the account-wide settings. Unless changed, members can invite collaborators to files and folders, but this can be disabled if needed.&#x20;


---

# 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.the-cloud-storage-guide.io/cloud-storage-platforms/box-overview/users-and-groups/user-roles-and-privleges.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.
