# Check Versions

![](/files/iTIA1Glul7faZrgjyVMp)

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

Check the versions of the engines that are being used by the honeybee plugin. This is useful for verifying that everything has been installed correctly and that the versions of the engines are as expected.

### Inputs

### Outputs

* **lbt\_gh**

The version of Ladybug Tools for Grasshopper that is installed.

* **python**

The version of Python used for Ladybug Tools CLI calls.

* **radiance**

The version of Radiance used by Ladybug Tools (will be None if it is not installed).

* **openstudio**

The version of OpenStudio used by Ladybug Tools (will be None if it is not installed).

* **energyplus**

The version of EnergyPlus used by Ladybug Tools (will be None if it is not installed).


---

# 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/check_versions.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.
