# تحميل البيانات الخارجية

في WaterStrategy، يتمتع المستخدمون بالمرونة لإدارة مجموعات البيانات الكبيرة والمعقدة بشكل أكثر كفاءة عن طريق تحميل البيانات من الملفات الخارجية مثل [\*\* معلمة إطار البيانات\*\*](https://water-strategy.gitbook.io/waterstrategy/modeling-basics/parameters/dataframe-parameter) باستخدام الكلمة الرئيسية «url»، بدلاً من تضمين جميع البيانات مباشرة في الواجهة. تتضمن تنسيقات الملفات:

* CSV
* إكسيل
* HDF5

<mark style="background-color:purple;">ملاحظة:</mark> من بين الخيارات السابقة، تتمتع ملفات Excel بأبطأ أداء بينما تتمتع ملفات HDF5 بأفضل أداء وهي مفضلة لمجموعات البيانات الكبيرة.

لتحميل ملف في WaterStrategy، انتقل إلى **مشروع** وانقر على علامة تبويب الملفات. من هناك، انقر **اختر الملفات** وحدد الملف الذي تريد تحميله وانقر <img src="/files/xNunub8V2lll4gQsxczD" alt="" data-size="line">.

سيؤدي ذلك إلى إضافة الملف إلى مشروعك، مما يجعله متاحًا للاستخدام عبر جميع الشبكات داخل المشروع.

<figure><img src="/files/hD9ljjVZ7ygKvh2XZLRm" alt="" width="563"><figcaption></figcaption></figure>

بمجرد تحميل الملفات، سيتم عرضها في **ملفات** علامة تبويب داخل مشروعك. من هناك، يمكنك بسهولة عرضها وإدارتها ومشاركتها عبر جميع الشبكات في المشروع.

<figure><img src="/files/r715jRW25GBxR8Hsl6fU" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://water-strategy.gitbook.io/waterstrategy/arby/alshrwa-fy-alaml/uploading-external-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
