> 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/youtube-courses/intro-to-prequilt-course/05-or-quilt-block-variations/05a-or-clone-a-quilt-block.md).

# 05a | Clone a Quilt Block

## <mark style="color:blue;">Module 05a | Clone (Copy) a Quilt Block</mark>

The first step to creating unique quilt block variations is to clone (aka copy) the original Sawtooth Star quilt block we created in Exercise 02.

***

## <mark style="color:blue;">YouTube Video</mark>

{% embed url="<https://youtu.be/vYUZyTqmAxA>" %}
Module 5a: How to Clone (Copy) a Quilt Block
{% endembed %}

***

## <mark style="color:blue;">Help Guide</mark>

To create a clone (copy) of a quilt block:

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

   <div align="left"><figure><img src="/files/yXnzTCLoqBBa9LEJ9s5Y" alt=""><figcaption></figcaption></figure></div>
2. Click on the <mark style="color:blue;">**Three Dots button**</mark> (<img src="/files/dN7aQtr0KbEVg65m0HTk" alt="" data-size="line">) next to the quilt block you want to make a copy of (clone).
3. Click on the <mark style="color:blue;">**Clone**</mark> option from the dropdown menu.

   <div align="left"><figure><img src="/files/oEySyynaKZMbk5L98R3v" alt=""><figcaption></figcaption></figure></div>
4. You will now see an identical copy of the original quilt block, which is named '*Sawtooth Star (2)*'.

   <div align="left"><figure><img src="/files/A96KZWHjgcl2RvdCVNgz" alt=""><figcaption></figcaption></figure></div>
5. Click on the <mark style="color:blue;">**Edit Block**</mark> button for the newly cloned block '*Sawtooth Star (2)*'.

   <div align="left"><figure><img src="/files/ebF5qEiXkz32anGhUMHE" alt=""><figcaption></figcaption></figure></div>
6. The Block Editor panel will slide out. To create a new, unique quilt block, you will need to make a fundamental change to the cloned block so that it is no longer identical to its original.&#x20;
   * In this example, I'm changing all the background block pieces from Fabric Link A to Fabric Link C.
7. Click on <mark style="color:blue;">**any background piece of the block,**</mark> <mark style="color:blue;">**right click**</mark> on the mouse and then select the <mark style="color:blue;">**SELECT ALL option**</mark> from the dropdown menu.&#x20;

   <div align="left"><figure><img src="/files/EcL2TaHWCcAWIimF5mKp" alt=""><figcaption></figcaption></figure></div>
8. Click on the <mark style="color:blue;">**Link button**</mark> (<img src="/files/B6WTsBFGvoKPnnoN04tw" alt="" data-size="line">) for the fabric link (Fabric Link C) you'd like to use for these block pieces.

   <div align="left"><figure><img src="/files/gJYYCxClkp5NXVcKa72r" alt=""><figcaption></figcaption></figure></div>
9. You will now see that the background for our new Sawtooth Star is now Kona Bright Pink.

   <figure><img src="/files/aYYrBuiWpeqL7BrNBace" alt=""><figcaption></figcaption></figure>
10. Click on the <mark style="color:blue;">**Save to Quilt button**</mark> in the upper right corner of the Block Editor.

    <div align="left"><figure><img src="/files/ExLOIH59xJwOltqNqEwo" alt=""><figcaption></figcaption></figure></div>
11. You will now see our new and unique block variation of the Sawtooth Star.

    <div align="left"><figure><img src="/files/aF3U2hXWwLhevITpvl7p" alt=""><figcaption></figcaption></figure></div>
12. Add the new blocks to your quilt as desired.


---

# 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/youtube-courses/intro-to-prequilt-course/05-or-quilt-block-variations/05a-or-clone-a-quilt-block.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.
