> 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/dos-and-donts.md).

# Do's & Don'ts

## <mark style="color:blue;">The Do's</mark>

* Always build you blocks and quilts in **FINISHED** measurements. PreQuilt is always visualizing how it will look after sewn together.
* Create your quilt blocks using the recommended [**Build a Block Unit**](/prequilt-101/build-a-block-unit-for-the-fabric-calculator.md) instructions.
* Turn on the snapping features in the Block Editor. This will keep your shapes snug with one another and will make it easier for PreQuilt's auto recognition to identify different block units.

## <mark style="color:blue;">The Don'ts</mark>

* Do not overlap shapes when creating your quilt blocks (unless you're appliqueing), because the hidden shapes will still be added to the fabric calculator.

## <mark style="color:blue;">The Nice to Have's</mark>

* Name your quilt blocks - it keeps things organized in the Fabric Calculator
* Keep your Fabric Link names short - it makes it easier to track in the Fabric Calculator
* Use the gridlines to help divide your block up into block units - this helps keep your Block Blowout tidy.

## <mark style="color:blue;">The Won'ts</mark>

* PreQuilt's Fabric Calculator **will not** give you fabric calculations for designer coloring pages. Please support these talented designers and buy their patterns. They have clever and efficient ways to sew their quilts.
* Currently, PreQuilt does not (yet) have templates for curved block units (Drunkard's Path, orange peels, etc). We hope to launch them with 2.0.&#x20;
  * Nor do we have staggered cutting diagrams for the concave or convex pieces.
* Currently, PreQuilt does not work with SVG imported blocks. We hope to figure this out as soon as possible.&#x20;
* There are a few preloaded blocks that also will not work with the Fabric Calculator - the Clamshell and the Cathedral Window.
* Will not give you pattern instructions. This is a fabric calculator only, not instructional. However, we do have general construction instructions available in our [**Build a Block Unit**](/prequilt-101/build-a-block-unit-for-the-fabric-calculator.md) Help Guide.


---

# 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/dos-and-donts.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.
