diff --git a/MAUI/Rich-Text-Editor/Migration.md b/MAUI/Rich-Text-Editor/Migration.md
index b68ff12cd..33e367d72 100644
--- a/MAUI/Rich-Text-Editor/Migration.md
+++ b/MAUI/Rich-Text-Editor/Migration.md
@@ -177,3 +177,6 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/
* `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.
+## Breaking Changes
+
+* `Multiple selection:` The workflow for selecting multiple toolbar items has been significantly enhanced for better usability and efficiency.
\ 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 %}
+
+