> For the complete documentation index, see [llms.txt](https://blog.prequilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.prequilt.com/hello-welcome-to-prequilt.md).

# Hello, Welcome to PreQuilt!!

## <mark style="color:blue;">What is PreQuilt?</mark>

PreQuilt is an online software application that visualizes and designs quilts.&#x20;

Use our time saving features (like color tags, randomization, built in solid fabric color cards, fabric swatches, and more) to quickly visualize your next quilt!&#x20;

Subscribers choose between the Basic or the Market subscription plans. For more information, visit <https://app.prequilt.com/plans>.

### <mark style="color:blue;">Who's Behind PreQuilt?</mark>

The PreQuilt team is made up of <mark style="color:blue;">**Gar Liu**</mark>, a developer, and <mark style="color:blue;">**Laura Henneberry**</mark>, a quilter, and we’ve teamed up to create PreQuilt to design and visualize quilts in fun and surprising ways.&#x20;

Gar has over 20 years of dev experience working in house and as a freelancer for some of Toronto's biggest ad agencies. He has a unique skillset of being both a full stack developer and having a graphic design education from OCAD University.

Laura starting quilting over 10 years ago and while she loves seeing where a project goes, she often wants the confidence of knowing what a quilt will look like before cutting into her fabric. She has a unique skillset of having both an Operations background as well as a design education from OCAD University.&#x20;

### <mark style="color:blue;">What's PreQuilt's Origin Story?</mark>

PreQuilt was born one night when Laura was struggling to visualize [*The Circus Tent Quilt*](https://www.etsy.com/ca/listing/613458872/circus-tent-quilt-pattern-digital-pdf?click_key=0aaf3402cd28e039dbf3d7ec23e0527594391b8d%3A613458872\&click_sum=995f9448\&ref=shop_home_feat_1) with her limited Illustrator skills. Gar looked over her shoulder and said he could code something that would speed up the design process.&#x20;

And the rest is history... Or rather it’s the start of the ever evolving web application you see here today. Come visit us at <https://prequilt.com/>!


---

# 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://blog.prequilt.com/hello-welcome-to-prequilt.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.
