> 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-a-new-project-and-network.md).

# Neues Projekt und Netzwerk erstellen

{% embed url="<https://www.youtube.com/watch?v=hoqyjNIJdKs>" %}

**Neues Projekt und Netzwerk erstellen**

1. Klicken Sie auf der Startseite der Benutzeroberfläche in der oberen rechten Ecke auf „Projekt erstellen“.
2. Geben Sie Ihren Projektnamen ein und wählen Sie „Hinzufügen“.
3. Geben Sie Ihr neues Projekt ein.
4. Klicken Sie auf der rechten Seite auf „Netzwerk erstellen“.
5. Wählen Sie den Tab „Manuell“.
6. Geben Sie einen Netzwerknamen ein.
7. Wählen Sie eine dieser beiden Pywr-Vorlagen.

![](/files/Tn1hKj9bsT5gouHrs9os)

-Die anderen Vorlagen sind für andere Modellierungssysteme wie Energiesysteme.

8. Wählen Sie „Karte verwenden“, um sich die Weltkarte für den Modellbau anzeigen zu lassen.
9. Klicken Sie auf „Senden“.
10. Geben Sie das erstellte Netzwerk ein.
11. Schalten Sie um und zoomen Sie auf einen Bereich entlang des Nils.

![](/files/qeUAG9kFVhZAmiASQbrG)

12. Wählen Sie das Drop-down-Menü „Build“ aus.

![](/files/nB73jaADPD6qBf7jsEai)

13. Ziehen Sie ein Einzugsgebiet, einen Link und zwei Ausgabeknoten in das Modell, wie unten dargestellt.

![](/files/Iyqyi5CPP0SjTNAUlO51)

-Der zweite Ausgangsknoten (Off-River) wird als Wasserentnahmeknoten verwendet.

-Beachten Sie, dass der Einzugsknoten flussaufwärts und der Ausgangsknoten flussabwärts liegt.

(der Nil fließt in diesem Teil und insgesamt nach Norden)

14. Verbinden Sie die Knoten mithilfe der Funktion „Links“ in Flussrichtung.

-Dazu klicken Sie zuerst auf den Upflow-Knoten und dann auf den Downflow-Knoten.

![](/files/qLz5p857HiR6ZNTSA9iX)


---

# 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-a-new-project-and-network.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.
