> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/projekte/abrechnungsautomation.md).

# Billing automation

With Rechnungsabonnements you can bill recurring services fully automatically and even have the invoice delivered to your customers automatically by email if desired.

This video explains how to do it:

{% embed url="<https://youtu.be/_1J2y2r9aMM>" %}

## Configure invoice subscription

In the tab *Billing automation* of a job an invoice automation can be created.\
An invoice automation ensures that an existing source invoice - e.g. the monthly billing of a retainer - will henceforth be automatically created monthly from this template.

![](/files/091cf426e851dcd3a7bb1aefc65e22586d51477e)

## Optional: configure email delivery

A subscription can also be configured so that the automatically created invoice is sent directly to the customer.

![](/files/9d04ca4dc84de784fcdd5989a287f0ee73531a05)

## List of all billing automations

In the menu item *Finances > Billing automations* all invoice subscriptions are listed across customers.&#x20;

![](/files/9e039cc73079ec927874235e59ae7e3034b96970)

This list also shows if there was a problem with creation or billing, which subscriptions are currently paused or expired and when the next activity is scheduled.

&#x20;


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/projekte/abrechnungsautomation.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.
