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

# Resources

- [Best Practices](https://help.paintscout.com/support/resources/paintscout-best-practices.md): Essential tips and best practices for getting the most out of PaintScout including saving, updates, and device usage
- [Troubleshooting](https://help.paintscout.com/support/resources/troubleshooting-guide.md): Troubleshoot common PaintScout issues with step-by-step solutions for syncing, email delivery, payments, browser problems, and more.
- [FAQ](https://help.paintscout.com/support/resources/frequently-asked-questions.md): Browse answers to frequently asked questions about using PaintScout for painting estimates, invoicing, and Operations management.
- [How to Change Your Password](https://help.paintscout.com/support/resources/frequently-asked-questions/how-to-change-your-password.md): Guide to resetting or changing your PaintScout password, including forgotten password recovery
- [Estimates](https://help.paintscout.com/support/resources/frequently-asked-questions/estimates.md): Common questions about managing, sharing, and tracking estimates in PaintScout including statuses, archiving, PDFs, and customer visibility.
- [Pricing & Calculations](https://help.paintscout.com/support/resources/frequently-asked-questions/pricing-and-calculations.md): Common questions about rates, pricing display, discounts, taxes, and estimate calculations in PaintScout.
- [Multi-Factor Authenticator (MFA) setup](https://help.paintscout.com/support/resources/frequently-asked-questions/multi-factor-authenticator-mfa-setup.md): Step-by-step guide to setting up Multi-Factor Authentication (MFA) on your PaintScout account using SMS or an authenticator app.
- [Payments & Financing](https://help.paintscout.com/support/resources/frequently-asked-questions/payments-and-financing.md): Common questions about Stripe payment processing, Wisetack financing, payment notifications, and managing credit card payments.
- [Account & Setup](https://help.paintscout.com/support/resources/frequently-asked-questions/account-and-setup.md): Common questions about account configuration, branding, contacts, and settings in PaintScout.
- [General](https://help.paintscout.com/support/resources/frequently-asked-questions/general.md): General questions about common PaintScout topics including saving, browser cache, translations, and email delivery.
- [My Customer Didn't Receive Their Estimate](https://help.paintscout.com/support/resources/frequently-asked-questions/my-customer-didnt-receive-their-estimate.md): Troubleshoot why your customer didn't receive their PaintScout estimate email and learn how to resend or share it directly.
- [Spell Check](https://help.paintscout.com/support/resources/frequently-asked-questions/spell-check-in-paintscout.md): How to enable and use spell checking in PaintScout through browser settings and Grammarly
- [Glossary](https://help.paintscout.com/support/resources/resources.md): Look up key PaintScout terms, user types, estimating concepts, and integrations.
- [PaintScout Glossary](https://help.paintscout.com/support/resources/resources/paintscout-glossary.md): Definitions for key PaintScout terms, user types, estimating concepts, and integrations.


---

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