From 3f7c01b2b0e5bb27fe9122f99025e3e7a69693be Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Sat, 2 Aug 2025 05:10:24 +0530 Subject: [PATCH] docs: plan details for scripts Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- content/scripts/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/scripts/index.mdx b/content/scripts/index.mdx index fba5d2d8..4fb0ed2c 100644 --- a/content/scripts/index.mdx +++ b/content/scripts/index.mdx @@ -8,6 +8,8 @@ icon: 'code' NocoDB Scripts is a powerful automation engine that allows you to write JavaScript code to interact with your NocoDB bases. Scripts enable you to automate workflows, perform complex operations, transform data, and integrate with external services - all without leaving the NocoDB interface. +Scripts are available from the NocoDB Plus plan on the cloud, and with the Enterprise license in self-hosted environments. + ## Key Features - **JavaScript Environment**: Write and run JavaScript code directly in NocoDB