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