# Rich text

The Rich text portlet can be used to display text, links, and images through a text editor. It can also display information using variables that contain data from other portlets by listening to events from those portlets.

## General

General data is required for all portlets, see [General](/flow-connect/reference/reference/portal/design-items/common-portlet-configuration/general.md).

## Events

To set up an event, see [Events](/flow-connect/reference/reference/portal/design-items/common-portlet-configuration/events.md).

## Content

Add the text in the content area. The text can be configured in various ways, including bolding, font selection, font size, and color. The text portlet supports text, hyperlinks, and images from links.

## Style

To configure style, see [Style](/flow-connect/reference/reference/portal/design-items/common-portlet-configuration/style.md).


---

# 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.novacura.com/flow-connect/reference/reference/portal/design-items/portlets/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.
