# Entity components

An entity component it is similar to a Rhino param. Right click on it to access to menù of actions. Generally the available features are:

* **Synchronize**: It refreshes the data which the component is reading.
* **Select**: It selects the objects from Rhino canvas
* **Bake**: It bakes Honeybee objects or Pollination Rhino objects
* **Internalise**: It saves in persistent memory the data
* **Clear**: It clear the persistent memory

### Current Limits

* They do not internalise Honeybee object in the persistent memory
* They do not support automatic synchronization for now

## From Pollination Rhino to Honeybee

Use one of the entity components, for example \_Pollination Room \_and right click on it.

![Menu of the actions](/files/-Mf2bQM6TiiUYMu5rKq3)

Click on \_Select Pollination Rooms \_to select the rooms you want from Rhino canvas. It convert every Pollination Rhino room to a Honeybee room.

![Selection of the Pollination rooms](/files/-Mf2cM2x8smSCR8Digv9)

Continue the workflow with Honeybee. For example, I can add border shades to all apertures. Use one of the preview components of Honeybee to check the geometries.

![Continue the workflow with Honeybee](/files/-Mf2dAW_M3AL73Q8G4xe)

At this point you can decide to continue with Honeybee or going back to Rhino using the Bake feature.


---

# 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.pollination.solutions/user-manual/rhino-plugin/interoperability/ladybug-tools/entity-components.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.
