# 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.&#x20;
2. Group the siblings products into a collection. This collection does not have to be displayed on your storefront.&#x20;
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.&#x20;
5. Add the Siblings block to the Product template in the Theme Editor.&#x20;

Let's begin with the product setup:

### Individual products

Create individual products that are similar. Use the same name for the product title with each product:

<figure><img src="https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/R0QZCvynAtm8FwNu1hoe/Screen%20Shot%202022-10-06%20at%208.13.54%20PM.png" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
In this example, we will combine all these products into one product using the Siblings feature. Therefore, each product is a duplicate of each other with the exception of the color in the title and the product images. Each product represents one color for the combined product.&#x20;
{% endhint %}

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

<figure><img src="https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/R1wwjYN2YZZ3ogRXzJUj/Screen%20Shot%202022-10-06%20at%208.02.30%20PM.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/kIx6roeN6CslVbawp3v7/Screen%20Shot%202022-10-06%20at%208.20.23%20PM.png" alt=""><figcaption></figcaption></figure>

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 and add new images for each variation 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 (can be hidden from your storefront):

<figure><img src="https://content.gitbook.com/content/gPVWISoa427RKoZWt1y6/blobs/DDegreWPrQeIZ2drTbhC/Screen%20Shot%202022-10-06%20at%208.24.30%20PM.png" 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="siblings-metafields" %}
[siblings-metafields](https://broadcast.presidiocreative.com/broadcast-v3/siblings/siblings-metafields)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://broadcast.presidiocreative.com/broadcast-v3/siblings/how-to-setup-siblings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
