# Text Editor (Radzen)

There are now two rich text editors in ZauberCMS, TinyMCE and [Radzen Rich Text editor](https://blazor.radzen.com/html-editor?theme=material\&wcag=false). The Radzen editor is the most simple and has no configuration settings and no need for an API key

<figure><img src="/files/KP1TeHQ1CKzm6fTJ8dHv" alt=""><figcaption><p>Radzen RTE</p></figcaption></figure>

#### Example of getting value on page

```csharp
@((MarkupString)(Content!.GetValue<string>("PropertyAliasHere") ?? string.Empty))
```

We have to use the `(MarkupString)` on HTML content in Blazor


---

# 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://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/text-editor-radzen.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.
