> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/broadcast-v5/siblings/product-siblings/about-product-siblings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://broadcast.presidiocreative.com/broadcast-v5/siblings/product-siblings/about-product-siblings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
