> 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/all-about-fabric/fabric-links/use-fabric-links.md).

# Use Fabric Links

Once you've created the Fabric Links you'd like to use in your quilt, we can start using them in your quilt blocks and other quilt components. This Help Guide will walk you through how to use Fabric Links in:

1. Quilt blocks
2. Quilt borders
3. Quilt binding

***

## <mark style="color:blue;">01 | Use in Quilt Blocks</mark>

The essential thing to learn here is that Fabric Links can be connected (linked) to individual block pieces in your quilt blocks. This is done in the Block Editor and you can either edit an existing block or create a custom block.

In this example, I'll show you how to use Fabric Links to edit an existing block.

1. On the left side control panel, click on the <mark style="color:blue;">**BLOCKS**</mark> tab.

   <div align="left"><figure><img src="/files/Ldm2OMGFjsbyTJTfeipH" alt=""><figcaption></figcaption></figure></div>
2. Click on the <mark style="color:blue;">**Edit Block**</mark> button for the quilt block you'd like to change.

   <div align="left"><figure><img src="/files/heOjF47qjqyXgsuCJe4Q" alt=""><figcaption></figcaption></figure></div>
3. The **Block Editor** panel will slide out.

   <div align="left"><figure><img src="/files/28fsmurc8vLD4HM1Z8up" alt=""><figcaption></figcaption></figure></div>
4. Click on the <mark style="color:blue;">**block piece**</mark> that you'd like to change the Fabric Link on. When selected, there will be a light box outlining the selected block piece. The current connected Fabric Link (A) is highlighted.

   * In this example, I'd like to change the Fabric Link for all the corner pieces from gray (Fabric Link A) to pink (Fabric Link D).

   <figure><img src="/files/YioQmSU7nO1d8rFNLq7K" alt=""><figcaption></figcaption></figure>
5. On the FABRICS tab, click on the <mark style="color:blue;">**Link**</mark> button (<img src="/files/5zN6kSDGlsPBAODFa2W8" alt="" data-size="line">) next to Fabric Link D.

   * Once you click on the Link button, the corner piece will be reconnected to Fabric Link D and is pink.

   <figure><img src="/files/VO8xkhZQef4L50accoKk" alt=""><figcaption></figcaption></figure>
6. Repeat Steps 4-5 for the remaining corners.

   <div align="left"><figure><img src="/files/VDalKaRSXoXDSOzliSNl" alt=""><figcaption></figcaption></figure></div>
7. Click on the <mark style="color:blue;">**Save**</mark> button (<img src="/files/ZPanSooPSBnufFKAMdXV" alt="" data-size="line">) in the top right corner and select <mark style="color:blue;">**Save to Quilt**</mark>.

   <div align="left"><figure><img src="/files/NG3N9l6v97wMWSpKaWpP" alt=""><figcaption></figcaption></figure></div>

***

## <mark style="color:blue;">02 | Use in Quilt Borders</mark>

If you want to use the Quilt Border option from the left side control panel, you must use a Fabric Link. You can have up to 3 quick add borders.

1. Click on the <mark style="color:blue;">**BINDING/BORDER**</mark> tab from the left side control panel.

   <div align="left"><figure><img src="/files/QsipuvHRaggKAERJTWtR" alt=""><figcaption></figcaption></figure></div>
2. Click on the <mark style="color:blue;">**Add Border**</mark> button.

   <div align="left"><figure><img src="/files/SPR054BnIHJbSawnnjRh" alt=""><figcaption></figcaption></figure></div>
3. The default border width is 2" and the default fabric is Fabric Link A. <mark style="color:blue;">**Change**</mark> the <mark style="color:blue;">**border width**</mark> and <mark style="color:blue;">**fabric**</mark> as desired.

   * In this example, I selected a 3" border and Fabric Link D.

   <div align="left"><figure><img src="/files/EcdmmAYdxiYwBNXfNarO" alt=""><figcaption></figcaption></figure></div>

***

## <mark style="color:blue;">03 | Use in Quilt Binding</mark>

If you want to use the Quilt Binding option from the left side control panel, you must use a Fabric Link.

1. Click on the <mark style="color:blue;">**BINDING/BORDER**</mark> tab from the left side control panel.

   <div align="left"><figure><img src="/files/QsipuvHRaggKAERJTWtR" alt=""><figcaption></figcaption></figure></div>
2. The default binding width is 0" and the default fabric is Fabric Link A. <mark style="color:blue;">**Change**</mark> the <mark style="color:blue;">**binding width**</mark> and <mark style="color:blue;">**fabric**</mark> as desired.

   * In this example, I selected a 0.5" border and Fabric Link C.

   <div align="left"><figure><img src="/files/mqWOerPHD6SgHTVq5mbL" alt=""><figcaption></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://help.prequilt.com/prequilt-101/all-about-fabric/fabric-links/use-fabric-links.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.
