> For the complete documentation index, see [llms.txt](https://docs.acodia.de/acodia-care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/klient-erstellen.md).

# Klient erstellen

1. Navigiere zur Seite "Klienten" und klicke links in der Navigationsleiste auf "Erstellen".&#x20;
2. Gib im ersten Schritt des Popups den Namen des Klienten ein und wähle aus, ob es sich um einen Klienten oder Interessenten handelt.&#x20;

{% hint style="info" %}
Nach dem ersten Schritt wird geprüft, ob es sich bei dem Klient um ein Duplikat handeln könnte. Dabei werden sowohl die bisherigen Klienten, als auch Kontakte überprüft.
{% endhint %}

3. Gib im nächsten Schritt ein Geburtsdatum ein und ändere ggf. die Icon-Farbe.
4. Wähle die Versorgungsarten des Klienten aus.
5. Die darauffolgenden Angaben sind für die erste Erstellung eines Klienten keine Pflicht. Folge den nächsten Schritten für die gesamte Erfassung:
   1. [**Stammdaten bearbeiten**](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/pages/mioGgCLmVylB0ws35euV#id-1.-stammdaten-bearbeiten)
   2. [**Standort hinzufügen**](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/pages/mioGgCLmVylB0ws35euV#id-2.-standort-hinzufuegen)
   3. [**Pflegegrad hinzufügen**](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/pages/mioGgCLmVylB0ws35euV#id-3.-pflegegrad-hinzufuegen)
   4. [**Kostenträger hinzufügen**](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/pages/mioGgCLmVylB0ws35euV#id-4.-kostentraeger-hinzufuegen)
   5. [**Kontakte, Arzt, Apotheke zu Kontakten hinzufügen**](https://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/pages/mioGgCLmVylB0ws35euV#id-5.-kontakte-arzt-apotheke-zu-kontakten-hinzufuegen)


---

# 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://docs.acodia.de/acodia-care/tutorial-3-klienten-verwalten/klient-erstellen.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.
