> 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/an-alternative-workflow-for-exporting-doors-windows-and-roofs.md).

# An Alternative Workflow for Exporting Doors, Windows, and Roofs

If you have seen [the upcoming version of the Revit plugin (AKA Revit plugin v3.0)](broken://pages/NHnKRo8L1LVFFY1iBLlz) you might have noticed that among other changes we have changed the order in which we select and export different elements. We realized that it is usually much more straightforward to export the rooms first, clean them up, and then add roofs, windows, and doors. This video shows how you could achieve the same in the current version of the Revit plugin.

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

If you would like to follow along this video, and you don't want to go through the exporting process from Revit, here are the files:

{% file src="/files/QQ6rUubEYoIuMFZ6iGOM" %}

{% file src="/files/ZcEj6CZaEgdMWx7p65cL" %}

{% file src="/files/nImNmraMjM8MQsOMtSuI" %}


---

# 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/an-alternative-workflow-for-exporting-doors-windows-and-roofs.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.
