diff --git a/MAUI/Cartesian-Charts/Getting-Started.md b/MAUI/Cartesian-Charts/Getting-Started.md
index b78c3a0ec4..d7ab8cbcac 100644
--- a/MAUI/Cartesian-Charts/Getting-Started.md
+++ b/MAUI/Cartesian-Charts/Getting-Started.md
@@ -32,7 +32,7 @@ Before proceeding, ensure the following are set up:
2. Name the project and choose a location. Click **Next**.
3. Select the .NET framework version and click **Create**.
-## Step 2: Install the Syncfusion® .NET MAUI Charts Package
+## Step 2: Install the .NET MAUI Charts Package
1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.Maui.Charts](https://www.nuget.org/packages/Syncfusion.Maui.Charts/) and install the latest version.
@@ -131,11 +131,11 @@ Before proceeding, ensure the following are set up:
3. Select the project location, type the project name and press **Enter.**
4. Then choose **Create project.**
-## Step 2: Install the Syncfusion® .NET MAUI Charts Package
+## Step 2: Install the .NET MAUI Charts Package
1. Press Ctrl + ` (backtick) to open the integrated terminal in Visual Studio Code.
2. Ensure you're in the project root directory where your .csproj file is located.
-3. Run the command `dotnet add package Syncfusion.Maui.Charts` to install the Syncfusion® .NET MAUI Charts NuGet package.
+3. Run the command `dotnet add package Syncfusion.Maui.Charts` to install the .NET MAUI Charts NuGet package.
4. To ensure all dependencies are installed, run `dotnet restore`.
## Step 3: Register the handler
@@ -563,4 +563,6 @@ The following screenshot illustrates the result of the above code.

-You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CartesianChart_MAUI).
\ No newline at end of file
+You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CartesianChart_MAUI).
+
+N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Chart](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.
diff --git a/MAUI/Cartesian-Charts/Overview.md b/MAUI/Cartesian-Charts/Overview.md
index 480ff550e9..4675b9a934 100644
--- a/MAUI/Cartesian-Charts/Overview.md
+++ b/MAUI/Cartesian-Charts/Overview.md
@@ -23,3 +23,5 @@ The .NET MAUI chart provides a perfect way to visualize data with a high level o
* The Cartesian chart provides support for rendering multiple series at the same time, with options to compare and visualize two different series simultaneously.
* User friendly customization support. Cartesian chart provides various options for you to customize chart features, axis, labels, legends, series, etc., and visualize them accordingly.
+
+N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Chart](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.
diff --git a/MAUI/Circular-Charts/Getting-Started.md b/MAUI/Circular-Charts/Getting-Started.md
index 1740dc2e09..714132aa74 100644
--- a/MAUI/Circular-Charts/Getting-Started.md
+++ b/MAUI/Circular-Charts/Getting-Started.md
@@ -466,3 +466,5 @@ The following screenshot illustrates the result of the above code.

You can find the complete getting started sample from this [link](https://github.com/SyncfusionExamples/GettingStarted_CircularChart_MAUI).
+
+N> Looking for the full .NET MAUI Charts component overview, features, pricing, and documentation? Visit the [.NET MAUI Charts](https://www.syncfusion.com/maui-controls/maui-cartesian-charts) page.