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

# Creating a new Project and Network

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

**Creating a new Project and Network**

1. In the interface homepage, click “Create Project” in the upper right hand corner.
2. Type your project name and select “Add”.
3. Enter your new project.
4. Click “Create Network” on the right hand side.
5. Choose the “Manual” tab.
6. Enter a network name.
7. Choose either of these two pywr templates.

![](/files/8PsjnXcWKCOxDCT6m2G8)

&#x20;             -The other templates are for other modeling systems such as power systems.

8. Choose “Use Map” to have the world map displayed for model building.
9. Click “Submit”.
10. Enter the created network.
11. Toggle and zoom to an area along the Nile.

![](/files/p93QOjcBVc7VTK1dQwF8)

12. Select the “Build” dropdown.

![](/files/o3QquxDPJXVyCPqMyovo)

13. Drag a catchment, a link, and two output nodes into the model as seen below.

![](/files/Cv3n8ZUJiFhyjqgC7y6A)

&#x20;             -The second output node (off-river) will be used as a water abstraction node.

&#x20;             -Notice that the catchment node is upriver, and the output node is downriver.                 &#x20;

&#x20;                                         (the Nile flows north in this part and overall)

14. Using the “Links” feature, connect the nodes in the direction of the flow.

&#x20;                   -This is done by clicking the upflow node first and the downflow node second.

![](/files/RZc8kUZO1VKVOi1aDsi7)


---

# 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/getting-started/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.
