# HB-Energy Primer

![HB-Energy](https://github.com/ladybug-tools/artwork/raw/master/icons_bugs/grasshopper_tabs/small/HB-Energy.png)

This primer provides an overview of the Honeybee Energy components for Grasshopper.

Honeybee-energy extends the core capabilities of the honeybee plugin to enable enable simulation of models in [EnergyPlus](https://github.com/NREL/EnergyPlus). Honeybee-energy leverages the [OpenStudio](https://github.com/NREL/OpenStudio) SDK in order to add energy simulation properties and capabilities.

## Installation

See the [Wiki of the lbt-grasshopper repository](https://github.com/ladybug-tools/lbt-grasshopper/wiki) for the installation instructions for the entire Ladybug Tools Grasshopper plugin (including honeybee-grasshopper-energy).

## Resources

Post your questions to [Ladybug Tools forum](http://discourse.ladybug.tools) and see the [honeybee-grasshopper-energy](https://github.com/ladybug-tools/honeybee-grasshopper-energy) repository for source code.

Please [let us know](https://github.com/ladybug-tools/honeybee-grasshopper-energy/issues) if you find any mistakes in grammar or spelling in this primer and we will gladly fix them.


---

# Agent Instructions: 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:

```
GET https://docs.ladybug.tools/hb-energy-primer/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
