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

# Omaha MQG Workshop

### <mark style="color:blue;">About This Course</mark>

Welcome and thank you for taking this course with us!

This course guide is designed to be a supplement to the live demonstrations you see during the Zoom workshop on November 11, 2023. We've organized the guide in the same format as the workshop to help you through workshop exercises and as a future reference after the workshop.

### <mark style="color:blue;">Course Objectives</mark>

To help students quickly design and visualize their quilt ideas with PreQuilt before committing to cutting into their fabrics.

### <mark style="color:blue;">Teaching Agenda</mark>

* [ ] Setup and login to PreQuilt
* [ ] Quick overview of the PreQuilt application
* [ ] Start a new quilt project
* [ ] Create a custom quilt block
* [ ] Add quilt block to quilt grid
* [ ] Reverse Engineer Challenge
* [ ] Customizing quilt blocks using fabric links
* [ ] Create quilt block variations
* [ ] Create colorways
* [ ] Use digital fabric swatches
* [ ] Change block orientations
* [ ] Create different sized blocks
* [ ] Add sashing and borders
* [ ] Add binding


---

# 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://courses.prequilt.com/old-courses/omaha-mqg-workshop.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.
