# Add product list entries

In the first step, we created a set of products that were closely related to one another (referred to as siblings). For instance, in the case of our shilo boots, each color variant of the boots is an individual product. When these products are combined, they will be presented as a single product.&#x20;

Next, let's group these sibling products together to form one product.&#x20;

This short video will demonstrate how to create an entry that contains a list of products:

{% embed url="<https://www.loom.com/share/2ea41269181d4b78add83cbe51ab6738?sid=7c9402a8-62f6-4530-a886-be55a2b450c8>" %}

<details>

<summary>Breakdown of steps covered in video</summary>

1. Under content -> metaobjects, choose **add entry** and select **siblings**
2. Choose **select products**, and check each of the sibling products that will be used to form one product.
3. Made any modifications: sort, delete add more. **Save** after completed.&#x20;
4. Modify the handle to better identify the entry name.
5. Press **save** to finish.&#x20;

</details>


---

# 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://palo-alto.presidiocreative.com/siblings/product-siblings/add-product-list-entries.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.
