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

# Rich text

***

### 1. Our guide to set up a Rich text section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section**.
* Select **Rich text**.
* Click **Save**.
  {% endhint %}

<figure><img src="/files/xunLPyiKSK7KFQ3VEJTs" alt=""><figcaption></figcaption></figure>

### **2. Section blocks:**

<figure><img src="/files/FA3nhfPyujB5jMNnhmeT" alt=""><figcaption></figcaption></figure>

* **Heading**: Enter heading text to display as a section title

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/52776df8-4c01-441e-afad-2dd2fc9c51a6/Screenshot%202023-11-13%20at%204.35.10%20PM.png" alt=""><figcaption></figcaption></figure>

* **Text**: Add text to be displayed below the heading text.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/0a505f67-dfa0-4a67-8d31-a87359f0a23b/Screenshot%202023-11-13%20at%204.38.36%20PM.png" alt=""><figcaption></figcaption></figure>

* **Button**: Add custom text for your call-to-action button, and fill in the link to a page where the button will redirect when clicked.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/159c84ce-498b-40f2-a12e-80e31e195971/Screenshot%202023-11-13%20at%204.39.50%20PM.png" alt=""><figcaption></figcaption></figure>

### **3. Rich text section settings:**

* Click on the **Rich text** section to open the section settings.

<figure><img src="/files/OdonPs7fROZSwptvzMhZ" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Content alignment" %}
You can hoose how the text in this section should be aligned: *Left,* *Center, or Right*.

<figure><img src="/files/w8F9yeDvFTPUyJDOB5Q9" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Color scheme" %}
You can assign a color for the section using the color scheme.

<figure><img src="/files/eXPOyWdfFbtmp6pDuIG2" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Section padding" %}
You can add top padding and bottom padding to the section's content.

<figure><img src="/files/s3rpcO8TFaZ3D35WRBMz" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/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.
