> 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/asasyat-alnmthjh/scenarios.md).

# سيناريوهات

تسمح السيناريوهات في WaterStrategy للمستخدمين بمحاكاة واستكشاف استراتيجيات إدارة المياه المختلفة عن طريق تعديل عناصر مختلفة من النموذج. وهي توفر إطارًا لفهم كيفية تأثير التغييرات في المدخلات أو الافتراضات أو البيانات على النتائج في ظل ظروف مختلفة.

يقدم WaterStrategy نوعين من السيناريوهات لتلبية الاحتياجات المختلفة في نمذجة إدارة المياه:

1. **WaterStrategy السيناريوهات:** يُستخدم هذا النوع عندما يحتاج المستخدمون إلى ضبط سلوكيات أو معاملات أو بيانات معينة على نطاق محلي أو أصغر. تعتبر هذه السيناريوهات مثالية للحالات التي تحتاج فيها عناصر معينة فقط من النموذج إلى التعديل دون تغيير مجموعة البيانات بأكملها. يسمح بإجراء تعديلات مستهدفة، مما يجعل من السهل اختبار تأثيرات التغييرات الفردية داخل النظام.
2. **سيناريوهات Pywr:** تم تصميم هذا النوع من السيناريوهات للتعامل مع الحالات الأكثر تعقيدًا، خاصة تلك التي تنطوي على عدم اليقين. وهي متخصصة في دمج البيانات عبر مقاييس متعددة، مما يسمح بإجراء تقييم شامل للمتغيرات المختلفة. هذا النهج مفيد بشكل خاص عند العمل مع مدخلات غير مؤكدة أو عند نمذجة الظروف المستقبلية، لأنه يمكّنك من استكشاف كيفية تأثير مجموعات مختلفة من البيانات والافتراضات على النتائج.


---

# 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/asasyat-alnmthjh/scenarios.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.
