> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/features/focus/deliver-strategic-initiatives/forecasting-initiatives.md).

# Forecasting initiatives

Initiative forecast allows you to estimate initiative length based on three metrics:

* **Scope** - How many issues are there in an initiative
* **Cycle time** - The average issue cycle time
* **Effort** - The average number of issues in progress

The estimates calculations are based on direct child issues, usually epics, not on their subtasks.

You can adjust the values for these three components to estimate how the target date will change if you, e.g., add or subtract epics or increase the initiative's effort.

### **Setup forecasts for an initiative**

1. Navigate to [Initiatives](https://app.swarmia.com/initiatives)
2. Choose an initiative and get to the initiative’s details
3. Click **Create forecast** on the *Progress* chart
4. The Initiative Forecast form has three pre-calculated parameters. If necessary, adjust them according to the actual state or play around to see the effect on the projection.
5. Select **Save forecast to initiative**

<figure><img src="/files/y1u45OH0bRaM15IYebtP" alt="Swarmia - Initiative progress chart" width="563"><figcaption><p>Progress chart</p></figcaption></figure>

<figure><img src="/files/GTgvJit6iblFvMpQ09sd" alt="Swarmia - Initiative forecast workflow" width="563"><figcaption><p>Forecast creation</p></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://help.swarmia.com/features/focus/deliver-strategic-initiatives/forecasting-initiatives.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.
