> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/account-settings/users-and-permissions/user-permissions.md).

# Custom Permissions

PaintScout has three user types: Sales, Team, and Painter. Each type has different default access. You can turn on extra permissions to customize each user's access to align more closely with their role.

To invite someone new, see [Add a New User](/support/account-settings/users-and-permissions/how-to-add-a-new-user.md).

{% tabs %}
{% tab title="Sales" %}
**Sales User**

Use Sales for owners, estimators, and sales reps. Sales users can create and edit their own estimates, invoices and deals by default (though they can also access records they are linked to in some way— i.e. through a sales event, task, or job).

Non-owner Sales users can also get extra permissions based on their role.

**Custom permissions:**

* Access to account settings.
* Access to Billing.
* Access to other users' estimates, invoices, deals etc.
* Access to reports.
* Ability to export data.

See [Sales User](/support/account-settings/users-and-permissions/sales-user.md) for a full breakdown of this type.

<figure><img src="/files/MhwdpDhl5pOXvMroEj0J" alt="Screenshot showing custom permission toggles for a Sales user"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Team" %}
**Team User**

Use Team for office staff, production managers, and coordinators.

Team users can view records across the account and take limited action on estimates and invoices. They do not create estimates or invoices from scratch.

**Custom permissions:**

* Access to account settings.
* Access to Billing.
* Access to dashboard.
* Access to reports.
* Ability to export data.

See [Team User](/support/account-settings/users-and-permissions/team-user.md) for a summary of this user type.

<figure><img src="/files/Vz0KwjRrXaDEtCnu9Pgo" alt="Screenshot showing custom permission toggles for a Team user"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Painter" %}
**Painter User**

{% hint style="info" %}
This user type is currently in beta.
{% endhint %}

Painter is a field-focused user type for crew members and subcontractors. Painter permissions depend on whether the user is set up as an employee or subcontractor.

**Custom permissions:**

* View client information.
* View job value and prices.
* Add/view payments.
* Add additional work.
* Add/view tasks, notes, and files.

Painter users never get access to account settings, reports, pipelines, or the dashboard.

See [Painter User](/support/account-settings/users-and-permissions/painter-user.md).

<figure><img src="/files/ewgYYs4s2pATqE5ninsT" alt="Screenshot showing custom permission toggles for a Painter user"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

## How to edit permissions

1. Go to **Account Settings** → **Billing** → **User Management**.
2. Open the user menu.
3. Click **Edit permissions**.
4. Turn the permissions you want on or off.
5. Click **Save**.

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Add a New User</strong></td><td>Add new team members to your PaintScout account and assign the right user type for their role.</td><td><a href="/pages/CsSF5VdoqyitWKkV5WzY">/pages/CsSF5VdoqyitWKkV5WzY</a></td></tr><tr><td><strong>Deactivate a User</strong></td><td>Remove or deactivate a team member from your PaintScout account and optionally transfer their estimates to another user before removal.</td><td><a href="/pages/OwdAFkK4XS5C4RTdDEpQ">/pages/OwdAFkK4XS5C4RTdDEpQ</a></td></tr><tr><td><strong>Share With Your Team</strong></td><td>Share estimates and work orders with your team via email, live links, or downloadable PDFs for seamless collaboration.</td><td><a href="/pages/xy91b2dutpCcdfu7svey">/pages/xy91b2dutpCcdfu7svey</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.paintscout.com/support/account-settings/users-and-permissions/user-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
