# Revit

### 1. Create your first project in Finch

* Navigate to the **`Projects`** page on the web-app and select **`Create New`**. Give your project a name, and hit **`OK`**.

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

### 2. Load the project into Revit

* Switch over to Revit and open the Finch plug-in, and select your new project and variant from the drop-down menus under the **`Project`** tab.

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

### 3. Create a building mass

* Create a Revit mass

{% hint style="info" %}
Finch accepts **mass families**. Objects that are in the same mass will be boolean unioned upon upload. Check the **`Massing`** tab in the Finch plug-in to see how many Finch valid masses you have in your file.
{% endhint %}

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

### 4. Add grid lines (optional)

* In the Finch plug-in, add gridlines using the Revit grid tool.

{% hint style="warning" %}
You can snap to gridlines while editing or while generating around a custom core.
{% endhint %}

{% hint style="info" %}
When generating a floor plate, slide the **`Grid Lines`** weight fully to the right to prioritize it.
{% endhint %}

### 5. Upload

* In the Finch plug-in, select **`Massing`**.
* Check **`Active in view`** to only upload geometry that is visible in the current view.
* Select **`Upload Massing`**.
* The plug-in will display **`Uploading Mass Finished`** once the mass has been uploaded.

{% hint style="info" %}
If you want to learn how to upload multiple masses, you can read our guide on it here: <https://docs.finch3d.com/first-steps/upload-your-first-building-revit/all-about-revit>
{% endhint %}

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

### Video Tutorial

{% embed url="<https://youtu.be/Q7T3o7kzHgA?feature=shared>" %}

***


---

# 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/first-steps/revit.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.
