diff --git a/README.md b/README.md
index 3eae8dcaf4..952502b661 100644
--- a/README.md
+++ b/README.md
@@ -138,5 +138,3 @@ This is the state of things as of Nov 2023.
The sitemap is generated during the Astro build by [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/).
As of today, we still have static sitemaps that were generated by Jekyll, located in [astro/public](astro/public). These static sitemaps reference the sitemap generated by Astro.
-
-
diff --git a/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/aws.png b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/aws.png
new file mode 100644
index 0000000000..1866ad5714
Binary files /dev/null and b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/aws.png differ
diff --git a/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.png b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.png
new file mode 100644
index 0000000000..649a3c6d43
Binary files /dev/null and b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.png differ
diff --git a/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gcp.png b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gcp.png
new file mode 100644
index 0000000000..32e5a12ced
Binary files /dev/null and b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gcp.png differ
diff --git a/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gha.png b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gha.png
new file mode 100644
index 0000000000..d12186698a
Binary files /dev/null and b/astro/public/img/docs/get-started/run-in-the-cloud/marketplaces/gha.png differ
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces.mdx
deleted file mode 100644
index 0ac78fa2ca..0000000000
--- a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces.mdx
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Cloud Marketplaces
-description: Learn how to install FusionAuth using cloud marketplaces such as AWS.
-section: get started
-subcategory: run in the cloud
----
-
-FusionAuth is available in the following cloud marketplaces:
-
-* [AWS](https://aws.amazon.com/marketplace/seller-profile?id=30ecc80d-f96e-4259-ae1c-fc3b994f90ea)
-* [DigitalOcean](https://marketplace.digitalocean.com/apps/fusionauth)
-* [GitHub Actions](https://github.com/marketplace/actions/fusionauth-action) for CI/CD pipelines
-* [Google Cloud](https://console.cloud.google.com/marketplace/product/fusionauth-public/fusionauth-enterprise)
-
-## Paid Features
-
-Once you install FusionAuth using the marketplace, you can [add a license](/docs/get-started/core-concepts/licensing). Doing so will allow you to use [additional features](/docs/get-started/core-concepts/plans-features).
-
-You can add a license:
-
-* [using kickstart](/docs/get-started/download-and-install/development/kickstart#set-your-license-id) (for GitHub actions)
-* manually using [the Reactor page in the Admin UI](/docs/get-started/core-concepts/licensing#adding-your-license-to-your-instance)
-* using the [Reactor API](/docs/apis/reactor)
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx
new file mode 100644
index 0000000000..524a6db798
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx
@@ -0,0 +1,8 @@
+Once you install FusionAuth into your environment using the marketplace, you can [add a license](/docs/get-started/core-concepts/licensing). Doing so will allow you to use [additional features](/docs/get-started/core-concepts/plans-features).
+
+You can add a license:
+
+* [using kickstart](/docs/get-started/download-and-install/development/kickstart#set-your-license-id)
+* manually using [the Reactor page in the Admin UI](/docs/get-started/core-concepts/licensing#adding-your-license-to-your-instance)
+* using the [Reactor API](/docs/apis/reactor)
+
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/aws.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/aws.mdx
new file mode 100644
index 0000000000..d4f6da947f
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/aws.mdx
@@ -0,0 +1,24 @@
+---
+title: AWS Marketplace
+description: Learn how to use FusionAuth with the AWS Marketplace.
+section: get started
+subcategory: run in the cloud
+tertcategory: marketplaces
+---
+import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';
+
+## Overview
+
+FusionAuth is available on the [AWS Marketplace](https://aws.amazon.com/marketplace/seller-profile?id=30ecc80d-f96e-4259-ae1c-fc3b994f90ea). This allows you to quickly get a FusionAuth instance up and running in FusionAuth Cloud using AWS billing and budgeting.
+
+![FusionAuth's AWS Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/aws.png)
+
+## Private Offers
+
+You can also use [AWS Marketplace private offers](https://aws.amazon.com/marketplace/partners/private-offers) to purchase FusionAuth hosting and/or plans that are not available in the public AWS Marketplace listing.
+
+[Contact our technical sales team](/contact) for more information about AWS Marketplace private offers.
+
+## Paid Features
+
+
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.mdx
new file mode 100644
index 0000000000..5274680110
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.mdx
@@ -0,0 +1,18 @@
+---
+title: DigitalOcean Marketplace
+description: Learn how to use FusionAuth with the DigitalOcean Marketplace.
+section: get started
+subcategory: run in the cloud
+tertcategory: marketplaces
+---
+import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';
+
+## Overview
+
+FusionAuth is available on the [DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/fusionauth). This allows you to quickly get a FusionAuth instance up and running in DigitalOcean while using DO billing and budgeting.
+
+![FusionAuth's DigitalOcean Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/digitalocean.png)
+
+## Paid Features
+
+
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/github-actions.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/github-actions.mdx
new file mode 100644
index 0000000000..09246f5d08
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/github-actions.mdx
@@ -0,0 +1,20 @@
+---
+title: GitHub Actions Marketplace
+description: Learn how to use FusionAuth with the GitHub Actions Marketplace.
+section: get started
+subcategory: run in the cloud
+tertcategory: marketplaces
+---
+
+## Overview
+
+FusionAuth is available on the [GitHub Actions Marketplace](https://github.com/marketplace/actions/fusionauth-action). This allows you to quickly get a FusionAuth instance up and running in GitHub actions for your CI/CD or testing pipelines.
+
+![FusionAuth's GitHub Actions Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/gha.png)
+
+## More Resources
+
+Read more about using [FusionAuth and GitHub actions](/docs/get-started/run-in-the-cloud/github-actions) for testing purposes
+
+This repository has [an example workflow showing how the GitHub action can be used](https://github.com/FusionAuth/fusionauth-theme-history-updater/blob/main/.github/workflows/update-theme-history.yml#L69) to stand up a FusionAuth instance [using a Kickstart file to configure FusionAuth to a known state](/docs/get-started/download-and-install/development/kickstart).
+
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/google-cloud.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/google-cloud.mdx
new file mode 100644
index 0000000000..7f7e1334bc
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/google-cloud.mdx
@@ -0,0 +1,24 @@
+---
+title: Google Cloud Marketplace
+description: Learn how to use FusionAuth with the GCP Marketplace.
+section: get started
+subcategory: run in the cloud
+tertcategory: marketplaces
+---
+import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';
+
+## Overview
+
+FusionAuth is available on the [Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/fusionauth-public/fusionauth-enterprise). This allows you to quickly get a FusionAuth instance up and running using GCP billing and budgeting.
+
+![FusionAuth's Google Cloud Marketplace listing screenshot.](/img/docs/get-started/run-in-the-cloud/marketplaces/gcp.png)
+
+## Private Offers
+
+You can also use [Google Cloud Marketplace private offers](https://cloud.google.com/marketplace/docs/offers/discover-private-offers) to purchase FusionAuth hosting and/or plans that are not available in the public Google Cloud Marketplace listing.
+
+[Contact our technical sales team](/contact) for more information about Google Cloud Marketplace private offers.
+
+## Paid Features
+
+
diff --git a/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/index.mdx b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/index.mdx
new file mode 100644
index 0000000000..9d73ce337f
--- /dev/null
+++ b/astro/src/content/docs/get-started/run-in-the-cloud/marketplaces/index.mdx
@@ -0,0 +1,22 @@
+---
+title: Overview
+description: Learn how to install FusionAuth using cloud marketplaces such as AWS.
+section: get started
+subcategory: run in the cloud
+tertcategory: marketplaces
+topOfNav: true
+---
+import PaidFeatures from 'src/content/docs/get-started/run-in-the-cloud/marketplaces/_paid-features.mdx';
+
+FusionAuth is available in the following cloud marketplaces:
+
+* [AWS](/docs/get-started/run-in-the-cloud/marketplaces/aws)
+* [DigitalOcean](/docs/get-started/run-in-the-cloud/marketplaces/digitalocean)
+* [GitHub Actions](/docs/get-started/run-in-the-cloud/marketplaces/github-actions)
+* [Google Cloud](/docs/get-started/run-in-the-cloud/marketplaces/google-cloud)
+
+Know a marketplace FusionAuth isn't in but should be? Please [file a GitHub issue](https://github.com/FusionAuth/fusionauth-issues/issues/) with the details.
+
+## Paid Features
+
+
diff --git a/src/redirects.json b/src/redirects.json
index 36bdde1909..c7d414300a 100644
--- a/src/redirects.json
+++ b/src/redirects.json
@@ -13,6 +13,7 @@
"/dev-tools/jwt-debugger": "/dev-tools/jwt-decoder",
"/docs/getting-started": "/docs/get-started/",
"/docs/get-started/core-concepts/editions-features": "/docs/get-started/core-concepts/plans-features",
+ "/docs/get-started/run-in-the-cloud/marketplaces": "/docs/get-started/run-in-the-cloud/marketplaces/",
"/docs/customize/look-and-feel/cli": "/docs/customize/cli",
"/docs/lifecycle/migrate-users/scim/scim": "/docs/lifecycle/migrate-users/scim",
"/docs/extend/events-and-webhooks/kafka/kafka": "/docs/extend/events-and-webhooks/kafka",
@@ -525,6 +526,7 @@
"/docs/get-started/download-and-install/development/": true,
"/docs/get-started/download-and-install/kubernetes/": true,
"/docs/get-started/run-in-the-cloud/": true,
+ "/docs/get-started/run-in-the-cloud/marketplaces/": true,
"/docs/get-started/use-cases/": true,
"/docs/lifecycle/": true,
"/docs/lifecycle/authenticate-users/": true,