# 02 Panel Quilt Math

{% hint style="success" %}
**TIP:** Measure your panel (width & height) - it helps get the ball rolling.
{% endhint %}

### <mark style="color:blue;">Do the quilt math</mark>

Now that you have your quilt panel loaded and ready to use in PreQuilt, the next step is to create your quilt grid using a common denominator of block size. Here's where a little quilt math comes in handy!

So, for example, our quilt panel from Paintbrush Studio (Step 1a) measures 32" wide by 40" tall. And if I wanted blocks around the panel, what size would those blocks need to be? One answer could be 4" blocks (because you can divide 32 by 4 and 40 by 4). Another answer could be 8" blocks, both work. But since I'd rather have smaller blocks, I'll use 4" blocks.

Now that we've decided on 4" blocks, how many of those blocks make up our 32" x 40" panel? Well, we'll need 8 x 4" blocks wide (32/4=8) and 10 x 4" blocks tall (40/4=10). Okay, now we have everything we need to build out our quilt grid.


---

# Agent Instructions: 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:

```
GET https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/02-panel-quilt-math.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
