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

# Siblings color

> Feature introduced in Broadcast 3.5

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

```
theme.sibling_color
```

The **content type** is: Single line text and One value.

This metafield is used for both the swatch label for the product which helps with identifying the color version of the current product:

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

Start by defining a **Products** metafield and name it **Sibling Color**. Then change the Namespace from `custom` to `theme`:

{% hint style="info" %}
Important step: Rename **`custom`** to **`theme`**
{% endhint %}

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

Next, add a description. You can use Siblings Color again. Then click on **Select content type** and choose **Single line text** and **One value**:

<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="success" %}
Please ensure you change the Namespace and key to this custom version for Pipeline:\
\
\&#xNAN;**`theme.siblings_color`**\
\
By default, the namespace begins with **`custom`**. This will need to be changed to **`theme`**.&#x20;
{% endhint %}

The content type is **Single line text** and style is **One value**.&#x20;

### Next step

We require a second metafield to be defined:

{% content-ref url="/pages/OqnhhJ6fbBrXGmw50xzc" %}
[Siblings collection](/broadcast-v3/siblings/siblings-metafields/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-v3/siblings/siblings-metafields/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.
