diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 9b63d5893..448fbc098 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -1379,7 +1379,7 @@
Interaction Mode
- Form Designer
+ Forms
- Overview
- Fill form fields
diff --git a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md
index 4803b5bb8..6191c5535 100644
--- a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md
+++ b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md
@@ -14,6 +14,9 @@ The Angular PDF Viewer component provides an Organize Pages panel that helps you
To open the Organize Pages panel, load a document, ensure that the Organize Pages toolbar item is enabled, and choose **Organize Pages** from the left vertical toolbar. The document must allow page-level edits; otherwise, the toolbar item is hidden.
+Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
+
The Organize Pages panel supports the following actions:
* **Rotate pages**: Fix page orientation in 90-degree increments to correct scanned pages.
diff --git a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.md b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.md
index f7b59da21..e47bc762b 100644
--- a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.md
+++ b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.md
@@ -12,6 +12,9 @@ domainurl: ##DomainURL##
The PDF Viewer provides comprehensive programmatic support for organizing pages, allowing you to integrate and manage PDF functionalities directly within your application. This section details the available APIs to enable, control, and interact with the page organization features.
+Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
+
## Enable or disable the page organizer
The page organizer feature can be enabled or disabled using the `enablePageOrganizer` property. By default, this feature is enabled.
diff --git a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md
index 390f79487..a09b2b50d 100644
--- a/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md
+++ b/Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md
@@ -12,6 +12,9 @@ domainurl: ##DomainURL##
The PDF Viewer provides an intuitive user interface for managing and organizing pages within a PDF document. This section covers the various UI interactions available in the `Organize Pages` dialog.
+Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
+
## Rotating PDF pages
You can adjust the orientation of pages to ensure proper alignment. The rotate icon in the Organize Pages dialog provides the following options:
diff --git a/Document-Processing/PDF/PDF-Viewer/angular/organize-pdf-overview.md b/Document-Processing/PDF/PDF-Viewer/angular/organize-pdf-overview.md
deleted file mode 100644
index eb9cfacbc..000000000
--- a/Document-Processing/PDF/PDF-Viewer/angular/organize-pdf-overview.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: post
-title: Organize pages in Angular PDF Viewer | Syncfusion
-description: Learn how to reorder, rotate, insert, delete, and save pages with the Syncfusion Angular PDF Viewer component.
-platform: document-processing
-control: PDF Viewer
-documentation: ug
-domainurl: ##DomainURL##
----
-
-# Organize pages in Angular PDF Viewer
-
-The Angular PDF Viewer component provides an Organize Pages panel that helps you prepare documents before sharing them. Use it to tidy scanned files, move pages into the right order, and duplicate important content without leaving the viewer.
-
-To open the Organize Pages panel, load a document, ensure that the Organize Pages toolbar item is enabled, and choose **Organize Pages** from the left vertical toolbar. The document must allow page-level edits; otherwise, the toolbar item is hidden.
-
-The Organize Pages panel supports the following actions:
-
-* **Rotate pages**: Fix page orientation in 90-degree increments to correct scanned pages.
-* **Rearrange pages**: Drag and drop thumbnails to update the reading order.
-* **Insert new pages**: Add blank pages at the required position.
-* **Delete pages**: Remove pages that are no longer needed.
-* **Copy pages**: Duplicate selected pages to reuse content elsewhere in the document.
-* **Import a PDF document**: Merge the current document with pages from another PDF file.
-* **Select all pages**: Apply bulk actions, such as rotation or deletion, to every page.
-* **Save updates**: Review changes in real time and use **Save** or **Save As** to download the revised document.
-
-After completing the changes, apply them by selecting **Save** to overwrite the current document or **Save As** to download a new copy that retains the updated page order.
-
-For a full guide to Organize Pages in Angular, see the feature landing page: [Organize pages in Angular PDF Viewer](./organize-pdf).
-
-See also:
-
-- [UI interactions for Organize Pages](./organize-pdf/ui-interactions-organize-page)
-- [Toolbar items for Organize Pages](./organize-pdf/toolbar-organize-page)
-- [Programmatic support for Organize Pages](./organize-pdf/programmatic-support-for-organize-page)
-- [Organize Pages events](./organize-pdf/organize-pdf-events)
-- [Organize Pages in mobile view](./organize-pdf/organize-page-mobile-view)
-
diff --git a/Document-Processing/PDF/PDF-Viewer/react/forms/form-designer.md b/Document-Processing/PDF/PDF-Viewer/react/forms/form-designer.md
index aac8d316e..1373b5c84 100644
--- a/Document-Processing/PDF/PDF-Viewer/react/forms/form-designer.md
+++ b/Document-Processing/PDF/PDF-Viewer/react/forms/form-designer.md
@@ -14,6 +14,9 @@ When **Form Designer mode** is enabled in the Syncfusion [React PDF Viewer](http
Using the Form Designer UI, users can place form fields on the PDF, move and resize them, configure field and widget properties, preview the designed form, and remove fields when required. The Form Designer toolbar can also be shown or hidden and customized to control the available tools based on application requirements, enabling flexible and interactive form design directly within the viewer.
+Check the following video to learn how to work with form Designer in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
+
## Key Features
**Add Form Fields**
diff --git a/Document-Processing/PDF/PDF-Viewer/react/forms/form-filling.md b/Document-Processing/PDF/PDF-Viewer/react/forms/form-filling.md
index b8dbb6a36..edbbb456e 100644
--- a/Document-Processing/PDF/PDF-Viewer/react/forms/form-filling.md
+++ b/Document-Processing/PDF/PDF-Viewer/react/forms/form-filling.md
@@ -24,6 +24,9 @@ The Syncfusion PDF Viewer supports three types of form-filling:
The PDF Viewer allows you to import form field data into an existing PDF document. This enables pre filled forms using external data sources.
+Check the following video to learn how to work with form filling in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
+
## Fill PDF forms programmatically
You can update the values of PDF form fields programmatically using the [updateFormFieldsValue](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#updateformfieldsvalue) API. This method allows you to set or modify form field values dynamically based on application logic, without user interaction.
diff --git a/Document-Processing/PDF/PDF-Viewer/react/forms/overview-create-forms.md b/Document-Processing/PDF/PDF-Viewer/react/forms/overview-create-forms.md
index f370aaac8..009743b70 100644
--- a/Document-Processing/PDF/PDF-Viewer/react/forms/overview-create-forms.md
+++ b/Document-Processing/PDF/PDF-Viewer/react/forms/overview-create-forms.md
@@ -12,6 +12,9 @@ documentation: ug
The [React PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/overview) allows you to create interactive PDF form fields, update their behavior and appearance, and remove them when they are no longer needed.
All form field operations can be performed using either the [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/react/#/tailwind3/pdfviewer/form-designer) or [React APIs.](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/overview)
+Check the following video to learn how to work with form Designer in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
+
This section explains how to:
- [Create PDF form fields](./manage-form-fields/create-form-fields)
diff --git a/Document-Processing/PDF/PDF-Viewer/react/forms/overview.md b/Document-Processing/PDF/PDF-Viewer/react/forms/overview.md
index dec60d235..79f511ae3 100644
--- a/Document-Processing/PDF/PDF-Viewer/react/forms/overview.md
+++ b/Document-Processing/PDF/PDF-Viewer/react/forms/overview.md
@@ -13,6 +13,9 @@ The Syncfusion PDF Viewer delivers a complete, easy-to-use PDF forms experience.
The viewer also includes smooth import and export support for form data, making integration effortless. Developers benefit from extensive API control, while end users enjoy a clean and simple interface designed for a seamless and stress-free form-filling experience.
+Check the following video to learn how to work with form Designer in React PDF Viewer.
+{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
+
## Filling PDF Forms
Experience effortless PDF form filling through a clean, intuitive UI or automated workflows using powerful APIs. Flexible form data import and export support ensures smooth and efficient operations when working with PDF forms.