# Add Shade

![](/files/-Miho1wi6FahxB2jwhSi)

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

Add a Honeybee Shades to an Aperture, Door, Face or Room.

## Inputs

* **hb\_obj \[Required]**

  A Honeybee Aperture, Door, Face or a Room to which the shades should be added.&#x20;
* **out\_shades**

  A list of Honeybee Shade objects to be added to the outside of the input \_hb\_objs.&#x20;
* **in\_shades**

  A list of Honeybee Shade objects to be added to the inside of the input \_hb\_objs. Note that, by default, indoor shades are not used in energy simulations but they are used in all simulations involving Radiance.&#x20;

## Outputs

* **hb\_obj**

  The input Honeybee Aperture, Face or a Room with the input shades added to it.&#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/0_create/add_shade.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.
