# 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="https://content.gitbook.com/content/j8jzXN4KKXAfQhgbN5lO/blobs/Xh2KWtLxptVf5ENjeVms/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 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="https://content.gitbook.com/content/j8jzXN4KKXAfQhgbN5lO/blobs/MV3ZuhPDCyesZ4iMncS8/Screenshot%202023-07-17%20at%207.59.39%E2%80%AFAM.png" alt=""><figcaption></figcaption></figure>

### Product details

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

<figure><img src="https://content.gitbook.com/content/j8jzXN4KKXAfQhgbN5lO/blobs/wfjizA0Wa4hGvh6flNKW/Screen%20Shot%202022-10-06%20at%208.20.23%20PM.png" 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="https://content.gitbook.com/content/j8jzXN4KKXAfQhgbN5lO/blobs/BgNrW4EEKt7tgtMIlijh/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-v5/siblings/product-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-v5/siblings/product-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.
