> 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/revit-plugin/pollination-revit-classic/hands-on-tutorial/exporting-rooms-spaces-and-areas/frequently-asked-questions-about-exporting-rooms.md).

# Frequently Asked Questions about Exporting Rooms

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

### I don't see any rooms, spaces, or areas in the generated plan. What should I do?

Most Revit Architecture models include Rooms or Areas. The Revit Mechanical models include Spaces. If you don't see any Rooms, Spaces, or Areas, ensure you have [selected the correct Phase(s) in the Export Settings](/user-manual/revit-plugin/pollination-revit-classic/hands-on-tutorial/exporting-rooms-spaces-and-areas/export-settings.md#phase).

If you still see the count of all the rooms, spaces, and areas being 0, you need to place the rooms yourself. [See above for more information](#placing-rooms).

### When I click to place a room, it doesn't create the room. Instead, I see a small blue box. What do I need to do?

Revit calculates the perimeter of the rooms based on the room bounding elements in the plan. If you can't place the room, it usually means that some parts of the room elements are not Room Bounding. Use the Pollination "Show Bounding" button to highlight the Room Bounding elements in the plan view and identify the leak.

<figure><img src="/files/hgDSgIcJxmGdeItmWlwd" alt=""><figcaption><p>Use the Show Bounding button to hightlight the Room Bounding elements in the floor plan</p></figcaption></figure>

Once you find the leak, you can either change the element properties to be Room Bounding or use a Revit Room Separation Line to stop the leak. You can find the Room Separation line under the "Architecture" tab and next to the "Room" button.

### Can I only export the building perimeter to create a core and perimeter model?

Yes. Export the rooms to the Model Editor. There, you can [combine the rooms to include the exterior walls](/user-manual/model-editor/workflows/exporting-the-exterior-envelope.md) and then [use the "Split Core and Perimeter" command](/user-manual/model-editor/workflows/creating-core-and-perimeter-models.md).

### Can I merge the rooms with similar program types and orientation into spaces?

Yes. Export the rooms to the Model Editor, and then use the "[Merge Rooms](/user-manual/model-editor/commands/alphabetically/me_merge_rooms.md)" command to merge them.

### Should I build a separate level for plenums in Revit? What's the best practice for modeling floor and ceiling plenums?

We don't recommend building a separate level for plenums in Revit. You can easily add the plenums to the rooms inside the Model Editor. [See here for more information](/user-manual/model-editor/workflows/adding-ceiling-and-floor-plenums.md).


---

# 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/revit-plugin/pollination-revit-classic/hands-on-tutorial/exporting-rooms-spaces-and-areas/frequently-asked-questions-about-exporting-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.
