> For the complete documentation index, see [llms.txt](https://docs.net2grid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.net2grid.com/net2grid-energy-ai-cloud/functionality/personalized-recommendations.md).

# Personalized Recommendations

Building on personalized disaggregation and benchmarking, NET2GRID EnergyAI® Cloud delivers household-level recommendations on a weekly and monthly basis. These insights go beyond simply showing consumers *how* they use energy: they empower them with actionable, data-driven steps to optimize their consumption.

These recommendations are dynamically tailored to each household's unique consumption patterns and appliance profile, ensuring high relevance and sustained customer engagement.

***

## Recommendation Categories

The intelligence engine groups insights into three primary action areas:

### 1. Behavioral Guidance

Practical, day-to-day advice designed to help users adjust their daily habits for immediate impact.

* **Examples:** *"It is a waste to heat rooms when you are not around. Leave the heating off in unused rooms,"* or *"Switch off your lights when you leave the room."*

### 2. Maintenance Insights

Guidance on appliance upkeep to improve efficiency, prevent operational drift, and extend equipment lifespan.

* **Examples:** *"Defrost your freezer regularly to reduce its baseline load,"* or *"Schedule maintenance for your heating system before winter for optimal performance."*

### 3. Investment Advice

Data-driven recommendations for capital improvements, ranging from small appliance replacements to major home energy upgrades (like solar panels, batteries, or heat pumps).

* **Examples:** *"Consider upgrading to a modern, energy-efficient fridge,"* or *"Based on your solar production and consumption patterns, investing in a 10 kWh battery storage system could increase your self-consumption from 37% to 74%."*

> **Key Feature: Estimated Energy Savings**
>
> To make these insights as actionable as possible, recommendations are accompanied by an **estimate of potential energy savings**. This transparent, quantifiable approach allows end-users to easily prioritize the behavioral changes or investments that will deliver the most significant financial and environmental impact.

<figure><img src="https://2310911219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpMMOY0otjOWt3F9oidAC%2Fuploads%2Fgit-blob-ca9bdaa8a947e9fb91d785af6466e34574c4853c%2Frecommendations-app.png?alt=media" alt="Personalized Recommendations as shown in a utility app"><figcaption><p>Personalized Recommendations as shown in a utility app</p></figcaption></figure>

***

## How we deliver this

These tailored recommendations are delivered as structured data payloads, mapped directly to the user's weekly or monthly consumption profile.

This format allows you to seamlessly integrate customized tip cards, maintenance alerts, and major upgrade prompts directly into your mobile app or web portal, creating a highly personalized digital energy experience.

Personalized Recommendations are available in the [Monthly - Home Energy Reports](/net2grid-energy-ai-cloud/delivery-configurations/monthly-home-energy-reports.md) and [Daily - Consumer Intelligence](/net2grid-energy-ai-cloud/delivery-configurations/daily-consumer-intelligence.md) delivery configurations, where you'll also find the link to the interface specifications.


---

# 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.net2grid.com/net2grid-energy-ai-cloud/functionality/personalized-recommendations.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.
