> 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/email-and-communication.md).

# Email & Communication

- [Email Settings](https://help.paintscout.com/support/email-and-communication/email-settings.md): Configure email templates, automatic emails, follow-ups, and customer communication settings.
- [Create an Email Template](https://help.paintscout.com/support/email-and-communication/email-settings/how-to-create-an-email-template.md): Create reusable email templates for estimates, invoices, and work orders with personalization tags that auto-populate customer information.
- [Automatic Emails](https://help.paintscout.com/support/email-and-communication/email-settings/automatic-emails.md): Customize automatic email templates sent when estimates are accepted, declined, payments received, or events are booked or cancelled.
- [Automatic Thank You Emails](https://help.paintscout.com/support/email-and-communication/email-settings/automatic-thank-you-emails.md): Configure automatic thank you emails to be sent when customers accept or decline estimates, with customizable subject lines and body content.
- [Payment Emails](https://help.paintscout.com/support/email-and-communication/email-settings/payment-received-emails.md): Customize automatic emails for received, processing, failed, and refunded payments.
- [Auto Follow-Ups](https://help.paintscout.com/support/email-and-communication/email-settings/auto-follow-ups.md): Set up automated follow-up messages via email or text based on estimate status triggers to improve quote acceptance rates.
- [SMS Follow-Ups](https://help.paintscout.com/support/email-and-communication/email-settings/auto-follow-ups/sms-follow-ups.md): Improve SMS delivery and avoid spam filters with these helpful tips.
- [Why is my auto follow-up not sending?](https://help.paintscout.com/support/email-and-communication/email-settings/why-is-my-auto-follow-up-not-applicable-to-send.md): Troubleshoot why automatic follow-up emails are not being sent due to unmet conditions, already met criteria, or late additions.
- [Chat Overview](https://help.paintscout.com/support/email-and-communication/email-settings/chat-overview.md): Enable real-time chat communication with clients directly on estimates, with email notifications and conversation tracking built in.


---

# 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/email-and-communication.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.
