> 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/einstellungen-1/finanzen/eingangsrechnungen-per-e-mail-in-die-agenturverwaltung-weiterleiten.md).

# Import purchase invoices by email

Most of our clients have an email mailbox specifically available for invoices from suppliers. e.g. <invoice@my-agency.com> or <buchhaltung@meine-agentur.de>

Under "Settings > Finance" you will find in the "Import receipts via email" tile a field with an email address that looks something like this:

![](/files/393c4758e1fd91d0fa0d140c9a3f261af0b9632c)

Your IT can forward all emails sent to your rechnungen\@... email address to the email address in this field.

This will automatically create those emails with the attached HTML or PDF invoices in Die Agenturverwaltung. They will then have the status `waiting for capture` i.e. they are waiting for someone to review the individual receipts, check them and pass them on to the respective responsible project manager.

The AI-powered receipt capture also helps here to recognize your suppliers' receipts so that not all data has to be tediously typed in.

{% hint style="info" %}
**Tip**\
Save this email address in your address book under the name "Belegerfassung". That way you only need to forward invoices that go to your personal mailbox to "Belegerfassung".
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=-5dfQJaNehM>" %}


---

# 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/einstellungen-1/finanzen/eingangsrechnungen-per-e-mail-in-die-agenturverwaltung-weiterleiten.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.
