# Rich Text

Rich text displays text that’s formatted with standard formatting options, such as bold and italics, that are unavailable with plain text. The input value of Rich Text is HTML.

Rich Text is commonly paired with a [Rich Text Editor](/app-builder/app-construction/elements/form-elements/rich-text-editor.md) whose output is HTML. Rich Text will be able to display the text that’s entered into the Editor.

## Properties

![](/files/T9N3DQunEgWAf0unj0Ss)

**Default value:** HTML text to display. You can use the rich text editor here, or use the \</> code block to enter raw HTML.

See [Tooltip](/app-builder/app-construction/elements/tooltip.md) for tooltip configurations.

## Example

This is a piece of html, down below shows the difference between text element and rich text element.

```html
<p>Hi there&nbsp;<img src="https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f44b.png">, glad that you found us!</p>
```

![](/files/YRRXUPzxhZ6qtb7ddIqM)

{% hint style="info" %}
Using rich text along with rich text editor together, see tutorial[Rich text and rich text editor](/app-builder/popular-use-cases/rich-text-and-rich-text-editor.md)&#x20;
{% endhint %}

## Supported Events

No supported events.

## Supported Actions

**Set Rich Text:** Set the HTML text to display.

**Set Data:** Change element data. See [Data Store](/app-builder/app-construction/data-store.md).

**Set Loading:** Set loading animation. See [Set loading animations](/app-builder/popular-use-cases/set-loading-animations.md).

{% hint style="info" %}
Visit [Interactions](/app-builder/app-construction/interactions.md) for more on events and actions.
{% endhint %}


---

# 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://docs.acho.io/app-builder/app-construction/elements/web-elements/rich-text.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.
