> 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/pollination-revit-plugin-classic-demos.md).

# Pollination Revit Classic Plugin Demos

We understand it's common practice to request a live demo of software, which we are happy to provide. However, we have found it most helpful to conduct the demo after you have watched the recorded demos and tried Pollination with at least one of your projects. This way, the demo will be a more useful show and tell, allowing us to answer your specific questions effectively.

We have already recorded two separate demos for you that show the process. [One is only 15 minutes long](#id-15-minute-demo), and [the other is 40 minutes long](#id-40-minute-demo). There is also [a longer hands-on video tutorial series](#hands-on-tutorial) that walks you through every step of the process.

Finally, [there is a demo of the upcoming Revit plugin v3.0](#revit-plugin-v3.0-demo) that shows a demo of the upcoming version of the plugin.

### 15-minute Demo

Here's a brief 15-minute demo that illustrates the complete workflow of the Revit plugin.

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

### 40-minute Demo

Here is a longer version of the demo that shows the same process but with more details in each step.

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

### Hands on Tutorial

If you're interested to more than just a demo, you should [check out the full hands on tutorial](/user-manual/revit-plugin/pollination-revit-classic/hands-on-tutorial.md). It is developed based on many workshops that we have taught during the last several years and walks you through every step of the process using the Revit advance sample model.

{% content-ref url="/pages/PYMV3n0UX1Pve8Fyk9W3" %}
[Hands on Tutorial: Exporting Revit Advanced Sample Model](/user-manual/revit-plugin/pollination-revit-classic/hands-on-tutorial.md)
{% endcontent-ref %}

### Revit plugin v3.0 Demo

One more thing! We're currently in the process of developing a brand new version of the Revit plugin to:

1. Improve the overall performance
2. Streamline the overall process
3. Add the ability to load construction and spaces types from Revit

The v3.0 is not currently available publicly but should be available at some point in 2026. Here is a demo of the latest version of the Revit plugin v3.0.

{% embed url="<https://youtu.be/K-jYer3r6nM>" %}


---

# 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/pollination-revit-plugin-classic-demos.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.
