> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/automations.md).

# Automations

- [Email Notifications & Reminders](https://help.alternativepayments.io/automations/email-notifications-and-reminders.md)
- [Automatic Email Notifications](https://help.alternativepayments.io/automations/email-notifications-and-reminders/automatic-email-notifications.md)
- [Automated Invoice Summaries](https://help.alternativepayments.io/automations/email-notifications-and-reminders/automated-invoice-summaries.md)
- [Creating Custom Email Templates](https://help.alternativepayments.io/automations/email-notifications-and-reminders/creating-custom-email-templates.md)
- [Tracking Email Notifications](https://help.alternativepayments.io/automations/email-notifications-and-reminders/tracking-email-notifications.md)
- [Create Email Audiences](https://help.alternativepayments.io/automations/email-notifications-and-reminders/create-email-audiences.md): Here’s how you can target reminders to specific audiences only to ensure your messages stay relevant and your customers receive the right communication at the right time.
- [Setting up Auto-Pay](https://help.alternativepayments.io/automations/setting-up-auto-pay.md)
- [Setting up Auto-Pay](https://help.alternativepayments.io/automations/setting-up-auto-pay/setting-up-auto-pay.md)
- [Auto-Pay Permissions](https://help.alternativepayments.io/automations/setting-up-auto-pay/auto-pay-permissions.md)
- [Invoice Creation Date Auto-Pay Rules](https://help.alternativepayments.io/automations/setting-up-auto-pay/invoice-creation-date-auto-pay-rules.md)
- [Agreements-Based Auto-pay Rules](https://help.alternativepayments.io/automations/setting-up-auto-pay/agreements-based-auto-pay-rules.md)
- [Billing Terms Auto-Pay Rules](https://help.alternativepayments.io/automations/setting-up-auto-pay/billing-terms-auto-pay-rules.md)
- [Using Auto-charge](https://help.alternativepayments.io/automations/using-auto-charge.md)
- [Auto-Charge Vs. Auto-Pay](https://help.alternativepayments.io/automations/using-auto-charge/auto-charge-vs.-auto-pay.md)
- [Auto-Charge Overview](https://help.alternativepayments.io/automations/using-auto-charge/auto-charge-overview.md)
- [Batch Charging Invoices](https://help.alternativepayments.io/automations/using-auto-charge/batch-charging-invoices.md)
- [Collections Assist](https://help.alternativepayments.io/automations/collections-assist.md)
- [Collections Assist Overview](https://help.alternativepayments.io/automations/collections-assist/collections-assist-overview.md)
- [Collections Assist Best Practices](https://help.alternativepayments.io/automations/collections-assist/collections-assist-best-practices.md)
- [Insights](https://help.alternativepayments.io/automations/insights.md)
- [Insights Overview](https://help.alternativepayments.io/automations/insights/insights-overview.md)


---

# 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.alternativepayments.io/automations.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.
