diff --git a/aspnetmvc/Licensing/overview.md b/aspnetmvc/Licensing/overview.md
index 96e5eea7..726ea5e2 100644
--- a/aspnetmvc/Licensing/overview.md
+++ b/aspnetmvc/Licensing/overview.md
@@ -33,6 +33,16 @@ This application was built using a trial version of Syncfusion Essential Studio.
+## Registering license keys in server
+
+| Source of Syncfusion assemblies | Details | License Key needs to be registered? | Where to get license key from |
+| ------------- | ------------- | ------------- | ------------- |
+| **NuGet package** | If the Syncfusion assemblies used in the build server are downloaded via Syncfusion NuGet packages, then there is no need to install any installation. The required Syncfusion NuGet packages are available from [nuget.org](http://nuget.org/).
However, if we use NuGet packages from [nuget.org](http://nuget.org/), we must register the Syncfusion license key in the application. | Yes | Any developer license can be used to [generate license keys](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) for build environments also |
+| **Trial installer** | If we used trial Syncfusion assemblies in the build server, we should register the corresponding version and platform license key in the application to avoid the trial license warning. | Yes | Any developer trial license can be used to [generate license keys](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate) for build environments also |
+| **Licensed installer** |There is no need to register the licence keys if the Syncfusion assemblies used in the build server were obtained from a licenced installer.
You can [download](https://help.syncfusion.com/common/essential-studio/installation/web-installer/how-to-download#download-the-license-version) and [install](https://help.syncfusion.com/aspnetmvc/installation/web-installer/how-to-install) the licensed version of our installer. | No | Not applicable |
+
+You can [download](https://help.syncfusion.com/aspnetmvc/installation/web-installer/how-to-download#download-the-license-version)) and [install](https://help.syncfusion.com/aspnetmvc/installation/web-installer/how-to-install) the licensed version of our installer.
+
## See Also
* [How to Generate Syncfusion ASP.NET MVC License Key?](https://help.syncfusion.com/aspnetmvc/licensing/how-to-generate)