> 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.md).

# Account Settings

- [Account Settings](https://help.paintscout.com/support/account-settings/account-settings.md): Manage company details, team access, personal profile settings, and subscription billing in PaintScout.
- [Account Details Overview](https://help.paintscout.com/support/account-settings/account-settings/account-details-overview.md): Configure your company information, timezone, contact details, logo, and brand colors that appear on estimates and documents.
- [Users & Permissions](https://help.paintscout.com/support/account-settings/users-and-permissions.md): Manage team members and their user permissions.
- [Add a New User](https://help.paintscout.com/support/account-settings/users-and-permissions/how-to-add-a-new-user.md): Add new team members to your PaintScout account and assign the right user type for their role.
- [Deactivate a User](https://help.paintscout.com/support/account-settings/users-and-permissions/how-to-deactivate-a-user.md): Remove or deactivate a team member from your PaintScout account and optionally transfer their estimates to another user before removal.
- [Sales User](https://help.paintscout.com/support/account-settings/users-and-permissions/sales-user.md): Understand who should use a Sales seat, what Sales users can access, and which extra permissions are available.
- [Team User](https://help.paintscout.com/support/account-settings/users-and-permissions/team-user.md): Understand who should use a Team seat, what Team users can do, and which extra permissions are available.
- [Painter User](https://help.paintscout.com/support/account-settings/users-and-permissions/painter-user.md): Understand how Painter access works for employees and subcontractors, including default permissions and field workflows.
- [Account Ownership](https://help.paintscout.com/support/account-settings/users-and-permissions/account-ownership.md): Understand the Owner role, transfer ownership, and manage owner-only billing actions.
- [Custom Permissions](https://help.paintscout.com/support/account-settings/users-and-permissions/user-permissions.md): Configure access levels for Sales, Team, and Painter users using custom permissions to control what team members can view and edit.
- [Understanding the New User Types: What Changed and Why](https://help.paintscout.com/support/account-settings/users-and-permissions/understanding-the-new-user-types-what-changed-and-why.md): Learn how legacy seat types map to Sales, Team, and Painter, and how custom permissions changed user access.
- [Your Profile](https://help.paintscout.com/support/account-settings/your-profile.md): Manage your personal profile details, signature, login email, and notifications in PaintScout.
- [Profile Overview](https://help.paintscout.com/support/account-settings/your-profile/your-profile-overview.md): Manage your personal profile including photo, contact info, password, signature, and notifications
- [Update Your Signature](https://help.paintscout.com/support/account-settings/your-profile/how-to-update-your-signature.md): How to draw or upload your signature for use on accepted estimates and contracts
- [Change Your Email](https://help.paintscout.com/support/account-settings/your-profile/how-to-change-your-email.md): How to request an email address change for your PaintScout account through support
- [Email Notifications](https://help.paintscout.com/support/account-settings/your-profile/setting-up-email-notifications.md): Configure email notifications for estimates, events, tasks, and deals in your profile settings
- [Subscription & Billing](https://help.paintscout.com/support/account-settings/subscription-and-billing.md): Manage your PaintScout subscription, billing details, invoice history, and pricing changes.
- [Start Your Subscription](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-start-your-subscription.md): Begin your PaintScout subscription by selecting a plan, choosing monthly or annual billing, and entering payment details.
- [Upgrade Your Subscription](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-upgrade-your-subscription.md): Contact PaintScout support to upgrade your subscription plan or switch between monthly and annual billing options.
- [Understanding your New Subscription Price](https://help.paintscout.com/support/account-settings/subscription-and-billing/understanding-your-new-subscription-price.md): Learn how PaintScout's updated subscription pricing affects legacy accounts, including Operations add-on changes, Team seat pricing, and when new rates take effect.
- [Update Payment Information](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-update-your-payment-information.md): Update your credit card or add new payment methods for your PaintScout subscription through the billing management section.
- [Billing History](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-see-your-billing-history.md): Access and download previous PaintScout invoices from your billing history through the account settings billing section.
- [Cancel Your Subscription](https://help.paintscout.com/support/account-settings/subscription-and-billing/how-to-cancel-your-paintscout-subscription.md): Learn how to cancel your PaintScout subscription and export your data


---

# 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.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.
