> For the complete documentation index, see [llms.txt](https://help.prequilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prequilt.com/prequilt-101/fabric-calculator/calculations-explained/quilt-top.md).

# Quilt Top

{% hint style="danger" %}
**ATTN**: Create your quilt blocks in PreQuilt using the [<mark style="color:blue;">**Build a Block Unit guidelines**</mark>](https://help.prequilt.com/build-a-block-unit-and-block/build-a-block-unit-for-auto-recognition)! When you build your blocks as directed, the Fabric Calculator should be able to auto-recognize the shapes and give you the intended fabric calculations.
{% endhint %}

<figure><img src="/files/Nfg8M4A4MHCP4DTB1hO7" alt=""><figcaption><p>Entire Quilt Fabric Calculations</p></figcaption></figure>

## <mark style="color:blue;">Entire Quilt Top Overview</mark>

On the **Quilt tab**, you will see a summary of all the block units and fabric pieces needed to create the entire quilt top (instead of just one quilt block found on the Blocks tab).&#x20;

The information is organized by quilt block and has the following information:

* Block blowout
* Block units in quilt block
  * Construction method (when applicable)
  * Total quantity of block units needed
  * Finished & unfinished measurements
* Cut pieces to make all quantity of the quilt block
  * Graphic visualization of cut piece
  * Piece ID
  * Cutting dimensions
  * Table summarizing all cut pieces 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://help.prequilt.com/prequilt-101/fabric-calculator/calculations-explained/quilt-top.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.
