# Sample Statement rules

#### 1. Send statements on day 1 of the month to all customers. Include all invoices which are overdue between 0 to 300 days

<figure><img src="/files/7h5sEsJF5L9FgJSxN8KR" alt=""><figcaption></figcaption></figure>

**2.Send statements on Monday every week to Customers categorised as "Cat1". Include invoices that are overdue by up to 300 days or due in the next 30 days**

<figure><img src="/files/8D9XKzBYzw5LlicvAb6Y" alt=""><figcaption></figcaption></figure>

#### 3. Send (daily) all invoices which has never been emailed to the customer and are due in 30 days

<figure><img src="/files/FtJre1y1kSwMfwTnbr3p" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.payorcrm.com/setting-up-automated-statements/sample-statement-rules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
