> 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/overview/readme.md).

# What is NET2GRID EnergyAI® Cloud?

NET2GRID EnergyAI® Cloud is an AI-powered energy disaggregation service that transforms standard smart meter data (typical AMI 1.0 data at 15-, 30-, or 60-minute intervals) into detailed insights on residential energy consumption. This scalable, cloud-based service eliminates the need for extra hardware or high-frequency monitoring to deliver highly accurate daily, or monthly disaggregation reports, offering unparalleled visibility into behind-the-meter home energy usage.

Our data-driven insights enable energy stakeholders, including retailers, utilities, grid operators, and service providers, to unlock a wide range of applications. From personalized customer engagement and efficiency initiatives to advanced grid planning and demand-side management strategies, the service empowers organizations to maximize the value of their existing meter data. Designed for global deployment, NET2GRID EnergyAI® accelerates energy transition efforts across Europe, North America, and beyond through its scalable, data-driven approach.

This guide provides a high-level overview of the service's functionality, outlining key features, data flows, and technical capabilities.


---

# 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/overview/readme.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.
