# About product siblings

Broadcast includes the ability to link directly to other products as product swatches. The result is rich product detail pages that include swatches with images that represent each variant option.&#x20;

This feature is called Siblings. When you view a sibling product, only the images associated with that 'variant' option, plus product details, and prices are shown:

<figure><img src="/files/AZ2nCLIjit3q9agTvQfp" alt=""><figcaption><p>Sibling product page with swatch images and unique images</p></figcaption></figure>

{% hint style="info" %}
'Variant' is outlined above as siblings require products to be used as pseudo-variants.\
\
Remember, variants in Shopify do not have a way to store more than one image out of the box. That's why we use products.
{% endhint %}

### Swatch images

Each product sibling appears automatically as a swatch:

<figure><img src="/files/wtTJltcmbBt7gHo2zwZ9" alt=""><figcaption><p>Display swatches with actual product image</p></figcaption></figure>

### Unique product images

Only product images for that color style are shown:

<figure><img src="/files/w85nNtYZ9hOK8rxd3BBT" alt=""><figcaption><p>Only display product images for this color and style</p></figcaption></figure>

### Individual products

Each sibling is an individual product. Using custom metafields, Broadcast will connect these products together and auto-generate the swatch images.

Example of individual products in product admin:

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


---

# 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/siblings/product-siblings/about-product-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.
