# Power Generation Forecast

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

## Types

The Power Generation Forecast generates events with the following types.

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

> NOTE: The Power Generation 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-generation-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.
