Files
medusa-store/www/apps/cloud/app/faq/page.mdx
Shahed Nasser 91f6cfad5d docs: wording and structural changes to cloud (#12820)
* docs: wording and structural changes to cloud

* Fix vale error

* Fix faq title

* Fix heading levels

* Small change to previews
2025-06-25 12:20:02 +03:00

54 lines
1.9 KiB
Plaintext

export const metadata = {
title: `Frequently Asked Questions`,
}
# {metadata.title}
In this guide, you'll find answers to frequently asked questions about Cloud.
## Do I need to learn about Medusa to use Cloud?
Since you deploy Medusa projects on Cloud, you need a developer who is familiar with Medusa to set up your project and add customizations for your business needs. Learn about Medusa in the [Getting Started](!docs!/learn) guide.
You can also contact a [Medusa Expert](https://medusajs.com/experts/) to help you with building your Medusa project and deploying it on Cloud.
---
## Does Cloud support hosting storefronts?
Medusa can only host Medusa servers and admin dashboards. To host your storefront, you can use hosting providers like Vercel.
Learn more in the [Connect Production Storefront](../connect-storefront/page.mdx) guide.
---
## What resources does Cloud provide?
Cloud fully-manages your [PostgreSQL databases](../database/page.mdx), [Redis instances](../redis/page.mdx), and [S3 buckets](../s3/page.mdx). You don't need to configure or maintain them.
---
## Do I own my code and data for my Medusa project on Cloud?
Yes, your code is hosted on your GitHub repository. You can also export a dump of your Cloud database at any time.
---
## Can I deploy multiple projects on Cloud?
Yes, if your plan supports multiple projects. Learn more in the [Pricing](https://medusajs.com/pricing/) page.
---
## Can I use my custom plugins and modules on Cloud?
Yes, you can use any custom and out-of-the-box plugins and modules in your Medusa project deployed on Cloud. You retain the same flexibility as you would with a self-hosted Medusa project.
You can deploy projects like marketplaces, B2B, subscription-based stores, and more on Cloud.
---
## Does Cloud create new Medusa projects for each deployment?
No, Medusa does not create new Medusa projects for your deployments. Instead, it deploys your existing Medusa project from your GitHub repository.