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

# NET2GRID EnergyAI® Cloud - Interface Specifications

This space contains the technical interface specifications for integrating with NET2GRID EnergyAI® Cloud. It defines the exact data contracts of the service: the input files you provide (measurements and installation profiles) and the output reports the service delivers back.

The specifications are organized per delivery configuration:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Monthly - Grid Intelligence</strong></td><td>Behind-the-meter DER detection for distribution network visibility and planning.</td><td><a href="/net2grid-energy-ai-cloud-interface-specifications/monthly-grid-intelligence/monthly-grid-intelligence.md">Monthly - Grid Intelligence: Interface Specifications</a></td></tr><tr><td><strong>Monthly - Home Energy Reports</strong></td><td>Category-level disaggregation, comparative insights, and personalized recommendations on a monthly cadence.</td><td><a href="/net2grid-energy-ai-cloud-interface-specifications/monthly-home-energy-reports/monthly-home-energy-reports.md">Monthly - Home Energy Reports: Interface Specifications</a></td></tr><tr><td><strong>Daily - Consumer Intelligence</strong></td><td>Daily disaggregation updates with expanded solar production and EV charging insights.</td><td><a href="/net2grid-energy-ai-cloud-interface-specifications/daily-consumer-intelligence/daily-consumer-intelligence.md">Daily - Consumer Intelligence: Interface Specifications</a></td></tr></tbody></table>

Each configuration follows the same structure: an **Input** section describing what you send to the service, and an **Output** section describing each report schema the service returns.


---

# 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-interface-specifications/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.
