# Power Consumption Forecast

The Power Consumption Forecast is a context service that applies machine learning algorithms to historical power consumption data to forecast the power consumption for a building. The Power Consumption Forecast can be used within rules as a normal event type.

## Types

The Energy Consumption Forecast generates events with the following types.

<table><thead><tr><th width="359">Type</th><th>Description</th></tr></thead><tbody><tr><td>POWER_CONSUMPTION_FORECAST_1H</td><td>The expected power consumption in exacly one hour in Watt.</td></tr><tr><td>POWER_CONSUMPTION_FORECAST_24H</td><td>The expected power consumption in exactly 24hours from now in Watt.</td></tr></tbody></table>

> NOTE: The Power Consumption Forecast is only available in the Premium Subscription


---

# Agent Instructions: 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:

```
GET https://doc.moost.io/platform-manual/context-services/power-consumption-forecast.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
