# How to setup siblings

There are six main components to setting up product siblings:

1. Create individual products for each sibling. This can be easily done by copying one master product.&#x20;
2. Define a metaobject that will contain product lists of all your sibling products (easy)
3. Add product lists to your metaobject (easy)
4. Define a metafield that links your products to the metaobject (easy)
5. Bulk update each sibling product with the metafield (easy)
6. Add the siblings block to the product template in the theme editor.&#x20;

> **Note**: the metaobject and metafield steps are indicated as easy. These are simple to perform even if you're new to these concepts. We will cover each step to help simplify the process.&#x20;

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/1Ajsx4uYczBsiFn0VCQg" 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 the 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="/files/gnQc4IDhiODP37zFXW5V" alt=""><figcaption></figcaption></figure>

### Product details

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

<figure><img src="/files/UXO2r13YLmUnyFOwp1eb" 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 and add new images for each variation and adjust the description, inventory, and prices.
{% endhint %}

Next, we'll build our metaobject for the siblings feature. As promised, this step is simple.&#x20;


---

# 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://palo-alto.presidiocreative.com/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.
