> For the complete documentation index, see [llms.txt](https://docs.finch3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finch3d.com/courses/finch-101/finch-101-download-to-archicad.md).

# Finch 101: Download to Archicad

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

### 1: Open a New Archicad Model

1. Open a new or existing Archicad project.
2. Ensure the **Finch plugin** is installed.
   * [The plugin download link is available here](/docs/download-plug-ins.md)

***

### 2: Launch the Finch Plugin in Archicad

1. In Archicad, open the **Finch** menu.
2. Click **Launch Finch**.
3. Dock the Finch plugin panel as needed.
4. Sign in to Finch if prompted (first-time use only).

***

### 3: Start the Download Process

1. In the Finch plugin, click **Download**.
2. Navigate to your Finch **Project**.
3. Select the **Variant** you want to import.

***

### 4: Import the Model

1. Click **Import**.
2. Wait for the import process to complete.

***

### 5: Review the Imported Model in 2D

1. Navigate to a floor plan view.
2. Confirm that:
   * Walls and doors have been imported.
   * Space types are imported as **Zones**.
   * Full floor plates are visible.

***

### 6: Review the Imported Model in 3D

1. Switch to a **3D view**.
2. Review the imported geometry.
3. Replace imported walls and doors with your preferred Archicad wall and door types as needed.


---

# 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.finch3d.com/courses/finch-101/finch-101-download-to-archicad.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.
