> For the complete documentation index, see [llms.txt](https://help.fluorescent.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fluorescent.co/cornerstone/product-pages/product-page-blocks/description.md).

# Description

The **Description** block displays the product description as added in your Shopify admin.

{% hint style="success" %}
Product descriptions are added in the Shopify admin. Themes cannot modify product descriptions. See [Shopify's product guide](https://help.shopify.com/en/manual/products/details#title-and-description) to learn more.
{% endhint %}

## Set up description block

***

Change the **title** and **text size** of the description block, then choose to display the description as a **collapsible row**.

`Click Description block to find settings`

<table><thead><tr><th width="198">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Title</mark></td><td>Enter text to display as a heading. (Default: "Description")</td></tr><tr><td><mark style="color:blue;">Text size</mark></td><td>Change the text size to <strong>Small</strong>, <strong>Regula</strong>r, or <strong>Large</strong>.</td></tr><tr><td><mark style="color:blue;">Column</mark></td><td>Display the description in the <strong>Left</strong> or <strong>Right</strong> column.</td></tr><tr><td><mark style="color:blue;">Truncate text</mark></td><td>Hide text after a selected number of lines and show a ‘more’ button that reveals the full description.</td></tr><tr><td><mark style="color:blue;">Display as collapsible row</mark></td><td>Show an expandable title that reveals the description when clicked.</td></tr><tr><td><mark style="color:blue;">Expand by default</mark></td><td>Display the collapsible row as open with the description revealed.</td></tr></tbody></table>


---

# 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://help.fluorescent.co/cornerstone/product-pages/product-page-blocks/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.
