> 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/using-room-selection-mode.md).

# Using Room Selection Mode

## **Room Selection Mode**

You can find a button to toggle `RoomSelection` mode ON/OFF in the first row of icons of the Pollination Panel. When the button is saturated, it is ON. When it is grayed out, it is OFF.

![](/files/Te8J1KlWoirhjVCugYp7)

### RoomSelection ON

When turned ON, you can select a room (parent) along with all its apertures, doors, and shades (child). The same effect applies to the orphaned face/aperture/door as well. This is useful when you want to transform or select rooms (move, scale, rotate, etc) without missing child surfaces.

![](/files/IKJnZpckU6Vhjnt6mqld)

### RoomSelection OFF

When turned OFF, the selection ignores all parent-child relationships. All geometries will be in an independent state, so you can select individual parent and child surfaces.

![](/files/gIJOvB6u1bth23wqnIvY)

{% hint style="info" %}
**Rhino Selection Tip**

If you create a selection window from left to right, Rhino will only select objects that are fully within the selection window.

If you create a section window from right to left, Rhino will select all objects that both fall within and intersect the selection window.
{% endhint %}

{% hint style="info" %}
**Pollination Selection Tip**

Combine RoomSelection OFF with [PO\_SelApertures](/user-manual/rhino-plugin/pollination-commands/alphabetically/po_selapertures.md) to select all apertures from a room, face, or building.
{% 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.pollination.solutions/user-manual/rhino-plugin/modeling-best-practices/using-room-selection-mode.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.
