> 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/elements/add-a-material.md).

# Add a Material

A material describes the properties of a building component that influence its thermal, moisture and optical performance. It’s a key element in simulating and analysing how a building design will perform in terms of energy use, moisture management, daylighting and carbon impact.

## Add a Material

To add a material, click the '+' button. This opens up the material layers panel. A material layer is simply a group of materials, which can include either supplier-provided or generic options. Supplier materials have been reviewed by Better Building to confirm they meet the minimum compliance requirements of relevant building codes. Our generic materials reflect typical data for each region, helping you build with confidence when specific products aren’t being used.

In the example below, a membrane material layer is selected, and the generic material 'Class 4 – Vapour Permeable Membrane – 3.9 µg/N.s' is chosen. Once added, the material appears on the internal side of your Wall, Roof or Floor System.

<figure><img src="/files/0aODgWZQo2AEGqPI9rnq" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/alrahKnJDp4RtwR5pTko" 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/elements/add-a-material.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.
