> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/get-to-know-your-workspace/rich-text-editor.md).

# Rich Text Editor

The rich text editor empowers you to create visually engaging and informative content within your application. It provides a user-friendly interface that goes beyond basic text editing, allowing you to format, style, and structure your content like a pro.

The rich text editor offers a variety of tools to enhance the appearance and readability of your text:

* **Font Styles:** Bold, italicise, strikethrough or underline text to emphasise important points or differentiate content sections.
* **Font Size and Color:** Adjust the size and color of your text to create a hierarchy and improve visual clarity.
* **Text Alignment:** Align your text left, right, or justify to achieve a polished look and guide the reader's eye.
* **Bulleted and Numbered Lists:** Organise your content logically and improve readability with bulleted or numbered lists.
* **Text Indentation:** Indent paragraphs to create visual separation and improve readability.
* **Hyperlinks:** Embed links within your text to direct readers to relevant webpages or resources.
* **Tables:** Create tables to organise complex data and improve information presentation.
* **Images and Videos:** Embed images directly into your content to add visual interest and break up text.

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


---

# 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://docs.simplifyqa.ai/get-to-know-your-workspace/rich-text-editor.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.
