# Permissions and User Groups

## Roles and Permissions

Each member of your team (including you) is assigned a **role.** A role is a combination of permissions and determines the set of behaviors and actions that a user can take in their Feathery account.

The role can be edited when new team members are being invited or configured by clicking the pencil icon next to the existing user's role.

<figure><img src="/files/p5ToJhva7NnkhbwtOuHB" alt=""><figcaption></figcaption></figure>

### Default Roles

The standard available user roles are `Admin`, `Editor`, and `Viewer`. In addition to the standard permissions that come with each role, more granular permissions can be configured as well.

#### Admin

Administrators have the permissions of an editor **and** administrative access to Feathery, including the ability to invite new users, set roles & user groups, and manage billing.

#### Editor

Editors have the permissions of a **viewer** and the ability to create, edit, and delete forms.

#### Viewer

Viewers may view available forms and form results.

### Custom Roles

Aside from the default roles that Feathery provides, you can define your own custom roles with custom sets of permissions. Below are some of the permissions you can choose from when configuring a custom role.

#### Permission List

* Administrative access (account settings, inviting users, configuring permissions, manage billing, etc.)
* Create forms
* Delete forms
* Modify form design
* Modify form theme
* Modify linked field properties
* Modify form results in the dashboard or on the form
* Modify form integrations
* Modify form custom logic
* Invite users (collaborators) to fill forms
* Edit the collaborator template (# of users per submission, who can edit which fields)
* Export results data
* View specific results (filtered on field value)
* Run A/B test

## User Groups

User groups allow specific accounts to only have access to specific forms or fields. You can define user groups by clicking the pencil icon next to the `User Groups` label. Once you've created your user groups, you can assign new users to a specific group so they only have access to specific forms.

<figure><img src="/files/MNrIVSNakG0F8C5Ff30C" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.feathery.io/platform/account-settings/permissions-and-user-groups.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.
