> 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/support-and-training/other-support/faqs/building/how-do-i-model-a-curtain-wall-spandrel.md).

# How do I model a Curtain Wall Spandrel?

A curtain wall spandrel is the opaque, non-structural section of a curtain wall system, typically located between the vision glass and the floor slab. It conceals structural elements such as slabs and mechanical systems while contributing to thermal performance and maintaining visual continuity across the façade.

In energy modelling, a curtain wall spandrel can be represented as a Concept Wall by assigning appropriate thermal properties that reflect its geometry and material composition. For aluminium spandrels, a typical Total R-value is approximately 0.55 m²·K/W, though this can vary depending on construction details and insulation strategy.

<figure><img src="/files/0ZLu4CVAN1WgqdbqLkaW" 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/support-and-training/other-support/faqs/building/how-do-i-model-a-curtain-wall-spandrel.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.
