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

# Text

The **Text** block allows you to display customizable headings and body text anywhere within a section. It's ideal for adding messaging, promotional content, or general information in a flexible layout.

<figure><img src="/files/iLMFxueXGP2sUc6ESEE8" alt="Picture depicting the Text block of the product pages section"><figcaption></figcaption></figure>

<table><thead><tr><th width="141.8515625">Settings</th><th width="120.1788330078125" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Heading</td><td align="center"><code>text</code></td><td>The main heading for the block.</td></tr><tr><td>Heading size</td><td align="center"><code>select</code></td><td>Adjusts the size of the heading text. Uses the body font family: <code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code></td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Rich text content that appears below the heading.</td></tr><tr><td>Text size</td><td align="center"><code>select</code></td><td>Sets the size of the body text. Auto-generated from base font size. Same options as heading size: <code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code></td></tr><tr><td>Text alignment</td><td align="center"><code>select</code></td><td>Aligns text content to the <code>Left</code> or <code>Centered</code>.</td></tr><tr><td>Layout</td><td align="center"><code>select</code></td><td>Controls the positioning of content: <code>Left</code> (stacked vertically) or <code>In-line</code>(horizontal layout).</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Adds space below the block.</td></tr></tbody></table>

## Notes

* **Text alignment** applies to both the heading and rich text content.
* The **Layout** option determines how the heading and text are arranged. Use 'In-line' for a horizontal style, especially useful in narrow content blocks.
* Font sizes inherit from your store's **body font family** for visual consistency.


---

# 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://broadcast.presidiocreative.com/product-theme-blocks/text.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.
