> For the complete documentation index, see [llms.txt](https://docs.pollination.solutions/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pollination.solutions/user-manual/rhino-plugin/modeling-best-practices/add-rooms.md).

# Create Rooms

## What are Rooms and Why Do You Need Them?

Pollination uses a room-based modeling hierarchy which allows for surface-based modifications. The room-by-room approach is efficient for creating a quick analytical model to simulate energy, daylight, or comfort performance without spending time with a surface-by-surface.

There are three methods for creating rooms using Pollination:

1. Select Geometries
2. Select by Layers
3. Draw New Room

{% hint style="info" %}
A room-based model is not required for daylight simulations, users can still use surface-by-surface method to build a daylight model. It is worth noting that a non-room-based model is not simulate-able for EnergyPlus simulations.
{% endhint %}

## Select Geometries or Select by Layer

{% embed url="<https://youtu.be/MQmKfh3TboU>" %}

## Draw New Rooms

{% embed url="<https://youtu.be/yjI-glACd4w>" %}

Because Rhino offers unparalleled modeling flexibility, there are several ways that you can draw Pollination rooms from scratch. In this video, we review three of the most common ways to draw rooms.

1. Import a Plan and Trace
2. Align to Grid
3. Draw a Mass and Split Rooms

{% hint style="info" %}
All rooms should be modeled as a closed planar polysurface. If they are not, then you will see an error indicating that your polysurface is open.
{% endhint %}

### 1. Import a Plan and Trace

{% embed url="<https://youtu.be/VMPDfAC_-Zs>" %}

### 2. Align to Grid

{% embed url="<https://youtu.be/-BDGZvz5y30>" %}

### 3. Draw a Mass and Split into Rooms

{% embed url="<https://youtu.be/S0cfq8AEpt4>" %}


---

# 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.pollination.solutions/user-manual/rhino-plugin/modeling-best-practices/add-rooms.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.
