# Solar Production Forecast

The Solar Production Forecast service predicts the amount of solar energy that can be generated from a solar power system at a specific location. It takes into account factors like solar radiation, cloud cover, and other environmental conditions to provide accurate solar production forecasts.&#x20;

By incorporating the Solar Production Forecast service into the recommendation platform, we can optimize recommendations based on expected solar energy availability.

## Types

The Solar Production Forecast generates events with the following types. This information is available for all customers of the recommender platform which provide a ZIP for their buildings.

<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 generated in the next hour in Watt.</td></tr><tr><td>POWER_GENERATION_FORECAST_24H</td><td>The expected power generated in the next 24 hours in Watt.</td></tr><tr><td>POWER_GENERATION_FORECAST_48H</td><td>The expected power generated in the next 48 hours in Watt.</td></tr><tr><td>POWER_GENERATION_FORECAST_TOMORROW</td><td>The expected power generated on the next calendar day.</td></tr><tr><td>POWER_GENERATION_FORECAST_DAY_AFTER_TOMORROW</td><td>The expected power generated on the day after tomorrow in Watt.</td></tr></tbody></table>


---

# 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/solar-production-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.
