> 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/ardw/sbq/creating-and-running-a-simple-model/creating-and-running-a-model/setting-the-time-horizon.md).

# ٹائم افق کی ترتیب

مزید تفصیل کے لئے براہ کرم ویڈیو صفحہ دیکھیں۔

{% embed url="<https://www.youtube.com/watch?v=Eknj7-lOYEE#t=2m42s>" %}

پر کلک کریں **نیٹ ورک کی سطح کا ڈیٹا** مینو بٹن.

<figure><img src="https://611574238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsa3ZYyd5GhV6rBrvaDb4%2Fuploads%2Fgit-blob-adb992c841c892fe56c2042e52d6a91bb47c2643%2Fimage%20(83).png?alt=media" alt=""><figcaption></figcaption></figure>

نیٹ ورک لیول ڈیٹا ونڈو ظاہر ہوگی.

دی **ٹائم اسٹیپر. اسٹارٹ، ٹائم اسٹیپر. اینڈ** اور **ٹائم اسٹیپر. ٹائم اسٹیپ** ترتیبات کی وضاحت کرنے کی ضرورت ہے جو ماڈلز کے وقت افق کی آغاز اور اختتام کی تاریخیں اور وقت کا مرحلہ جس پر ماڈل چلایا جائے گا۔

ہمارے ڈیٹا سیٹ میں ٹائم سیریز ماہانہ ہے تاہم ہم ماڈل کو 1 ڈے ٹائم اسٹیپ (1D) پر چلائیں گے۔ وقت کے اقدامات کسی بھی دن، ہفتہ وار (W) اور ماہانہ (M) میں ہوسکتے ہیں۔

براہ کرم ڈیٹا کو مندرجہ ذیل طور پر سیٹ کریں:

**ٹائم اسٹیپر. اینڈ** = **۱۲۳۴۵۶۷۸۹۰\_\_۰**-**-۱۲۳۴۵۶۷۸۹۰\_\_۱-**-**۱۲۳۴۵۶۷۸۹۰**

**ٹائم اسٹیپر. اسٹارٹ =** **۱۲۳۴۵۶۷۸۹۰\_\_۰**-**-۱۲۳۴۵۶۷۸۹۰\_\_۱-**-**۱۲۳۴۵۶۷۸۹۰**\_

**ٹائم اسٹیپر. ٹائم اسٹیپ =** ڈی

پر کلک کریں **ترمیم کریں** بٹن، منتخب کریں **تفصیل کنندہ** وقت کے مرحلے کی ہر خصوصیات کے لئے۔

مندرجہ ذیل ڈیٹا کو درج کریں اور کلک کریں **محفوظ کریں**.

یہ وقت کا افق ہمارے ان پٹ ڈیٹا سے چھوٹا ہوسکتا ہے، لیکن شروع اور اختتام کی تاریخیں آپ کے ڈیٹا کی حد میں ہونی چاہئیں۔ تاریخ کی شکل اور نحو سخت ہے۔

<figure><img src="https://611574238-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsa3ZYyd5GhV6rBrvaDb4%2Fuploads%2Fgit-blob-2660c08ef9dee235aefa71fbb6e1668f35650fd7%2FScreen%20Shot%202024-08-08%20at%201.03.19%20AM.png?alt=media" 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/ardw/sbq/creating-and-running-a-simple-model/creating-and-running-a-model/setting-the-time-horizon.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.
