> 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/delivery-configurations/daily-consumer-intelligence.md).

# Daily - Consumer Intelligence

**Designed for higher-frequency insight delivery**

The **Daily - Consumer Intelligence** tier is our most dynamic delivery configuration. Building upon our monthly tiers, this configuration updates household disaggregation on a daily basis, ensuring consumers have continuous visibility into their energy behavior. Furthermore, it supports expanded insights for solar production and EV charging.

By increasing the frequency of the data loop, this tier shifts the end-user experience from passive reporting to active engagement, making it the ideal engine for interactive customer applications and modern energy services.

***

## Included Reports & Insights

This tier equips your digital platforms with the fresh data needed to keep consumers coming back to your app:

* **Daily Disaggregation Updates:** Consumers can see their category-level energy breakdown (heating, EV charging, baseline, etc.) updated every single day, rather than waiting for the end of the billing period.
* **Peer- and Self-Comparison:** Benchmarking tools that compare the household's energy consumption against its own historical usage and against homes with similar profiles.
* **Personalized Recommendations:** Actionable, data-driven tips tailored to the specific energy behaviors and appliance usage identified in that specific home.
* **Solar Production Insights:** Daily delivery of hourly gross solar production curves alongside key performance metrics like self-consumption ratios, grid export percentages, and peak generation values.
* **Event-Level EV Charging:** Detailed visibility into individual EV charging sessions, including exact start and end times and the total energy delivered per event.

***

## Primary Use Cases

This tier is purpose-built to power interactive, high-engagement digital experiences and advanced energy products:

* **High-Engagement Mobile Apps:** Drive daily active usage (DAU) of your utility app by offering users fresh, actionable insights every time they log in.
* **Personalized Energy Coaching:** Create gamified experiences or "energy coaching" programs that reward users for hitting daily efficiency targets or reducing their baseline loads.
* **Dynamic Tariff Optimization:** Provide the foundational intelligence needed to help customers navigate time-of-use (ToU) or dynamic pricing tariffs, alerting them to shift heavy loads (like laundry or EV charging) when daily prices are lowest.

***

{% hint style="info" %}
Looking to integrate this tier? See the [Daily - Consumer Intelligence Interface Specifications](/net2grid-energy-ai-cloud-interface-specifications/daily-consumer-intelligence/daily-consumer-intelligence.md) for the technical data contracts.
{% 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.net2grid.com/net2grid-energy-ai-cloud/delivery-configurations/daily-consumer-intelligence.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.
