diff --git a/docusaurus/docs/cloud/account/account-billing.md b/docusaurus/docs/cloud/account/account-billing.md index fbbf9d64db..2d1a35640b 100644 --- a/docusaurus/docs/cloud/account/account-billing.md +++ b/docusaurus/docs/cloud/account/account-billing.md @@ -49,7 +49,11 @@ Using the **Manage subscriptions** button, you can view and manage your subscrip ## Edit subscription -From the subscription management modal, you can view and modify any current subscription. +From the subscription management modal, you can view and modify any current subscription. This includes upgrading or downgrading to another plan. + +:::caution +If you choose to downgrade to another plan but your current usage exceeds the limits of that plan, you are taking the risk of getting charged for the overages. Not also that you may lose access to some features: for example, downgrading to the Developer plan which doesn't include the Backups feature, would make you lose all your project's backups. Please refer to [Usage & Billing](/cloud/getting-started/usage-billing) for more information. +::: -3. Choose a plan for your Strapi Cloud project: either Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information. +3. Choose a plan for your Strapi Cloud project: either Developer, Pro, Team, or the 14-days free trial. Feel free to refer to [Pricing](https://strapi.io/pricing-cloud) for more information. :::note Strapi Cloud offers a free trial for only one project and you will not need to share your credit card details to create your first project. Once the free trial has already been used for a previous project, the option will no longer appear in the plan selection. diff --git a/docusaurus/docs/cloud/getting-started/usage-billing.md b/docusaurus/docs/cloud/getting-started/usage-billing.md index f06ac8ef87..8ac5f87a32 100644 --- a/docusaurus/docs/cloud/getting-started/usage-billing.md +++ b/docusaurus/docs/cloud/getting-started/usage-billing.md @@ -8,17 +8,19 @@ sidebar_position: 3 This page contains general information related to the usage and billing of your Strapi Cloud account and projects. -Strapi Cloud offers a free 14 days trial for all new accounts, and 2 paid plans: Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits: - -| Feature | Free Trial | Pro | Team | -| --- | --- | --- | --- | -| **Seats** | 10 | 10 | 20 | -| **Database Entries** | 100,000 | 100,000 | 1,000,000 | -| **Assets Storage** | 5GB | 150GB | 500GB | -| **Assets Bandwidth** | 100GB | 500GB per month | 1,000GB per month | -| **API Requests** | 10,000 | 1,000,000 | 2,000,000 | -| **Audit Logs** | 7 days retention | N/A | 7 days retention | -| **Releases** | 3 pending releases | N/A | 3 pending releases | +Strapi Cloud offers a free 14 days trial for all new accounts, and 3 paid plans: Developer, Pro and Team (see [Pricing page](https://strapi.io/pricing-cloud)). The usage-based pricing for Strapi Cloud is based on the following criteria and limits: + +| Feature | Free Trial | Developer | Pro | Team | +| --- | --- | --- | --- | --- | +| **Seats** | 10 | 1 | 5 | 10 | +| **Database Entries** | 1,000 | 1,000 | 100,000 | 1,000,000 | +| **Assets Storage** | 5GB | 15GB | 150GB | 500GB | +| **Assets Bandwidth** | 50GB | 50GB per month | 500GB per month | 1,000GB per month | +| **API Requests** | 10,000 | 100,000 | 1,000,000 | 2,000,000 | +| | | | | | +| **Audit Logs** | 7 days retention | N/A | N/A | 7 days retention | +| **Releases** | 3 pending releases | N/A | N/A | 3 pending releases | +| **Review Workflows** | up to 2 | N/A | N/A | up to 2 | :::strapi Additional information on Strapi Cloud features - Seats are the maximum number of users that can access the Strapi admin panel. @@ -26,7 +28,9 @@ Strapi Cloud offers a free 14 days trial for all new accounts, and 2 paid plans: - Assets storage is the amount of storage used by your assets. - Assets bandwidth is the amount of bandwidth used by your assets. - API requests are the number of requests made to your APIs. This includes requests made to the GraphQL and REST APIs. -- Releases are the maximum number of pending [releases](/user-docs/releases/introduction) that can be created. +- Audit Logs refers to the maximum number of days for which the feature retains the activities that happened (see [Audit Logs in User Guide](/user-docs/settings/audit-logs) for more information). +- Releases refers to the maximum number of pending releases that can be created (see [Releases in User Guide](/user-docs/releases/introduction) for more information). +- Review Workflows refers to the maximum number of workflows that can be created and used (see [Review Workflows in User Guide](/user-docs/settings/review-workflows) for more information). ::: ## Seats management @@ -40,7 +44,8 @@ There is however a maximum number of seats that can be added per plan: | Plan | Maximum Seats | | --- | --- | | **Free Trial** | 10 | -| **Pro** | 30 | +| **Developer** | 3 | +| **Pro** | 20 | | **Team** | 50 | @@ -59,8 +64,8 @@ Overages are charged according to the following rates: | Feature | Rate | | --- | --- | | **API Requests** | $1.50 / 25k requests | -| **Asset Bandwidth** | $25.00 / 100GB | -| **Asset Storage** | $2.00/GB per month | +| **Asset Bandwidth** | $30.00 / 100GB | +| **Asset Storage** | $0.60/GB per month | ### Project suspension diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md index c923ad5aca..30790790e8 100644 --- a/docusaurus/docs/cloud/projects/settings.md +++ b/docusaurus/docs/cloud/projects/settings.md @@ -105,7 +105,7 @@ Default domain names are made of 2 randomly generated words followed by a hash. The *Backups* tab informs you of the status and date of the latest backup of your Strapi Cloud projects. The databases associated with all existing Strapi Cloud projects are indeed automatically backed up weekly and those backups are retained for a one-month period. :::note -The backup feature is not available for Strapi Cloud projects using the free trial. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up. +The backup feature is not available for Strapi Cloud projects using the free trial or the Developer plan. You will need to upgrade to either the Pro or Team plan to have your project automatically backed up. Note also that only project owners can restore a backup. Maintainers have access to the *Backups* tab but the **Restore backup** button won't be displayed for them. Refer to [Collaboration](/cloud/projects/collaboration) for more information. ::: @@ -166,5 +166,5 @@ In the Usage section of the *Billing* tab, you can see the current monthly usage ### Managing project's subscription -Using the **Manage subscriptions** button, you can view and manage your project's subscription. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal. +Using the **Manage subscriptions** button, you can view your current project's subscription, manage it and upgrade or downgrade to another plan. Please refer to [Account management > Account billing details](/cloud/account/account-billing) for the full documentation of the subscription management modal. \ No newline at end of file diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index dc7f92e2ca..fcccf27a3c 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -697,7 +697,7 @@ const sidebars = { type: "doc", id: "cloud/getting-started/usage-billing", customProps: { - updated: false, + updated: true, }, }, "cloud/getting-started/caching", @@ -719,7 +719,7 @@ const sidebars = { label: "Project settings", id: "cloud/projects/settings", customProps: { - new: false, + updated: true, }, }, 'cloud/projects/collaboration', @@ -741,7 +741,14 @@ const sidebars = { label: "Account management", items: [ 'cloud/account/account-settings', - 'cloud/account/account-billing', + { + type: "doc", + id: "cloud/account/account-billing", + label: "Account billing details", + customProps: { + updated: true, + }, + }, ] }, { diff --git a/docusaurus/static/img/assets/cloud/project-creation-1.png b/docusaurus/static/img/assets/cloud/project-creation-1.png index bef755e94b..deafa9ec65 100644 Binary files a/docusaurus/static/img/assets/cloud/project-creation-1.png and b/docusaurus/static/img/assets/cloud/project-creation-1.png differ diff --git a/docusaurus/static/img/assets/cloud/project-creation-1_DARK.png b/docusaurus/static/img/assets/cloud/project-creation-1_DARK.png index aa6d1277c2..fe1b2d4648 100644 Binary files a/docusaurus/static/img/assets/cloud/project-creation-1_DARK.png and b/docusaurus/static/img/assets/cloud/project-creation-1_DARK.png differ