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

# Siblings color

> Feature introduced in Broadcast 3.5

The first required metafield is **`theme.sibling_color`**&#x20;

```
theme.sibling_color
```

For the content type, select 'Single line text' and choose the 'One value' option.

The metafield is also used for the swatch label. This will help with identifying the color version of the current product:

<figure><img src="/files/2ZhNKNsQjzhXoDnj3Zxs" alt=""><figcaption></figcaption></figure>

Start by defining a Product metafield. You can name it 'Sibling Color' so that you can more easily find it later.

{% hint style="info" %}
Important step: Change the Namespace from **custom** to **theme**.
{% endhint %}

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

Adding a description is optional but be sure to select the correct content type. Choose 'Single line tex&#x74;**'** and set it to 'One valu&#x65;**'**:

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

**Save** the definition.

### Check the saved metafield

Your final metafield should look like this:

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

{% hint style="info" %}
Please ensure you change the Namespace and key to this custom version for Broadcast:\
\
\&#xNAN;**`theme.siblings_color`**\
\
By default, the namespace begins with '**custom'**. This namespace will not be recognized by Broadcast. You have to change it to '**theme**'.

This is a good distinction to make and it helps keep your store, custom, theme, and app metafields separate.
{% endhint %}

### Next step

We require a second metafield to be defined:

{% content-ref url="/pages/OqnhhJ6fbBrXGmw50xzc" %}
[Siblings collection](/broadcast-v5/siblings/product-siblings/siblings-collection.md)
{% endcontent-ref %}


---

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