> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-documentation/product-page/product-information/how-to-set-up-product-description-for-each-variant.md).

# How To Set Up Product Description For Each Variant?

{% embed url="<https://www.youtube.com/embed/n9eTGGzwHyM>" %}

The [Add product variant metafield](https://help.shopify.com/en/manual/shopify-flow/reference/actions/update-product-variant-metafield) action adds a metafield to the product variant that triggers the workflow, or updates an existing metafield on that product variant.

### **How to add new Variant Metafields?**

1. From your Shopify admin, go to **Settings** -> **Custom data**.
2. Click **Variants → Add Definition.**

<figure><img src="/files/6Nai0Y2BISa3YLD8PdQW" alt=""><figcaption></figcaption></figure>

3. Please enter correct **Namespace and Key** as we noted below.

```
Name: Variant Description or any name.
Namespace and key: c_f.variant_description
Select content type: Text or any typpe.
```

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

### How to insert content for Variant Metafields?

1. From your Shopify admin, go to **Products -> All products**.
2. Find and choose the product that you want to edit.
3. Choose variant to edit.
4. In the **Metafields**, please enter the content for "**Variant Description**" field.

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


---

# 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://halosoft.gitbook.io/ella-documentation/product-page/product-information/how-to-set-up-product-description-for-each-variant.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.
