> 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/text-block.md).

# Text block

In the Product template, you can add a **Text block** for additional information within the product form.

## **Add text block**

***

Under **Product overview**, click **(+) Add block** and select **Text**. Use the drag-and-drop handles **`⋮⋮`** to re-order blocks. Click the block to start adding content.

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Under **Product overview**, click **(+) Add block** and select **Text block**.
2. Click the new **Text block** block to open the settings.
3. Add a short sentence or two. Use the formatting buttons to add text styles, links, or lists.

   > To learn more, see Shopify's [Rich text editor guide](https://help.shopify.com/en/manual/shopify-admin/productivity-tools/rich-text-editor#format-text-with-the-rich-text-editor).
4. Set the **Text size** to **Small**, **Medium**, or **Large**.
5. Select which **Column** to display the Text block: Either the **Right** (in the product form) or on the **Left** (beneath the product media).
6. Click **Save**.

</details>

`Click Text block to find settings`

<table><thead><tr><th width="166">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Column</mark></td><td>Display the block in either the Right column (in the product form) or the Left column (beneath the product media).</td></tr><tr><td><mark style="color:blue;">Text size</mark></td><td>Change the font size of the text from small (1) to large (8).</td></tr><tr><td><mark style="color:blue;">Text</mark></td><td>Add text with additional information or marketing for your customers.</td></tr></tbody></table>

\\

***

> **Related links**
>
> [Product template](/cornerstone/product-pages/product-template.md)\
> [Image block](/cornerstone/product-pages/product-page-blocks/image-block.md)\
> [Image with text block](/cornerstone/product-pages/product-page-blocks/image-with-text-block.md)


---

# 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/text-block.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.
