> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/halo-docs/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/halo-docs/products/product-information/version-1.2.1-and-the-previous/short-description.md).

# Short Description

![](/files/EsupZCQ2RZobfaprFuax)

![](/files/71Q2SXeBFX7rMuDVl5n0)

{% hint style="info" %}
Halo offers yout to show **Short Description** by Metafields. If a product have no short description 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** -> **Metafields**.
2. Click **Products → Add Definition.**
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](/halo-docs/page/bulk-editor-page.md) to edit multiple products.
{% endhint %}

{% hint style="info" %}
This guide is only compatible for **1.2.1 and its predecessors**. If your current theme version is **1.3.0 or later**, please follow [the attached link](/halo-docs/products/product-information/version-1.3.0+/richtext.md).
{% endhint %}


---

# 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/halo-docs/products/product-information/version-1.2.1-and-the-previous/short-description.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.
