diff --git a/doc/md/cloud/pricing.mdx b/doc/md/cloud/pricing.mdx new file mode 100644 index 00000000000..979a285de8b --- /dev/null +++ b/doc/md/cloud/pricing.mdx @@ -0,0 +1,40 @@ +--- +title: Pricing +id: pricing +slug: /cloud/pricing +--- + +Atlas Cloud offers three pricing plans: + +1. **Free Plan** - for individuals and small teams that want to unlock the full potential of Atlas. This plan will remain +free forever and provides full access to all the capabilities of Atlas as a CLI as well as access to enough Atlas Cloud +quota to successfully manage a single project. Support is provided via public [community support](https://atlasgo.io/support) +channels. + +2. **Business Plan** - for teams professionally using Atlas beyond a single project. This plan has the same features and +capabilities as the Free Plan but allows teams to purchase additional quotas if required. In addition, teams subscribed +to this plan will get access to priority email support and in-app support via Intercom. + +3. **Enterprise Plan** - for larger organizations looking to solve schema management at scale. This plan includes a +dedicated support channel, solution engineering, and other features required for adoption by enterprises. + +For a full list of the features in each plan, click [here](https://atlasgo.cloud/pricing). + +## Upgrading your Pricing Plan + +### Free to Business +To upgrade your plan from Free to Business, log in to your [Atlas Cloud](https://auth.atlasgo.cloud/login) account and click on the 'Settings' tab. + +![](https://atlasgo.io/uploads/cloud/images/pricing-settings.png) + +Under the 'Plan' tab, click the 'Upgrade' button. Note, to access the Plan tab you must be an admin of the organization. + +![](https://atlasgo.io/uploads/cloud/images/pricing-modal.png) + +Add the desired resources and proceed to checkout. + +That's it! + +### Business to Enterprise +To upgrade your plan from Business to Enterprise, send an email to . + diff --git a/doc/website/sidebars.js b/doc/website/sidebars.js index 228e39f0786..4f2e3d81f97 100644 --- a/doc/website/sidebars.js +++ b/doc/website/sidebars.js @@ -108,6 +108,7 @@ module.exports = { {type: 'doc', id: 'cloud/features/pre-migration-checks', label: 'Pre-migration Checks'}, ], }, + {type: 'doc', id: 'cloud/pricing', label: 'Pricing'}, ], }, {