diff --git a/MAUI/Scheduler/AI-Powered-Smart-Scheduler.md b/MAUI/Scheduler/AI-Powered-Smart-Scheduler.md
index 8ec0f13cef..440d330b97 100644
--- a/MAUI/Scheduler/AI-Powered-Smart-Scheduler.md
+++ b/MAUI/Scheduler/AI-Powered-Smart-Scheduler.md
@@ -9,7 +9,7 @@ documentation: ug
# AI-powered Appointment Booking with .NET MAUI Scheduler (SfScheduler)
-This guide walks you through building a smart scheduling interface using .NET MAUI Scheduler ([SfScheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html)) powered by AI via Azure OpenAI. Utilizing the new AI AssistView ([SfAIAssistView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html)) control, users can easily book appointments and check resource availability with the help of AI assistance.
+This guide walks you through building a smart scheduling interface using [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) ([SfScheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html)) powered by AI via Azure OpenAI. Utilizing the new AI AssistView ([SfAIAssistView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.AIAssistView.SfAIAssistView.html)) control, users can easily book appointments and check resource availability with the help of AI assistance.
## Integrating Azure OpenAI with the .NET MAUI App
diff --git a/MAUI/Scheduler/Customization.md b/MAUI/Scheduler/Customization.md
index b55473a9d8..fe8ff71683 100644
--- a/MAUI/Scheduler/Customization.md
+++ b/MAUI/Scheduler/Customization.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Customization of .NET MAUI Scheduler
-Customization of the .NET MAUI Scheduler lets you adjust its views, appearance, and functionality to match your application requirements.
+Customization of the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) lets you adjust its views, appearance, and functionality to match your application requirements.
## Change different scheduler views
diff --git a/MAUI/Scheduler/agenda-view.md b/MAUI/Scheduler/agenda-view.md
index 9eba63ba97..5a485d0427 100644
--- a/MAUI/Scheduler/agenda-view.md
+++ b/MAUI/Scheduler/agenda-view.md
@@ -375,7 +375,7 @@ this.Content = scheduler;
## Agenda appointment template
-The Syncfusion .NET MAUI Scheduler allows users to customize the visual representation of agenda appointments by defining data templates, enhancing usability within the application. Users can customize the appointment text, icon, image, or view based on their needs and appointment details.
+The [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) allows users to customize the visual representation of agenda appointments by defining data templates, enhancing usability within the application. Users can customize the appointment text, icon, image, or view based on their needs and appointment details.
{% tabs %}
{% highlight XAML hl_lines="5" %}
diff --git a/MAUI/Scheduler/getting-started.md b/MAUI/Scheduler/getting-started.md
index 3f146781f0..bbc7974314 100644
--- a/MAUI/Scheduler/getting-started.md
+++ b/MAUI/Scheduler/getting-started.md
@@ -12,7 +12,7 @@ keywords : .net maui scheduler, .net maui horizontal scheduler, maui appointment
This section explains how to populate the appointments to the Scheduler as well as the essential aspects for getting started with the Scheduler and also provides a walk-through to configure the [.NET MAUI Scheduler](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Scheduler.SfScheduler.html) control in a real-time scenario. Follow the steps below to add a .NET Scheduler control to your project.
-To quickly get started with the .NET MAUI Scheduler, watch this video.
+To quickly get started with the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler), watch this video.
{% youtube "https://www.youtube.com/watch?v=Io2ElO8ORSQ" %}
@@ -326,6 +326,6 @@ this.scheduler.AppointmentsSource = appointment;
{% endhighlight %}
{% endtabs %}
-N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted)
+N> [View sample in GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/GettingStarted). Looking for the full .NET MAUI Scheduler component overview, features, pricing, and documentation? Visit the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) page.

\ No newline at end of file
diff --git a/MAUI/Scheduler/migration.md b/MAUI/Scheduler/migration.md
index 883c7030e0..5182dbe98a 100644
--- a/MAUI/Scheduler/migration.md
+++ b/MAUI/Scheduler/migration.md
@@ -610,7 +610,7 @@ Appointments.Add(new SchedulerAppointment()
Background = Brush.LightSkyBlue,
});
-//Adding the scheduler appointment collection to the AppointmentsSource of the .NET MAUI Scheduler.
+//Adding the scheduler appointment collection to the AppointmentsSource of the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler).
scheduler.AppointmentsSource = Appointments;
this.Content = scheduler;
diff --git a/MAUI/Scheduler/overview.md b/MAUI/Scheduler/overview.md
index b1e5bdf57e..08fc783c4e 100644
--- a/MAUI/Scheduler/overview.md
+++ b/MAUI/Scheduler/overview.md
@@ -10,7 +10,7 @@ keywords : .net maui scheduler, maui appointment scheduling, .net maui agenda vi
# Overview of .NET MAUI Scheduler (SfScheduler)
-The Syncfusion® .NET MAUI Scheduler (SfScheduler) has nine different types of built-in configurable view modes that provides all the common scheduling functionalities to display appointments in different views, and allows users to create and manage appointments efficiently. It exposes user interface for custom working days and hours, and basic operations such as viewing daily/all day/spanned appointments, date navigation, selection, and Data binding to different sources.
+The [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) (SfScheduler) has nine different types of built-in configurable view modes that provides all the common scheduling functionalities to display appointments in different views, and allows users to create and manage appointments efficiently. It exposes user interface for custom working days and hours, and basic operations such as viewing daily/all day/spanned appointments, date navigation, selection, and Data binding to different sources.

@@ -62,4 +62,6 @@ The Syncfusion® .NET MAUI Scheduler (SfScheduler) has nine differ
* **Custom start and end hours**: The event scheduler timeslot view can be displayed with specific time durations by hiding the unwanted hours.
- 
\ No newline at end of file
+ 
+
+ N> Looking for the full .NET MAUI Scheduler component overview, features, pricing, and documentation? Visit the [.NET MAUI Scheduler](https://www.syncfusion.com/maui-controls/maui-scheduler) page.