# Export

### 1. Export BIM to Revit

* Open the Finch plug-in, and select your project and variant from the drop-down menus under the **`Project`** tab.
* Select **`BIM`** from the **`Action`** box, and hit **`Download BIM`**.
* Your Finch variant will be imported into Revit, complete with families for each object. Mass select objects to convert them to your own template.

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

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

### 2. Export 2D plans to Rhino

* In the Finch plug-in, under the **`Advanced`** tab, select **`Import 2D`**.
* A layer structure containing all of the 2D data will be imported into your file.

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

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

### 3. Export 3D geometry to Rhino

* In the Finch plug-in, under the **`Advanced`** tab, select **`Import 3D`**.
* A layer structure containing all of the 3D data will be imported into your file.

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

### 4. Export / sync to Grasshopper

* Users can stream all data into grasshopper using the **`Finch`** component and the project and variant names.

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

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

### 5. Export PNG and CSV

* CSV data can be exported under the **`Output`** tab on the **`Right Panel`** by selecting **`Export stats by variant`** or **`Export stats by program`**.
* PNGs can be exported under the **`Output`** tab on the **`Right Panel`** by selecting **`Export screen`**.

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

***


---

# 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://docs.finch3d.com/docs/projects-and-variants/export.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.
