# How to setup siblings

These are the five main components of setting up product siblings:

1. Create individual products which will later be connected together as one. Each product can have variants like sizes, color etc.
2. Group the Sibling products together into a custom collection (hidden from other collections).
3. The last step is to add the siblings block in the Theme Editor and configure the settings.

### Step 1 - Individual products <a href="#step-1-individual-products" id="step-1-individual-products"></a>

Create individual products that are similar. You can use the same name for the product title when creating each product. You can add option name and variant name in 'Product Siblings Picker' in product page to differentiate each product:

<figure><img src="https://16317214-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7B3IJeztKkmI6RdD8j2l%2Fuploads%2FdRpSUfQgVrQ8GE6ZGh3B%2FScreenshot%202025-01-11%20at%2014.06.33.png?alt=media&#x26;token=4146f1e1-67d1-4123-b3dc-0060a7770545" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Tip: If you have SEO concerns, you can simply change the SEO name for each product or use different names as well
{% endhint %}

When building Siblings, you'll replace one product with multiple color variants into multiple products that are later linked together as one. For example, if a t-shirt has five colors, you'll build five individual products, each can have variants.

Each of these products ideally should have the same name, make one product, and then copy that product multiple times.

{% 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 product images. Each product represents one color for the combined product.
{% endhint %}

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

<figure><img src="https://16317214-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7B3IJeztKkmI6RdD8j2l%2Fuploads%2FpzdRePFIQqGRvolxMI2i%2FScreenshot%202025-01-11%20at%2013.58.42.jpg?alt=media&#x26;token=12bd63d5-4790-4481-9d60-a86120c5ce7a" alt=""><figcaption></figcaption></figure>

Each product can have its own images, inventory, prices, description, and variants like Size, Color etc.

<figure><img src="https://16317214-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7B3IJeztKkmI6RdD8j2l%2Fuploads%2FeM1NlJOhiEEdEBMwRpjs%2FScreenshot%202025-01-11%20at%2016.43.05.png?alt=media&#x26;token=5130f296-0799-4792-a544-69e077e17719" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Tip: Create the first product with sizes, color and prices, then duplicate that product and add new images for each variation and adjust the description, inventory, and prices. Only the product name needs to be the same for all products.
{% endhint %}


---

# 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://help.lumintheme.com/lumin-theme-documentation/product-page/products-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.
