# Define a metaobject

This short video covers all the steps in creating a siblings metaobject (easy):

{% embed url="<https://www.loom.com/share/298d7eb41e554e2db6aa58fdc449c9a7?sid=602c4a83-dc4f-490c-8b82-9fedd47c68e7>" %}

<details>

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

1. Using the Shopify Admin, choose Content on the left sidebar.
2. Under Content -> Metaobjects, choose **Add definition**
3. Name the definition "**Siblings**"
4. Click on **Add fields**, choose **Product**
5. Under the name, call it "**product list**"
6. Optional, add a Description like, "**List of products for Siblings**"
7. Choose **List of products** (important)
8. Click the **Add** button
9. Verify that **Storefronts** is checked and use the **Save** button to finish

</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/define-a-metaobject.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.
