> 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/arby/albramj-altalymyh/creating-a-reservoir-system/creating-a-new-project-and-network.md).

# إنشاء مشروع جديد وشبكة

## 1. إنشاء مشروع جديد

* انقر **إنشاء مشروع**.

<figure><img src="/files/G9xGMFjeH4rknvAOLdN6" alt=""><figcaption><p>إنشاء مشروع جديد</p></figcaption></figure>

* أدخل اسم المشروع وانقر **إضافة**.

<figure><img src="/files/mxP7TYu0Kf8033pdqj6m" alt=""><figcaption><p>قم بتسمية المشروع</p></figcaption></figure>

## 2. انقر فوق المشروع الذي تم إنشاؤه وافتحه

<figure><img src="/files/VpxpZMyPhsIqhgkrbK3F" alt=""><figcaption><p>افتح المشروع الذي تم إنشاؤه</p></figcaption></figure>

## 3. داخل المشروع، قم بإنشاء شبكة جديدة

* انقر **إنشاء شبكة**.

<figure><img src="/files/kxijTIhJOW2t9bPqiZ4N" alt=""><figcaption><p>إنشاء شبكة جديدة: الخطوة 1</p></figcaption></figure>

* حدد الدليل، وأدخل اسم الشبكة \_\*\*«مثال لشبكة نظام الخزان» \*\* \_، وحدد اسم القالب وفقًا لقطة الشاشة.

<figure><img src="/files/rJSA1lRTqBbnNKXCeFZ7" alt=""><figcaption><p>إنشاء شبكة جديدة: الخطوة 2</p></figcaption></figure>

* اختر **استخدم الخريطة** وانقر **إرسال**.

<figure><img src="/files/FJxzi33YF4QyJxAz7HVj" alt=""><figcaption><p>إنشاء شبكة جديدة: الخطوة 3</p></figcaption></figure>

* أخيرًا، يمكنك العثور على شبكتك التي تم إنشاؤها هنا.

<figure><img src="/files/KXj0WFeVQbednfQLgNuA" 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://water-strategy.gitbook.io/waterstrategy/arby/albramj-altalymyh/creating-a-reservoir-system/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.
