> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/2d-building/building/shading/create-site-shading.md).

# Create Site Shading

An Extruded Form could be an individual shading device, an internal shading element (e.g. furniture) or an adjacent building.&#x20;

## Add Extruded Form

To add an Extruded Form, navigate to the Shading (under Building), then locate the 'Add Horizontal Shading' icon. Next, draw the proposed surface of the Extruded Form.  Now, select the surface, and then select 'Options' in the left tab. Set the 'Extrusion' height. You can also set the 'Base Height', the height at which shading starts from ground level and the 'Opacity', where 0% is completely transparent. Click 'Save and Close' and then navigate to the [3D View](/user-guide/2d-building/drawing/3d-view.md) to see the new shading.&#x20;

<figure><img src="/files/aeoIECuXSYkvnZRl5fGs" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sdSJc4e9JzhoPSspU1TQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XtNGLSKkRTKUMv5WemMn" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4RNqnQKIL9B3VKJruqcD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/k8BrQ9D49eGIb0uO8hi3" alt=""><figcaption></figcaption></figure>

## Customise a Shading Surface

To add a 'Shading Surface', first find a previously drawn 'Horizontal Shading' element. Select it, then go to the 'Surface' tab. From there, you can set the surface using the same tool as a roof design.

<figure><img src="/files/WgnLKn0VGLwg6j38WFbe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/2d-building/building/shading/create-site-shading.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
