> 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-1-pflegen-und-dokumentieren/einfuhrung-in-die-webapp.md).

# Einführung in die WebApp

## Aufrufen der WebApp

Die WebApp von Acodia Care kann in jedem Browser gestartet werden. Die einzigen Voraussetzungen zur Nutzung sind ein installierter Browser, Internetverbindung und ein Microsoft-Account.

1. Gib in deinem Browser [app.acodia.care](https://app.acodia.care/) ein, um die Anwendung zu starten.
2. Gib deine Microsoft E-Mail-Adresse ein und bestätige deine Eingabe, indem du auf "Weiter" klickst.
3. Gib dein Microsoft Passwort ein und bestätige deine Eingabe, indem du auf "Anmelden" klickst.
4. Anschließend wirst du zur Startseite von Acodia Care weitergeleitet und du kannst deine Sitzung beginnen.

{% hint style="info" %}
Wir empfehlen ausdrücklich die Verwendung des [Chrome Internetbrowser](https://www.google.com/intl/de_de/chrome/). Unser System wurde für die Verwendung in Chrome entwickelt und getestet. Die Verwendung eines anderen Browsers kann unter Umständen zu Problemen führen.
{% endhint %}

## Seitenaufbau

Die WebApp von Acodia Care gliedert sich in 6 Hauptseiten:

<figure><img src="/files/G5SGZw8FrvPX8qO7CJdS" alt=""><figcaption><p>Hauptseiten Acodia Care</p></figcaption></figure>

Die Navigations- und Interaktionselemente sind immer kontextbasiert. Die Hauptseiten folgen alle einem einheitlichem Layout und in der Software-Dokumentation werden einheitliche Begriffe für Seiten-Elemente verwendet:

<figure><img src="/files/8gYF8wCBNWcrvEwkioCw" alt=""><figcaption></figcaption></figure>


---

# 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-1-pflegen-und-dokumentieren/einfuhrung-in-die-webapp.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.
