> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/platform-core/baseline-and-factors/forecast-engine/manage-forecasts.md).

# Manage Forecasts

The *Forecast Engine* list displays every configured forecast and provides controls for activation, editing, deletion, filtering, and visualization.

<figure><img src="https://2013058394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOqGnkz52o2zVUsEGEZGk%2Fuploads%2Fgit-blob-9d8a291552d9b49ae0b838663085061b55dc0996%2FForecast%20list.png?alt=media" alt="The Forecast Engine list with controls 4 through 11 marked"><figcaption></figcaption></figure>

<table data-header-hidden data-search="false"><thead><tr><th width="58.719970703125">Marking</th><th width="123.39996337890625">Action</th><th>Description</th></tr></thead><tbody><tr><td><strong>[4]</strong></td><td><strong>Add Forecast</strong></td><td>Opens the configuration page for a new forecast.</td></tr><tr><td><strong>[5]</strong></td><td><strong>Pause all / Activate all</strong></td><td>Pauses or activates all configured forecasts.</td></tr><tr><td><strong>[6]</strong></td><td><strong>Filter</strong></td><td>Opens the filter sidebar for narrowing the forecast list.</td></tr><tr><td><strong>[7]</strong></td><td><strong>Pause / Activate</strong></td><td>Pauses or activates one forecast.</td></tr><tr><td><strong>[8]</strong></td><td><strong>More actions</strong></td><td>Opens additional actions for the corresponding forecast.</td></tr><tr><td><strong>[9]</strong></td><td><strong>Delete</strong></td><td>Deletes the corresponding forecast.</td></tr><tr><td><strong>[10]</strong></td><td><strong>Edit</strong></td><td>Opens the corresponding forecast configuration.</td></tr><tr><td><strong>[11]</strong></td><td><strong>Quick analytics</strong></td><td>Opens <em>Quick analytics</em> for the associated asset.</td></tr></tbody></table>

## Activate or Pause Forecasts

* Click on **\[5]** to pause or activate all forecasts.
* Click on **\[7]** to pause or activate one forecast.

Pausing a forecast stops its forecast updates until it is activated again.

## Find and Open Forecasts

1. Click on **\[6]** to open the filter sidebar.
2. Apply the required filter criteria.\
   ▷ The list shows the matching forecasts.
3. To open the asset associated with a forecast, click on **\[8]** and select the asset navigation action.

## Visualize Configured Forecast Attributes

A configured forecast creates an attribute on its selected asset. To visualize it, open [*Insight Analytics*](/collection/platform/insight-analytics.md) and select the generated forecast attribute in the asset tree, just as you would select any other attribute.

You can select the measured source attribute and several forecast attributes together. For example, compare the measured energy consumption with its 10th-, 50th-, and 90th-percentile forecast attributes to display the expected range.

For the general visual treatment of future data in line and bar charts, see [Future data in charts](/collection/platform/insight-analytics/the-insight-analytics-interface/chart.md#future-data).

This normal attribute visualization is separate from the [*Single forecast* analytic type](/collection/platform/platform-core/baseline-and-factors/forecast-engine/single-forecast-analytic-type.md), which calculates a temporary forecast directly in a chart.

### Identify Forecast Attributes

Attributes created by the *Forecast Engine* are marked with an arrow icon. You can identify the generated forecast attributes in both *Asset Details* and the analytic list.

<figure><img src="https://2013058394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOqGnkz52o2zVUsEGEZGk%2Fuploads%2Fgit-blob-fa0e201091afdc8796e55cf9fa2976acd92a39a8%2Fattribute%20with%20forecast%20icon.png?alt=media" alt="Forecast attribute marked with an arrow icon in Asset Details"><figcaption><p>Forecast attribute marked with the arrow icon in _Asset Details_.</p></figcaption></figure>

<figure><img src="https://2013058394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOqGnkz52o2zVUsEGEZGk%2Fuploads%2Fgit-blob-642a85b85b653df88df284bb030638b6b9428e02%2Fattribute%20analytic%20with%20forecast%20icon.png?alt=media" alt="Forecast attribute marked with an arrow icon in the analytic list" width="375"><figcaption><p>Forecast attribute marked with the arrow icon in the analytic list.</p></figcaption></figure>

## Edit or Delete a Forecast

* Click on **\[10]** to edit a forecast.
* Click on **\[9]** to delete a forecast.

{% hint style="warning" %}
Deleting a forecast removes its configuration. Confirm that rules, widgets, or other workflows no longer depend on its generated attribute before deleting it.
{% endhint %}


---

# 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://docs.buildings.ability.abb/collection/platform/platform-core/baseline-and-factors/forecast-engine/manage-forecasts.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.
