# PO\_AddRooms

Convert closed geometries to rooms. New created rooms contains default energy and radiance properties. Use "Pollination" command to open Room Manager to check and edit each room.

<figure><img src="https://user-images.githubusercontent.com/2915573/209876724-d3fcefd3-abb9-4c25-8bd6-e8b5a8170c53.gif" alt=""><figcaption></figcaption></figure>

## Options

* **Property**

  override the default room properties, such as construction set, program type, hvac, and internal loads. (default: Default)
* **SkipExistingRoom**

  set to Yes to only convert non-room geometries (default: Yes)
* **MaxRoofAngle**

  change the max angle for how much a surface is tilted will be set to roof type. Any surface tilted between 0 and max angle will be set to roof (default: 30)

## See Also

* [PO\_AddRoomsByLayer](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addroomsbylayer.md)
* [PO\_DrawRoom](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_drawroom.md)


---

# Agent Instructions: 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:

```
GET https://docs.pollination.solutions/user-manual/rhino-plugin/pollination-commands/alphabetically/po_addrooms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
