> 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/email-notifications-and-reminders/automated-invoice-summaries.md).

# Automated Invoice Summaries

Invoice summaries are sent to your customers by email and include an overview of all their outstanding invoices. The goal is to remind customers about their outstanding invoices to ensure you are paid for the products and services you have provided and improve your collection rates. To create invoice email summaries for any outstanding invoices, follow these simple steps:

{% hint style="warning" %}
**Important:** Invoice summaries and reminders are only sent when a customer has an outstanding balance. If a customer's balance is zero, no summary or reminder email will be sent — there are no outstanding invoices to display.
{% endhint %}

***

1. Log in to your [Alternative Payments Dashboard](https://app.alternativepayments.io/).
2. Click on Automations and then [Email Notifications](https://app.alternativepayments.io/dashboard/email-notifications).
3. Select the [Invoice Summaries](https://app.alternativepayments.io/dashboard/email-notifications?pageTab=summaries) option.
4. Click on [+ New summary](https://app.alternativepayments.io/dashboard/email-notifications/new-summary).
5. Choose the frequency at which you want the invoice summaries to be sent.
6. Set the starting date of your invoice summaries and either use the Default template or [create a new template](/automations/email-notifications-and-reminders/creating-custom-email-templates.md).
7. That's it! You're all set with your invoice summary. Feel free to add any exceptions.

***

{% hint style="info" %}
**Note:** Invoices enrolled in Auto-Pay are marked with an Auto-Pay icon in the Invoice Summary Email
{% endhint %}

<figure><img src="/files/02BgcbXKvpnPGflG1WVZ" alt=""><figcaption></figcaption></figure>

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# 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/email-notifications-and-reminders/automated-invoice-summaries.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.
