> 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/quiltcon-courses/deep-dive-into-prequilt/11-or-add-binding.md).

# 11 | Add binding

## <mark style="color:blue;">Exercise 11</mark>

**11** | *Add binding to your quilt design.*

***Objective*** | To add binding to your quilt design in PreQuilt.&#x20;

***Did You Know*** | You can also preview your binding using digital fabric swatches.&#x20;

### <mark style="color:blue;">01 | Adding Binding Using Solid Fabric</mark>

1. Click on the <mark style="color:blue;">**BINDING/BORDER**</mark> tab on the left side control panel.
   * ![](/files/3zskFoeHJDTLcNByLWcY)
2. Select your desired binding width by pressing the <mark style="color:blue;">**+**</mark> button.
   * ![](/files/YvekxHyxODiYvDf7lrxm)
3. Using the dropdown menu, select your <mark style="color:blue;">**binding fabric Color Tag**</mark>. In this example, I used the solid fabric associated with Color Tag B.
   * ![](/files/Y1UqWk81eO4qSbGlXBWA)
4. Now your quilt has binding!

   <div align="left"><figure><img src="/files/Ttnr53xUT0TMMihuwpdN" alt=""><figcaption><p><em>Binding using solid fabric swatch</em></p></figcaption></figure></div>

### <mark style="color:blue;">02 | Adding Binding Using Printed Fabric</mark>

1. Import the digital fabric swatch for your printed fabric.
   * See [*Exercise 07 | Use printed fabric*](/old-courses/quiltcon-courses/deep-dive-into-prequilt/07-or-use-printed-fabric.md#01-or-find-and-save-digital-fabric-swatches) for a refresher on how to do this.
2. Click on the <mark style="color:blue;">**BINDING/BORDER**</mark> tab on the left side control panel.
   * ![](/files/ylccWTPHvahKaJGvBi11)
3. Select your desired binding width by pressing the <mark style="color:blue;">**+**</mark> button.
   * ![](/files/QvpTcOJVGqkuQVsFNdkY)
4. Using the dropdown menu, select your <mark style="color:blue;">**binding fabric Color Tag**</mark>. In this example, I used the printed fabric associated with Color Tag D.
   * ![](/files/Kmmp3yizfaKbhlffmACw)
5. Now your quilt has binding using printed fabric!

   <div align="left"><figure><img src="/files/Jy9399jXHm2LJLbfH5pr" alt=""><figcaption><p><em>Binding using printed fabric swatch</em></p></figcaption></figure></div>


---

# 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/quiltcon-courses/deep-dive-into-prequilt/11-or-add-binding.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.
