# Statement of account

Loopit makes it easy to send a statement of a person or companies invoices.  The statement of account can be generated with only overdue invoices or all issued invoices regardless of payment status.  It can be used as an effective tool should a customer get into a situation of multiple overdue invoices.

### How do I generate a statement?

{% stepper %}
{% step %}

### Go to the person, company or booking

{% endstep %}

{% step %}

### Select Billing > Invoices

{% endstep %}

{% step %}

### Press "Statement"

A dialog will open allowing you to either include only overdue or all issued invoices
{% endstep %}

{% step %}

### Press Generate

A PDF will be instantly generated and download in your browser.
{% endstep %}
{% endstepper %}

### How can a user pay?

The statements include a QR code beside each invoice that allows the user to scan and pay instantly.  This will aid with debt recovery by streamlining the steps for users.


---

# 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://docs.loopit.co/billing/invoices/statement-of-account.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.
