# Description

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Default product** template in the dropdown of editor window to open theme editor of product page.
4. &#x20;From **Product information ->** Click **Add block** -> Choose **Description**.

<figure><img src="/files/1Z5v4BZxaOYBV90FISHJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Ella offers you to show **Description** by Metafields. If a product have no short description in metafield, it will show a brief product summary (the first 50 characters of the description).
{% endhint %}

## Setup Short Description by Metafields?

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

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

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

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

```
Name: Short Description or any name
Namespace and key: c_f.short_description
Select content type: Text
```

![](/files/cZ73ffFq56w368HoIaaA)

### How to insert content for Product Metafields?

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

![](/files/Vomr7UsDVDmZRDYOsGC9)

{% hint style="info" %}
You can use [Bulk Editor](broken://pages/KL6PTNrFZtms98ZiKvSF) to edit multiple products.
{% endhint %}


---

# 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/description.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.
