> 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/getting-started.md).

# Exporting Model

Once you have the snapshots, you can use the Pollination Model Editor to clean them up quickly and export them to any of the [supported file formats](/user-manual/model-editor/supported-file-formats/export.md). By the end of this section you will export the Revit Sample Model as a valid energy model to your platform of choice while learning how to use the Model Editor. At that point you can also add the Pollination Revit plugin to your resume! :)

To open the Model Editor, click the "Export Model" button.

<figure><img src="/files/SbtdeSJMdJejpuCDkOlD" alt=""><figcaption></figcaption></figure>

This video gives you an overview of the Model Editor UI.

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

Here is a screenshot of the Model Editor user interface.

<figure><img src="/files/ONVP84PhAQXYoBTkM0pd" alt=""><figcaption></figcaption></figure>

For this specific model, we will merge the snapshots before starting the clean-up, but for larger models with more levels, you may want to clean up the snapshots for each level first, before combining them into a single snapshot.


---

# 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/getting-started.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.
