> 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/untitled/neuen-kunden-anlegen.md).

# Neuen Kunden anlegen

Wie in der Einführung beschrieben, ist der Kunde ist höchste Hierarchie-Ebene der Projektverwaltung. Einem Kunden werden Etats, und einem Etat werden Projekte zugeordnet.

Spätestens bei Erstellung eines ersten Projekts für einen Neukunden müssen wir diesen Kunden im System anlegen  Alternativ kann ein Kunde auch unter *Projektverwaltung > Kunden* erstellt werden.

![Erstellung eines neuen Kunden im Projekt-Wizard](/files/-LyT5aB1nGB0KnBvuxV4)

### Was gehört zu einem Kunden?

Ein Kunde benötigt bei der Erstellung zunächst nur einen Namen. Üblicherweise wird der Name der Organisation oder Firma verwendet. \
Aus dem Kundennamen wird vom System ein eindeutiges Kundenkürzel erstellt. Diese Kürzel lässt sich bei beim Anlegen eines Kunden anpassen, wenn gewünscht.

Im nächsten Schritt des Wizards muss eine Kontaktperson und damit die Adresse des Kunden hinterlegt werden. Dabei kann ein bereits vorhandener Kontakt verknüpft oder ein neuer angelegt werden.


---

# 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/untitled/neuen-kunden-anlegen.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.
