> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/broadcast-v5/siblings/product-siblings/how-to-setup-siblings.md).

# How to setup siblings

> Feature introduced in Broadcast v3.5

There are five main components to setting up product siblings:

1. Creating individual products. Each product can have variants like sizes.
2. Group the sibling products into a collection. This collection does not have to be displayed on your storefront.
3. Define two custom metafields to link each product together which will automatically create linked product swatches.
4. Update the metafield information for each product.
5. Add the Siblings block to the Product template in the Theme Editor.

Let's begin with the product setup:

### Individual products

Create individual products that are similar. Begin with the same name for each product to help maintain naming consistency for each sibling:

<figure><img src="/files/Zs4MN3JwI6pTRSEJLwwz" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
In this example, we will combine all of the products into one using the Siblings feature.

Therefore, each product is a duplicate of the other with the exception of the color in the title and the product images.

Each product represents one color for the combined product.
{% endhint %}

Once connected as siblings, they will appear with linked swatches:

<figure><img src="/files/SsYm5huJwspUikq2ATHg" alt=""><figcaption></figcaption></figure>

### Product details

Each product can have its images, inventory, prices, description, and variants like Size:

<figure><img src="/files/W0EiE1qnzaLhfmBDpMYa" alt=""><figcaption></figcaption></figure>

### Exclude a color variant

A Color variant isn't required as that will be replaced by image swatches and a metafield is used to display the color.

{% hint style="success" %}
Tip: Create the first product with sizes and prices, then duplicate that product add new images, and adjust the description, inventory, and prices.&#x20;
{% endhint %}

### Collection for siblings

After creating the products, place them all in one collection. The collection does not need to be used for any other purpose. You can also hide it from the storefront view:

<figure><img src="/files/BkNzssepqFDAUnCWbNGD" alt=""><figcaption></figcaption></figure>

### Metafields

The next step is to create two product metafields which are used to connect all the products and information together:

{% content-ref url="/pages/DD6abk0Vd4SlNprl7eK0" %}
[Siblings metafields](/broadcast-v5/siblings/product-siblings/siblings-metafields.md)
{% endcontent-ref %}


---

# 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://broadcast.presidiocreative.com/broadcast-v5/siblings/product-siblings/how-to-setup-siblings.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.
