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

# Starter Quilts

- [First PreQuilt Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt.md): New to using PreQuilt? Let's start here!
- [01 Creating a Quilt Grid](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/01-creating-a-quilt-grid.md): // First PreQuilt Quilt //
- [02 Creating Quilt Blocks](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/02-creating-quilt-blocks.md): // First PreQuilt Quilt //
- [03 Selecting Quilt Colors](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/03-selecting-quilt-colors.md): // First PreQuilt Quilt //
- [04 Using Blocks in Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/04-using-blocks-in-quilt.md): // First PreQuilt Quilt //
- [05 Finessing Your Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/05-finessing-your-quilt.md): // First PreQuilt Quilt //
- [06 Adding Sashing](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/06-adding-sashing.md): // First PreQuilt Quilt //
- [07 Adding Borders](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/07-adding-borders.md): // First PreQuilt Quilt //
- [08 Adding Binding](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/08-adding-binding.md): // First PreQuilt Quilt //
- [09 Using Printed Fabric](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/09-using-printed-fabric.md): // First PreQuilt Quilt //
- [10 Downloading Quilt Map](https://help.prequilt.com/prequilt-101/starter-quilts/first-prequilt-quilt/10-downloading-quilt-map.md): // First PreQuilt Quilt //
- [Panel Quilts](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts.md)
- [01 Import Fabric Panel](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/01-import-fabric-panel.md): // Panel Quilts //
- [02 Panel Quilt Math](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/02-panel-quilt-math.md): // Panel Quilts //
- [03 Panel Quilt Grid](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/03-panel-quilt-grid.md): // Panel Quilts //
- [04 Merge Cells](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/04-merge-cells.md): // Panel Quilts //
- [05 Insert Panel](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/05-insert-panel.md): // Panel Quilts //
- [06 Finish Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/panel-quilts/06-finish-quilt.md): // Panel Quilts //
- [Orphan Block Quilts](https://help.prequilt.com/prequilt-101/starter-quilts/orphan-block-quilts.md)
- [01 Photograph Your Blocks](https://help.prequilt.com/prequilt-101/starter-quilts/orphan-block-quilts/01-photograph-your-blocks.md): // Orphan Block Quilts //
- [02 Import Blocks into PreQuilt](https://help.prequilt.com/prequilt-101/starter-quilts/orphan-block-quilts/02-import-blocks-into-prequilt.md): // Orphan Block Quilts // (updated June 2024)
- [03 Use Blocks in Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/orphan-block-quilts/03-use-blocks-in-quilt.md): // Orphan Block Quilts //
- [04 Random Play](https://help.prequilt.com/prequilt-101/starter-quilts/orphan-block-quilts/04-random-play.md): // Orphan Block Quilts //
- [Preloaded Starter Quilts](https://help.prequilt.com/prequilt-101/starter-quilts/preloaded-starter-quilts.md)
- [Lone Star Starter Quilt](https://help.prequilt.com/prequilt-101/starter-quilts/preloaded-starter-quilts/lone-star-starter-quilt.md)


---

# 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/starter-quilts.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.
