# Config

![](/files/-MihnyJK3ueaV9OT5gQ5)

![](/files/-MihnyJLHKmt1x3CM0lb) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Config.py)

Check the local configuration of the engines and data sets used by the honeybee plugin. This is useful for verifying that everything has been installed correctly and that the engines are configured as expected.

## Inputs

## Outputs

* **python\_exe**

  The path to the Python executable to be used for Ladybug Tools CLI calls.&#x20;
* **py\_lib\_install**

  The path to where the Ladybug Tools Python packages are installed.&#x20;
* **rad\_install**

  The path to Radiance installation folder if it exists.&#x20;
* **os\_install**

  The path to OpenStudio installation folder if it exists.&#x20;
* **ep\_install**

  The path to EnergyPlus installation folder if it exists.&#x20;
* **hb\_os\_gem**

  The path to the honeybee\_openstudio\_gem if it exists. This gem contains libraries and measures for translating between Honeybee JSON schema and OpenStudio Model schema (OSM).&#x20;
* **standards**

  The path to the library of standards if it exists. This library contains the default Modifiers, ModifierSets, Constructions, ConstructionSets, Schedules, and ProgramTypes. It can be extended by dropping IDF or Honeybee JOSN files into the appropriate sub-folder.&#x20;
* **asset\_report**

  A report of all the assets that have been loaded from the standards library.&#x20;
* **default\_sim**

  The path to the default simulation folder (where simulation files are written if not specified by the user.).&#x20;


---

# 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/honeybee-primer/components/1_visualize/config.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.
