> For the complete documentation index, see [llms.txt](https://modular.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modular.presidiocreative.com/collections/modular-collection-pages/cutline.md).

# Cutline

This feature gives you the option to add a small, unique descriptive text below the product title.&#x20;

<figure><img src="/files/1naMJfpKSGd5vIohLvtv" alt="Representation of the cutline feature &#x22;Clean, off duty style&#x22; below the product title of a product named Ball Cap"><figcaption></figcaption></figure>

### Set up the metafield definition

To set up a cutline, you need to create a new, custom metafield definition that Modular can recognize.

{% hint style="info" %}
The most important part is to use this namespace and key: `theme.cutline`
{% endhint %}

To start, navigate to your **Shopify admin -> Settings** and choose **Metafields and metaobjects** from the left panel. Next, click on **Products.**

Click the **Add definition** button to begin. Choose a name, we'll use '`cutline`'. Next, we will use a custom namespace. This is **required**.

A crucial step here is to change the **default namespace** (usually called '*custom*') to **`theme` :**

Add a description *(this is optional),* then **Select type**. Next, choose **Single line text** *(it's the default option):*

{% hint style="success" %}
Don't forget to **save** your changes.
{% endhint %}

#### Product setup <a href="#product-setup" id="product-setup"></a>

Now that our custom metafield has been defined, the final step is to edit any of your products in the **Shopify admin -> Products** and update the new `cutline` metafield.

All you need to do is scroll to the bottom of the product setup page and fill them in:

Don't forget to **save** your product and preview it on any product grid view, such as a collection page.


---

# 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://modular.presidiocreative.com/collections/modular-collection-pages/cutline.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.
