> 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/readme/faq.md).

# FAQ

<details>

<summary>Where is the AI Unit Plan generation?</summary>

AI Unit plan generation is currently only available for our strategic AI customers.

</details>

<details>

<summary>Which design softwares are compatible with Finch?</summary>

Rhino 8, 7.24+, 6SR35+, Grasshopper, Revit 27/26/25/24/23 (Revit BIM download, Revit massing upload), and Forma.

Archicad support through [Grasshopper](broken://pages/UcFPBgo6W2ZFkr5v1UXx).

MicroStation, and Sketchup are not yet supported.

</details>

<details>

<summary>Can I export from Finch to Rhino?</summary>

Yes, check out our [Export](/docs/projects-and-variants/export.md) page for more information.

</details>

<details>

<summary>Can I upload from Revit to Finch?</summary>

Yes, you can upload Revit [**conceptual massing**](/docs/first-steps/revit/all-about-revit.md#geometry-types).

</details>

<details>

<summary>How do the Finch layers work?</summary>

Check out our [All about Rhino](/docs/first-steps/rhino/all-about-rhino.md#finch-layers) page for more information.

</details>

<details>

<summary>When will new features be released?</summary>

Check out our [New Features](/readme/new-features.md) page for new features and [Roadmap](broken://pages/ipehQ0jlArwXZ73jW7U4) page to see what's coming soon.

</details>

<details>

<summary>Which geometries can be uploaded to Finch?</summary>

Check out our [All about Rhino](/docs/first-steps/rhino/all-about-rhino.md#finch-layers), [All about Revit](/docs/first-steps/revit/all-about-revit.md#geometry-types) or [Forma](/docs/first-steps/forma.md) page for more information.

</details>

<details>

<summary>Can I use Rhino blocks?</summary>

Yes, blocks can be uploaded in the custom geometry layer.

</details>

<details>

<summary>Which building typologies and forms function with Finch?</summary>

Check out our [About](/readme/about.md) page for a table of Finch compatible forms.

</details>

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

<figure><img src="/files/1uXyfEFgDHv8Bn8gdXQz" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Questions? Get in touch with us via the Finch Chat.**
{% endhint %}

***


---

# 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/readme/faq.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.
