> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/support-and-training/other-support/testing-and-verification/energyplus-tm-v-9.5.0-+-22.2-+-25.1/engineering-reference.md).

# Engineering Reference

The EnergyPlus Engineering Reference, also known as the E+ Engineering Reference or ER, is a comprehensive technical guide that provides in-depth information on the underlying physics, mathematics, and algorithms used by EnergyPlus.

The Engineering Reference is intended for advanced users, such as building energy analysts, researchers, and software developers who require a detailed understanding of the EnergyPlus simulation engine. The ER includes detailed descriptions of the algorithms used by EnergyPlus to model building systems, such as heating and cooling equipment, ventilation, and lighting.

The ER also provides guidance on advanced modeling techniques, such as thermal storage systems, renewable energy systems, and ground-source heat pumps. In addition, the ER includes information on how to extend EnergyPlus through user-defined models and interfaces with other software tools.

Overall, the EnergyPlus Engineering Reference is a valuable resource for advanced users who need to understand the technical details of EnergyPlus and how to use it to model complex building systems accurately.

{% hint style="info" %}
Access EnergyPlus 22.2 Engineering Reference [here](https://bigladdersoftware.com/epx/docs/22-2/engineering-reference/index.html).
{% 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.betterbuilding.io/support-and-training/other-support/testing-and-verification/energyplus-tm-v-9.5.0-+-22.2-+-25.1/engineering-reference.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.
