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

# About

### Which programs work with Finch?

<table><thead><tr><th>Program</th><th data-type="checkbox">Finch Massing</th><th data-type="checkbox">Finch Generative Tools</th></tr></thead><tbody><tr><td>Multi-family Residential</td><td>true</td><td>true</td></tr><tr><td>All other programs</td><td>true</td><td>false</td></tr></tbody></table>

### Which building typologies work with the Finch massing tools and floor plate algorithm?

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

<table><thead><tr><th width="164">Typologies</th><th width="242">Massing tools<select><option value="YnxwxnBfUw0j" label="Ideal" color="blue"></option><option value="dA8Oc5YgMzA8" label="Not supported" color="blue"></option><option value="38j7sX64FxO7" label="Supported" color="blue"></option></select></th><th width="344">AI Floor Plate<select><option value="GTDlxJ3DifiR" label="Ideal" color="blue"></option><option value="kLWfE6RiAF38" label="Not supported" color="blue"></option><option value="1XbPKQB1hpQE" label="Supported" color="blue"></option><option value="EBmVOIPep03t" label="Supported with workaround" color="blue"></option></select></th></tr></thead><tbody><tr><td>Rectilinear</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="GTDlxJ3DifiR">Ideal</span></td></tr><tr><td>Voids</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="GTDlxJ3DifiR">Ideal</span></td></tr><tr><td>Courtyards</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="EBmVOIPep03t">Supported with workaround</span></td></tr><tr><td>Angled</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="1XbPKQB1hpQE">Supported</span></td></tr><tr><td>H &#x26; T shapes</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="EBmVOIPep03t">Supported with workaround</span></td></tr><tr><td>Curved</td><td><span data-option="YnxwxnBfUw0j">Ideal</span></td><td><span data-option="kLWfE6RiAF38">Not supported</span></td></tr><tr><td>Angled roofs</td><td><span data-option="dA8Oc5YgMzA8">Not supported</span></td><td><span data-option="kLWfE6RiAF38">Not supported</span></td></tr></tbody></table>

### Enterprise Partners

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


---

# 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/about.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.
