> 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/customizations.md).

# Customizations

Product siblings by default are used to replace the color variant by grouping similar products and generating custom swatches for each color option.

If you would like to change the Siblings feature to replace to be used with other variant types instead, you can apply a global change to accommodate that.

{% hint style="success" %}
For example, if your store sells paintings, you can use Siblings to show different frame styles for one painting.
{% endhint %}

### Changing the Color label

In the above example, if your store is selling are artwork and would rather replace the **Color** label with **Styles**:

<figure><img src="/files/O5D1MlitKiknjRvBV0jg" alt="" width="375"><figcaption><p><strong>Style used instead of Color</strong></p></figcaption></figure>

This can easily be done by editing the default theme content (also known as the language editor):

<figure><img src="/files/MZ5BimBJxNwdhetiQRsl" alt="" width="375"><figcaption></figcaption></figure>

Change the value under General -> Siblings:

<figure><img src="/files/wRuxiUtPOXGB3eDCAtq1" alt="" width="375"><figcaption><p><strong>Tip:</strong> Be sure the field is for <strong>Siblings</strong> and <strong>not</strong> <strong>Swatches</strong></p></figcaption></figure>

Change to the value you prefer:

<figure><img src="/files/nkpXyrOaozqH5VlzYSg2" alt="" width="375"><figcaption></figcaption></figure>

### Limitations

When changing the Siblings Label value in the default theme content, the change becomes global. The Siblings feature will always show the new value ('Style') for any Siblings products you build on your store.

You can still use regular Swatches for other products and display 'Color' as a label for those. However, any sibling products will have the new value 'Style' from our example.&#x20;


---

# 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/customizations.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.
