> 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/projektverwaltung-1/projekte/abrechnungsautomation.md).

# Abrechnungsautomation

Mit Rechnungsabonnements kannst Du wiederkehrende Leistungen vollautomatisch abrechnen und die Rechnung auf Wunsch sogar automatisiert per E-Mail an deine Kunden zustellen.

In diesem Video wird erklärt wie das geht:

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

## Rechnungsabonnement konfigurieren

Im Reiter *Abrechnungsautomation* eines Projekts kann eine Rechnungsautomation erstellt werden.\
Eine Rechnungsautomation sorgt dafür das eine bereits bestehende Quell-Ausgangsrechnung - z.B. die monatliche Abrechnung eines Retainers - künftig automatisch monatlich aus dieser Vorlage erstellt wird.

![](/files/-MdGfCzLrgyIvlcwsck1)

## Optional: E-Mail-Versand konfigurieren

Ein Abonnement kann auch so konfiguriert werden, dass die automatisch erstellte Rechnung gleich an den Kunden versendet wird.

![](/files/-MdGfPJhaNcQzG6QISNr)

## Liste aller Abrechnungsautomationen

Im Menüpunkt *Finanzen > Abrechnungsautomationen* werden alle Rechnungsabonnements Kundenübergreifend aufgeführt.&#x20;

![](/files/-MdGfeyFWENLOZ9ZlddL)

Aus dieser Liste geht auch hervor, wenn es Problem bei der Erstellung oder der Abrechnung gab,  welche Abonnements gerade pausiert oder abgelaufen sind und wann die nächste Aktivität geplant ist.

&#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/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.
