diff --git a/src/Cake.Common/Tools/Chocolatey/ChocolateyAliases.cs b/src/Cake.Common/Tools/Chocolatey/ChocolateyAliases.cs
index 0ed5e6fa9c..331a82d9d3 100644
--- a/src/Cake.Common/Tools/Chocolatey/ChocolateyAliases.cs
+++ b/src/Cake.Common/Tools/Chocolatey/ChocolateyAliases.cs
@@ -1146,6 +1146,7 @@ public static void ChocolateyNew(this ICakeContext context, string packageId, Ch
///
/// Downloads a Chocolatey package to the current working directory.
+ /// Requires Chocolatey licensed edition.
///
/// The context.
/// The id of the package to download.
@@ -1165,6 +1166,9 @@ public static void ChocolateyDownload(this ICakeContext context, string packageI
///
/// Downloads a Chocolatey package using the specified settings.
+ /// Requires Chocolatey licensed edition.
+ /// Features requiring Chocolatey for Business or a minimum version are documented
+ /// in .
///
/// The context.
/// The id of the package to install.
diff --git a/src/Cake.Common/Tools/Chocolatey/Download/ChocolateyDownloader.cs b/src/Cake.Common/Tools/Chocolatey/Download/ChocolateyDownloader.cs
index 8c24545dc7..67c9eede83 100644
--- a/src/Cake.Common/Tools/Chocolatey/Download/ChocolateyDownloader.cs
+++ b/src/Cake.Common/Tools/Chocolatey/Download/ChocolateyDownloader.cs
@@ -36,6 +36,9 @@ public ChocolateyDownloader(
///
/// Downloads Chocolatey packages using the specified package id and settings.
+ /// Requires Chocolatey licensed edition.
+ /// Features requiring Chocolatey for Business or a minimum version are documented
+ /// in .
///
/// The source package id.
/// The settings.