diff --git a/MAUI/Rich-Text-Editor/Migration.md b/MAUI/Rich-Text-Editor/Migration.md
index b68ff12cd..b2be6170c 100644
--- a/MAUI/Rich-Text-Editor/Migration.md
+++ b/MAUI/Rich-Text-Editor/Migration.md
@@ -175,5 +175,4 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/
* `Nested ScrollView:` RichTextEditor scroll behavior is incompatible with parent ScrollView containers and will be automatically disabled.
* `AutoSize Configuration:` To prevent off-screen rendering when AutoSize is enabled, configure the MaximumHeightRequest property to constrain the control within viewport boundaries.
* `Keyboard Interaction:` Toolbar visibility is affected when MaximumHeightRequest extends into the on-screen keyboard area, causing automatic hiding.
-* `Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only.
-
+* `Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only.
\ No newline at end of file
diff --git a/MAUI/Rich-Text-Editor/Toolbar.md b/MAUI/Rich-Text-Editor/Toolbar.md
new file mode 100644
index 000000000..7b23646b0
--- /dev/null
+++ b/MAUI/Rich-Text-Editor/Toolbar.md
@@ -0,0 +1,37 @@
+---
+layout: post
+title: Toolbar in .NET MAUI Rich Text Editor | Syncfusion®
+description: Learn here all about Toolbar features in Syncfusion® .NET MAUI Rich Text Editor (SfRichTextEditor) control.
+platform: maui
+control: Rich Text Editor
+documentation: ug
+---
+
+# Toolbar in .NET MAUI Rich Text Editor (SfRichTextEditor)
+
+## Toolbar position
+
+The Rich Text Editor allows you to position the toolbar at the top or bottom of the content area, depending on your layout requirements. By default, the toolbar appears at the top on Windows and macOS, and at the bottom on Android and iOS for better accessibility.
+
+{% tabs %}
+
+{% highlight xaml %}
+
+