Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/scripts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="info">Scripts are available from the NocoDB Plus plan on the cloud, and with the Enterprise license in self-hosted environments.</Callout>

## Key Features

- **JavaScript Environment**: Write and run JavaScript code directly in NocoDB
Expand Down
Loading