> 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/onboarding/nummernsysteme.md).

# Nummernsysteme

Die Agenturverwaltung erlaubt die Verwendung komplexer Nummernsysteme.

Uns sind im Verlauf der letzten Jahre schon etliche (mehr und oft auch weniger nützliche) Nummersysteme begegnet. Wenn es keinen Grund dafür gibt - z.B. externe Systeme, die mit den gleichen Nummern arbeiten - sollte das Nummernsystem so einfach wie möglich gehalten werden.

Die Agentursoftware verwendet ein standardmässig Nummernsysteme, welche sich in den vergangenen Jahren bei einer Vielzahl von Kunden bewährt haben.&#x20;

In der folgenden Interaktiven Demo erfährst du \
a) Best-Patterns für Nummernsysteme und\
b) wie man Nummernsysteme in der Agenturverwaltung konfiguriert.

{% embed url="<https://app.arcade.software/share/ZP57jN9vIsEXsoiMHzdJ>" %}

### Im Folgenden findet ihr weitere Infos zu Best-Practices bei Nummernsystemen:

{% content-ref url="/pages/-MROM\_v0XSRXqye3qz4B" %}
[Projektnummern](/onboarding/nummernsysteme/projektnummern.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MROM\_lYJEDmGGf0WWUG" %}
[Kostenvoranschlagsnummern](/onboarding/nummernsysteme/kostenvoranschlagsnummern.md)
{% endcontent-ref %}

{% content-ref url="/pages/aJExaUPkO2gwyrSRcRIG" %}
[Auftragsnummern](/onboarding/nummernsysteme/auftragsnummern.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MROM\_RFbHwwS91DhtKx" %}
[Gutschrifts- und Rechnungsnummern](/onboarding/nummernsysteme/gutschrifts-und-rechnungsnummern.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MROM\_AVqLMGC3gk8nQU" %}
[Paginiernummern für Eingangsrechnungen](/onboarding/nummernsysteme/paginiernummern-fuer-eingangsrechnungen.md)
{% endcontent-ref %}

## Nummerkreise können ganz schön kompliziert werden...

... vor allem wenn Abhängigkeiten zu Drittsystemen ins Spiel kommen.

{% hint style="info" %}
Solltet ihr allgemeine Fragen haben oder aufgrund von Abhängigkeiten zu Drittsystemen einen anderes Nummernsystem benötigen, kontaktiert uns gern über unseren Kundenservice: <info@dieagenturverwaltung.de>
{% endhint %}


---

# 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/onboarding/nummernsysteme.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.
