doc(business plan): Update docs for Business plan feature availability (#4362)

This commit is contained in:
Rowena Jones
2026-03-17 14:42:58 +01:00
committed by GitHub
parent 9d470ae309
commit 330fb0fcd3
7 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/// info | Feature availability
* Available on Enterprise.
* Available on Business and Enterprise plans.
* You must be an n8n instance owner or instance admin to enable and configure source control.
* Instance owners and instance admins can push changes to and pull changes from the connected repository.
* Project admins can push changes to the connected repository. They can't pull changes from the repository.

View File

@@ -8,7 +8,7 @@ contentType: howto
/// info | Feature availability
Available on all Cloud plans, and Enterprise self-hosted plans.
Available on all Cloud plans, and Business and Enterprise self-hosted plans.
///
You can share a credential directly with other users to use in their own workflows. Or share a credential in a [project](/glossary.md#project-n8n) for all members of that project to use. Any users using a shared credential won't be able to view or edit the credential details.

View File

@@ -26,7 +26,7 @@ The community edition doesn't include these features:
- Sharing ([workflows](/workflows/sharing.md), [credentials](/credentials/credential-sharing.md)) (Only the instance owner and the user who creates them can access workflows and credentials)
- [Version control using Git](/source-control-environments/index.md)
These features are available on the Enterprise Cloud plan, including the self-hosted Enterprise edition. Some of these features are available on the Starter and Pro Cloud plan.
These features are available on: the Enterprise Cloud plan, including the self-hosted Enterprise edition. Some of these features are available on the Starter and Pro Cloud plans, and the Business self-hosted plan.
See [pricing](https://n8n.io/pricing/) for reference.

View File

@@ -10,7 +10,7 @@ hide:
# Self-hosting n8n
This section provides guidance on setting up n8n for both the Enterprise and Community self-hosted editions. The Community edition is free, the Enterprise edition isn't.
This section provides guidance on setting up self-hosted n8n. All self-hosted installations use the same core product. Without a license key, n8n runs as the free Community edition. Adding a Business or Enterprise license key enables those editions.
See [Community edition features](/hosting/community-edition-features.md) for a list of available features.

View File

@@ -7,7 +7,7 @@ contentType: howto
# Set up Single Sign-On (SSO)
/// info | Feature availability
* Available on Enterprise plans.
* Available on Business and Enterprise plans.
* You need to be an instance owner or admin to enable and configure SAML or OIDC.
///

View File

@@ -7,12 +7,12 @@ contentType: explanation
Insights gives instance owners and admins visibility into how workflows perform over time. This feature consists of three parts:
- [**Insights summary banner**](#insights-summary-banner): Shows key metrics about your instance from the last 7 days at the top of the overview space.
- [**Insights summary banner**](#insights-summary-banner): Shows key metrics about your instance from the last 7 days at the top of the **Overview** space.
- [**Insights dashboard**](#insights-dashboard): A more detailed visual breakdown with per-workflow metrics and historical comparisons.
- [**Time saved (Workflow ROI)**](#setting-the-time-saved-by-a-workflow): For each workflow, you can choose to set a fixed amount of time saved per workflow, or dynamically calculate time saved based on the execution path taken on a specific workflow.
/// info | Feature availability
The insights summary banner displays activity from the last 7 days for all plans. The insights dashboard is only available on Pro (with limited date ranges) and Enterprise plans.
The insights summary banner displays activity from the last 7 days for all plans. The insights dashboard is only available on Pro, Business, and Enterprise plans.
///
## Insights summary banner
@@ -27,7 +27,7 @@ n8n collects several metrics for both the insights summary banner and dashboard.
## Insights dashboard
Those on the Pro and Enterprise plans can access the **Insights** section from the side navigation. Each metric from the summary banner is also clickable, taking you to the corresponding chart.
Access the **Insights** section from the side navigation. Each metric from the summary banner is also clickable, taking you to the corresponding chart.
The insights dashboard also has a table showing individual insights from each workflow including total production executions, failed production executions, failure rate, time saved, and run time average.
@@ -36,6 +36,7 @@ The insights dashboard also has a table showing individual insights from each wo
By default, the insights summary banner and dashboard show a rolling 7 day window with a comparison to the previous period to identify increases or decreases for each metric. On the dashboard, paid plans also display data for other date ranges:
- Pro: 7 and 14 days
- Business: 24 hours, 7 days, 14 days, 30 days.
- Enterprise: 24 hours, 7 days, 14 days, 30 days, 90 days, 6 months, 1 year
## Setting the time saved by a workflow

View File

@@ -6,7 +6,7 @@ contentType: howto
# Security settings
/// info | Feature availability
Security settings are available on Enterprise plans. Some settings require specific license features. Settings that aren't available on your plan display an **Upgrade** badge.
Security settings are available on Business and Enterprise plans. Some settings require specific license features. Settings that aren't available on your plan display an **Upgrade** badge.
///
Security settings let you manage instance-wide security policies. You can enforce two-factor authentication for all users and control what users can do in their personal spaces.