# Rich Text Editor

The rich text editor allows you to edit and format your texts and gives advanced users a way to use their own HTML code in their texts.

![](/files/-MBnEZ5asAYrjka1M7IC)

1. **`Source`** let you edit the raw [HTML ](https://www.w3schools.com/whatis/whatis_html.asp)code of the text.
2. **`Media gallery`** let you select an image to insert from the [media gallery](/form-management/style-branding/media-gallery.md).
3. **`Pipe tags`** let you insert a [pipe tag](/form-management/form-designer/piping/text-data-piping.md) into your text.
4. **`Aligments`** let you justify or align the text from left, center or right.
5. **`Formatting`** let you format the background and font colors.
6. **`Fonts`** let you define a font family and define a size for your text.
7. **`Remove format`** removes any format from the text and revert it back to a plain text.

## 🔠 Rich text editing of questions texts

The default view while editing question's text is a plain text view, to enable rich text editing features you have to display the rich text editor on the question's [edition toolbar](/form-management/form-designer/questions/editing-a-question.md).

![](/files/-MBnA6fyXTbCy_O_VoYJ)

{% hint style="info" %}
If you would like to change the style of your questions texts globally on your survey you may do so using the [style editor](/form-management/style-branding/style-editor.md).
{% 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.ngsurvey.com/form-management/form-designer/rich-text-editor.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.
