diff --git a/_snippets/source-control-environments/feature-availability.md b/_snippets/source-control-environments/feature-availability.md index af0a59db7..b8b502816 100644 --- a/_snippets/source-control-environments/feature-availability.md +++ b/_snippets/source-control-environments/feature-availability.md @@ -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. diff --git a/docs/credentials/credential-sharing.md b/docs/credentials/credential-sharing.md index 51f3fee01..6e3e01fff 100644 --- a/docs/credentials/credential-sharing.md +++ b/docs/credentials/credential-sharing.md @@ -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. diff --git a/docs/hosting/community-edition-features.md b/docs/hosting/community-edition-features.md index 044f54fc6..11924bce3 100644 --- a/docs/hosting/community-edition-features.md +++ b/docs/hosting/community-edition-features.md @@ -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. diff --git a/docs/hosting/index.md b/docs/hosting/index.md index 18a88eff2..127046072 100644 --- a/docs/hosting/index.md +++ b/docs/hosting/index.md @@ -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. diff --git a/docs/hosting/securing/set-up-sso.md b/docs/hosting/securing/set-up-sso.md index 628136e9a..930d32c1a 100644 --- a/docs/hosting/securing/set-up-sso.md +++ b/docs/hosting/securing/set-up-sso.md @@ -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. /// diff --git a/docs/insights.md b/docs/insights.md index 269066a82..dc1accab2 100644 --- a/docs/insights.md +++ b/docs/insights.md @@ -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 diff --git a/docs/security-settings.md b/docs/security-settings.md index 553a57687..87270e2dd 100644 --- a/docs/security-settings.md +++ b/docs/security-settings.md @@ -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.