> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/deutsch/erste-schritte/creating-an-account.md).

# Ein Konto erstellen

Schauen Sie sich das Video an oder folgen Sie dem Text unten. [WaterStrategy](https://www.waterstrategy.org/index.html) Konten werden erstellt am <https://hydra.org.uk/register> ('Hydra' ist der Name unseres Webservers).

{% embed url="<https://www.youtube.com/watch?v=9wmaNoc3VgQ>" %}
So erstellen Sie ein Konto auf Water Strategy
{% endembed %}

**Ein Konto erstellen**

1. Auf der [WaterStrategy](https://www.waterstrategy.org/index.html) Webseite wählen Sie „LOGIN“ in der oberen rechten Ecke.

![](/files/TIi4ygTDkrCe6V8L73d4)

1. Wählen Sie unten auf der Webseite „Konto erstellen“. Zu „Anmelden“ gelangen Sie.
2. Geben Sie auf der Registrierungsseite Ihre E-Mail-Adresse, Ihren Vornamen, Nachnamen, Organisationstyp, Organisation, Land oder Region ein, erstellen Sie ein Passwort, wählen Sie „Ich bin kein Roboter“ und kreuzen Sie die drei Kästchen an.
3. Wählen Sie dann „Registrieren“.
4. Sie erhalten eine Bestätigung per E-Mail, um Ihr Konto zu bestätigen. Stellen Sie sicher, dass Sie auch Ihren Spam-Ordner überprüfen.
5. Ihr Konto wurde erstellt.

**Einloggen**

1. Um sich einzuloggen, besuchen Sie <https://hydra.org.uk/login> oder benutzen Sie die WaterStrategy Webseite „Login“

![](/files/NUq6oaATUgHwGicpPDse)

1. Geben Sie Ihre E-Mail-Adresse und Ihr Passwort ein und kreuzen Sie die drei unteren Felder erneut an. Wählen Sie „Remember Me“, wenn Sie möchten.
2. Wählen Sie dann „Anmelden“.
3. Sie werden auf der Water Strategy Interface-Homepage sein.


---

# 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://water-strategy.gitbook.io/waterstrategy/deutsch/erste-schritte/creating-an-account.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.
