> 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/drawing/add-zones.md).

# Add Zones

A zone is a thermal space that can be air-conditioned, heated or left unconditioned. It’s drawn to the required size and always shares the same height as other zones on the same drawing.

## Add a Zone

Click on the 'Add Zones' symbol to get started, then head back to the drawing space to define your zone by drawing one wall at a time. Before you close the zone, press 'Enter' on your keyboard, give your zone a 'Title', and click 'Set'.

<figure><img src="/files/7MR05T9wiZCGqIPHQPEH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/87ENvzPshYBAFeg2rp0P" alt=""><figcaption></figcaption></figure>

When working with multiple zones, make sure each zone node connects to the adjacent ones. You can use up to 60 nodes per zone. To draw long, straight lines, hold down 'Shift' to lock the direction to the X or Y axis.

## Adjacent Zones

Once you've drawn a zone, you’ll often need to add another one next to it. Start by selecting the first zone, then hold down 'Shift' on your keyboard. A square will appear, letting you snap to a point on the edge and drop a node.

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

Drag the node into position where the new zone will connect. To keep the movement aligned, hold 'Shift' again to lock the direction to the X or Y axis as you drag. Once the node is in place, click the 'Draw Zones' symbol in the ribbon and sketch out the second zone so it connects seamlessly to the first.


---

# 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/drawing/add-zones.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.
