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