> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/paper/sections/content-and-media/rich-text.md).

# Rich text

### Section overview

The Text section provides a simple yet versatile content block with text, heading, and button elements that can be fully customized.

#### Common use cases

* Product descriptions or introductions
* Announcements or promotional messages
* Call-to-action areas with supporting text
* Mission statements or company information

#### Usage tips

* Keep text concise and focused for better readability
* Use this section with consistent spacing between other sections
* Consider text alignment based on your page layout (left alignment works best for readability)
* On mobile, ensure your text remains legible by previewing your content on different devices

### Section settings

| Setting              | Description                                                               |
| -------------------- | ------------------------------------------------------------------------- |
| Heading              | Optional heading text to display above the content                        |
| Content              | Rich text content area for your message                                   |
| Button label         | Text to display on the optional button                                    |
| Button URL           | Destination link for the button                                           |
| Spacing top          | Controls the top padding (0-300px)                                        |
| Spacing bottom       | Controls the bottom padding (0-300px)                                     |
| Color scheme         | Background and text color combination                                     |
| Border color         | Color of the section border                                               |
| Button color         | Style and color of the button                                             |
| Border position      | Position of decorative borders (top, bottom, both, or none)               |
| Horizontal alignment | Controls alignment of content (left, center, or right)                    |
| Visibility           | Controls display on different devices (all, mobile only, or desktop only) |

### Block settings

This section does not contain any blocks.


---

# 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.brickspacelab.com/paper/sections/content-and-media/rich-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.
