> 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/alshrwa-fy-alaml/uploading-external-data.md).

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

في 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
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/alshrwa-fy-alaml/uploading-external-data.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.
