# Room Status

## 1. Description

This node sorts a list of rooms into three categories: Unplaced, Unbounded and PlacedAndBounded.

![](/files/-LVnSvYlbEFBKK3hw-HM)

## 2. Inputs

* **Rooms**

This input takes a room or a list of rooms from the model.

## 3. Outputs

* **Unplaced**

If a room has been created but is not placed in the model, it will appear in the **Unplaced** output

* **Unbounded**

If a room is not properly bounded, it will be listed in the Unbounded output.

* **PlacedAndBounded**

This output retrieves the bounded rooms that have been correctly placed in the model.


---

# 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://datashapes.gitbook.io/primer/revit/room-status.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.
