> 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/wiedervorlagen-1/so-werden-wiedervorlagen-angelegt.md).

# How followups are created

The ability to set a reminder on a specific document, job or customer is helpful in various situations in everyday agency work.

Creating followups is possible in the following modules:

* estimate
* invoice
* credit invoice
* contact
* job
* customer account
* customer

To create a followup, open the "Followup" tab in the respective document, here for example in an estimate.

![](/files/2f5cd63161114de2168335d8e70fc5ee513903a6)

You can now create a new followup via the button "Create new conversation note or followup". &#x20;

![](/files/da354e8bf9bfa83cde3bd91b148cb848d767d628)

In the dialog that opens you have the following options:

* **Enter note text:** A descriptive text for the followup; it is also possible to leave just a note to document a process without assigning it to a user as a followup.
* **Visible to:** If desired, you can restrict the visibility of a followup to one or more people. This can be useful if you want to create a private followup for yourself or share sensitive project information only with a small circle of colleagues.
* **Reminder on:** Selection of the date. This date is relevant for the configured notifications and the display of the followup in Die Agenturverwaltung. After this date the followup will be marked as overdue.
* **Reminder to:** You can assign a reminder to yourself or to another user so that they are reminded.&#x20;

![](/files/8250bcf8066775604a19a361da0a1872733be0de)

### Followups in purchase invoices

When recording **purchase invoices** followups are also used in that a user who records the purchase invoice can then notify a project manager via a followup so that they can assign the purchase invoice to their job (as an external service). This is useful in agencies where accounting records purchase invoices but lacks domain knowledge about individual customers and their jobs and therefore leaves the assignment to the respective project managers.

Such a followup is created in the "Project assignment" tab of a purchase invoice.

![](/files/bb2144d72737445497faa1416ad7b80e7c084ef6)

Using the selection field "Should someone else make the project assignment?" a followup can be created and directly assigned to the user selected in the dropdown element.

![](/files/0b9beb31e73af45e5d9707c3abdd1d855c943380)

The selected user will then see an entry titled "Please make project assignment" in the followup overview and can navigate directly to the project assignment via a link in the entry.

![](/files/a88385479daafc08db03c59703c548a012a9712d)


---

# 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/wiedervorlagen-1/so-werden-wiedervorlagen-angelegt.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.
