> 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/sign-up-and-plans/news-and-updates/2026/construction-templates-what-they-are-and-why-youll-use-them-constantly.md).

# Construction Templates: What They Are and Why You'll Use Them Constantly

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

If you've recently joined the platform, construction templates are one of the first features worth getting familiar with. They'll save you time, and (more importantly) they'll save you from manually rebuilding the same wall assemblies over and over again.

#### The Basics

A construction template is exactly what it sounds like: a pre-built layered assembly representing a wall, roof, or floor. Each template contains the full material stack, so you're not starting from scratch every time you need to model a cavity wall or a warm roof build-up.

The platform includes a substantial library of these templates for [walls](/support-and-training/other-support/platform-generic-material-data/wall-construction-templates.md), [roof](/support-and-training/other-support/platform-generic-material-data/roof-construction-templates.md) and [floors](/support-and-training/other-support/platform-generic-material-data/floor-construction-templates.md), covering common construction types you'll encounter across most projects. They're set up to work with thermal assessments, moisture assessments, dew point analysis, and upfront carbon calculations. So whether you're checking U-values or trying to figure out if your client's ambitious insulation spec is going to cause interstitial condensation problems, templates give you a solid starting point.

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

#### Build Your Own

The pre-loaded templates cover a lot of ground, but real projects have a habit of not quite matching the textbook examples. You can create custom templates, tweak the layer thicknesses and materials to match your actual specification, and save them for reuse. Once you've built a template for that particular cladding system your architect keeps specifying, you won't have to reconstruct it from memory six months later.

This is particularly useful for assessing thermal performance including repeating thermal bridging (the kind that comes from regularly spaced fixings, studs, or rails). Getting those calculations right matters, and having a reusable template means you're not re-entering the same data every time.

{% hint style="info" %}
Learn how to [update templates](/user-guide/elements.md) or [take a course](/support-and-training/on-demand-courses/total-r-values.md).
{% endhint %}


---

# 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/sign-up-and-plans/news-and-updates/2026/construction-templates-what-they-are-and-why-youll-use-them-constantly.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.
