diff --git a/src/current/_includes/common/license/evolving.md b/src/current/_includes/common/license/evolving.md
index 9c49fc7b557..c607aa8dd60 100644
--- a/src/current/_includes/common/license/evolving.md
+++ b/src/current/_includes/common/license/evolving.md
@@ -1 +1 @@
-CockroachDB is evolving. In late 2024, we will retire our Core offering to consolidate on a single CockroachDB Enterprise offering under a new [license](https://www.cockroachlabs.com/cockroachdb-software-license/). CockroachDB Enterprise will be available at no charge for individual users and small businesses and will offer all users, free and paid, the full breadth of CockroachDB capabilities. See the [CockroachDB licensing update page](https://www.cockroachlabs.com/enterprise-license-update/) for details.
+CockroachDB is evolving. In late 2024, we will retire our Core offering to consolidate on a single CockroachDB Enterprise offering under a new [license](https://www.cockroachlabs.com/cockroachdb-software-license/). CockroachDB Enterprise will be available at no charge for individual users and small businesses and will offer all users, free and paid, the full breadth of CockroachDB capabilities. See the [CockroachDB licensing update page](https://www.cockroachlabs.com/enterprise-license-update/) for details.
\ No newline at end of file
diff --git a/src/current/_includes/common/licensing-faqs.md b/src/current/_includes/common/licensing-faqs.md
index c89b24ced25..163eaaf4e25 100644
--- a/src/current/_includes/common/licensing-faqs.md
+++ b/src/current/_includes/common/licensing-faqs.md
@@ -8,9 +8,10 @@ The table of licenses below refers to options for {{ site.data.products.core }}
 
 Type | Description
 -------------|------------
-**Enterprise** <a name="enterprise"></a> | This paid license allows usage of all CockroachDB features in accordance with the terms specified in the [CockroachDB Software License][csl]. License must be renewed annually or as negotiated. Support levels available include [Enterprise][support] or [Essential][support].
-**Enterprise Free** <a name="enterprise-free"></a> | Same functionality as **Enterprise**, but free of charge for businesses with less than $10M in annual revenue. Clusters will be [throttled](#throttling) after 7 days without sending [telemetry]({% link {{ page.version.version }}/telemetry.md %}). License must be renewed annually. Support level available is Community (i.e., [Docs]({% link {{ page.version.version }}/index.md %}), [Forum][forum], [Slack][slack]).
-**Enterprise Trial** <a name="enterprise-trial"></a> | A 30 day self-service trial license. [Telemetry]({% link {{ page.version.version }}/telemetry.md %}) is required during the trial. Clusters will be [throttled](#throttling) after 7 days without sending telemetry. Telemetry can be disabled once the cluster is upgraded to a paid **Enterprise** license. Support level available during trial is Community (i.e., [Docs]({% link {{ page.version.version }}/index.md %}), [Forum][forum], [Slack][slack]).
+**Enterprise** <a name="enterprise"></a> | This paid license allows usage of all CockroachDB features in accordance with the terms specified in the [CockroachDB Software License][csl]. License must be renewed annually or as negotiated. Support levels available include [Enterprise][support] or [Essential][support]. The type of enterprise license may be set to **Production**, **Pre-production**, or **Development** depending on the environment in which CockroachDB is deployed.
+**Free** <a name="enterprise-free"></a> | Same functionality as **Enterprise**, but free of charge for businesses with less than $10M in annual revenue. Clusters will be [throttled](#throttling) after 7 days without sending [telemetry]({% link {{ page.version.version }}/telemetry.md %}). License must be renewed annually. Support level available is Community (i.e., [Docs]({% link {{ page.version.version }}/index.md %}), [Forum][forum], [Slack][slack]).
+**Trial** <a name="enterprise-trial"></a> | A 30 day self-service trial license. [Telemetry]({% link {{ page.version.version }}/telemetry.md %}) is required during the trial. Clusters will be [throttled](#throttling) after 7 days without sending telemetry. Telemetry can be disabled once the cluster is upgraded to a paid **Enterprise** license. Support level available during trial is Community (i.e., [Docs]({% link {{ page.version.version }}/index.md %}), [Forum][forum], [Slack][slack]).
+**Evaluation** <a name="enterprise-evaluation"></a> | Same functionality as **Enterprise**, but may be provided by your sales team if needed for an extended evaluation period. Support level is equivalent to a enterprise license.
 
 <a href="mailto:sales@cockroachlabs.com">Contact Sales</a> if you want to try CockroachDB without telemetry requirements or if you require an extended trial period.
 
@@ -23,7 +24,13 @@ Note that:
 
 ## Obtain a license
 
-To obtain a paid **Enterprise** license, <a href="mailto:sales@cockroachlabs.com">contact Sales</a>.
+To obtain a paid **Enterprise** license, <a href="mailto:sales@cockroachlabs.com">contact Sales</a>. Once a license is added to your account, it appears in the [CockroachDB {{ site.data.products.cloud }} Console][cloud-console] on the **Organization &raquo; Enterprise Licenses** page. This page is only accessible by users with **Organization Admin** permissions.
+
+[Sign up for a CockroachDB {{ site.data.products.cloud }} Console account](https://cockroachlabs.cloud/signup?experience=enterprise) if you do not already have one.
+
+{{site.data.alerts.callout_info}}
+Enterprise licenses generated prior to May 31st 2025 are not visible in the **Enterprise Licenses** page.
+{{site.data.alerts.end}}
 
 To obtain an **Enterprise Free** or **Enterprise Trial** license, take the following steps:
 
diff --git a/src/current/_includes/v23.2/misc/install-next-steps.html b/src/current/_includes/v23.2/misc/install-next-steps.html
index 3783b5fccb0..217fc6630b5 100644
--- a/src/current/_includes/v23.2/misc/install-next-steps.html
+++ b/src/current/_includes/v23.2/misc/install-next-steps.html
@@ -1,16 +1,17 @@
 <ul>
-  <li>If you&#39;re just getting started with CockroachDB:
-    <ul>
-      <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
-      <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
-      <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
-      <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
-    </ul>
-  </li>
-  <li>If you&#39;re ready to run CockroachDB in production:
-    <ul>
-      <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
-      <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
-    </ul>
-  </li>
+ <li>If you&#39;re just getting started with CockroachDB:
+   <ul>
+     <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
+     <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
+     <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
+     <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
+     <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
+   </ul>
+ </li>
+ <li>If you&#39;re ready to run CockroachDB in production:
+   <ul>
+     <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
+     <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
+   </ul>
+ </li>
 </ul>
diff --git a/src/current/_includes/v24.1/misc/install-next-steps.html b/src/current/_includes/v24.1/misc/install-next-steps.html
index 3783b5fccb0..217fc6630b5 100644
--- a/src/current/_includes/v24.1/misc/install-next-steps.html
+++ b/src/current/_includes/v24.1/misc/install-next-steps.html
@@ -1,16 +1,17 @@
 <ul>
-  <li>If you&#39;re just getting started with CockroachDB:
-    <ul>
-      <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
-      <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
-      <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
-      <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
-    </ul>
-  </li>
-  <li>If you&#39;re ready to run CockroachDB in production:
-    <ul>
-      <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
-      <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
-    </ul>
-  </li>
+ <li>If you&#39;re just getting started with CockroachDB:
+   <ul>
+     <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
+     <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
+     <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
+     <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
+     <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
+   </ul>
+ </li>
+ <li>If you&#39;re ready to run CockroachDB in production:
+   <ul>
+     <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
+     <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
+   </ul>
+ </li>
 </ul>
diff --git a/src/current/_includes/v24.2/misc/install-next-steps.html b/src/current/_includes/v24.2/misc/install-next-steps.html
index 3783b5fccb0..217fc6630b5 100644
--- a/src/current/_includes/v24.2/misc/install-next-steps.html
+++ b/src/current/_includes/v24.2/misc/install-next-steps.html
@@ -1,16 +1,17 @@
 <ul>
-  <li>If you&#39;re just getting started with CockroachDB:
-    <ul>
-      <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
-      <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
-      <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
-      <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
-    </ul>
-  </li>
-  <li>If you&#39;re ready to run CockroachDB in production:
-    <ul>
-      <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
-      <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
-    </ul>
-  </li>
+ <li>If you&#39;re just getting started with CockroachDB:
+   <ul>
+     <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
+     <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
+     <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
+     <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
+     <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
+   </ul>
+ </li>
+ <li>If you&#39;re ready to run CockroachDB in production:
+   <ul>
+     <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
+     <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
+   </ul>
+ </li>
 </ul>
diff --git a/src/current/_includes/v24.3/misc/install-next-steps.html b/src/current/_includes/v24.3/misc/install-next-steps.html
index 3783b5fccb0..217fc6630b5 100644
--- a/src/current/_includes/v24.3/misc/install-next-steps.html
+++ b/src/current/_includes/v24.3/misc/install-next-steps.html
@@ -1,16 +1,17 @@
 <ul>
-  <li>If you&#39;re just getting started with CockroachDB:
-    <ul>
-      <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
-      <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
-      <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
-      <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
-    </ul>
-  </li>
-  <li>If you&#39;re ready to run CockroachDB in production:
-    <ul>
-      <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
-      <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
-    </ul>
-  </li>
+ <li>If you&#39;re just getting started with CockroachDB:
+   <ul>
+     <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
+     <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
+     <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
+     <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
+     <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
+   </ul>
+ </li>
+ <li>If you&#39;re ready to run CockroachDB in production:
+   <ul>
+     <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
+     <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
+   </ul>
+ </li>
 </ul>
diff --git a/src/current/_includes/v25.1/misc/install-next-steps.html b/src/current/_includes/v25.1/misc/install-next-steps.html
index 3783b5fccb0..217fc6630b5 100644
--- a/src/current/_includes/v25.1/misc/install-next-steps.html
+++ b/src/current/_includes/v25.1/misc/install-next-steps.html
@@ -1,16 +1,17 @@
 <ul>
-  <li>If you&#39;re just getting started with CockroachDB:
-    <ul>
-      <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
-      <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
-      <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
-      <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
-    </ul>
-  </li>
-  <li>If you&#39;re ready to run CockroachDB in production:
-    <ul>
-      <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
-      <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
-    </ul>
-  </li>
+ <li>If you&#39;re just getting started with CockroachDB:
+   <ul>
+     <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
+     <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
+     <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
+     <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
+     <li><a href="demo-replication-and-rebalancing.html">Explore CockroachDB features</a> like automatic replication, rebalancing, and fault tolerance</li>
+   </ul>
+ </li>
+ <li>If you&#39;re ready to run CockroachDB in production:
+   <ul>
+     <li>Review the <a href="recommended-production-settings.html">Production Checklist</a></li>
+     <li><a href="manual-deployment.html">Deploy CockroachDB manually</a> or <a href="kubernetes-overview.html">use an orchestration system like Kubernetes</a></li>
+   </ul>
+ </li>
 </ul>
diff --git a/src/current/_includes/v25.2/misc/install-next-steps.html b/src/current/_includes/v25.2/misc/install-next-steps.html
index 3783b5fccb0..32f77242643 100644
--- a/src/current/_includes/v25.2/misc/install-next-steps.html
+++ b/src/current/_includes/v25.2/misc/install-next-steps.html
@@ -1,6 +1,7 @@
 <ul>
   <li>If you&#39;re just getting started with CockroachDB:
     <ul>
+      <li><a href="https://cockroachlabs.cloud/signup?experience=enterprise">Create a CockroachDB Cloud account</a> where you can <a href="licensing-faqs.html">generate and manage licenses</a> for CockroachDB installations</li>
       <li><a href="start-a-local-cluster.html">Start a cluster locally</a> and talk to it via the built-in SQL client</li>
       <li><a href="learn-cockroachdb-sql.html">Learn more about CockroachDB SQL</a></li>
       <li><a href="example-apps.html">Build a simple application</a> with CockroachDB using PostgreSQL-compatible client drivers and ORMs</li>
diff --git a/src/current/v23.2/start-a-local-cluster-in-docker-linux.md b/src/current/v23.2/start-a-local-cluster-in-docker-linux.md
index dede1664217..27feff0b1b2 100644
--- a/src/current/v23.2/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v23.2/start-a-local-cluster-in-docker-linux.md
@@ -34,6 +34,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v23.2/start-a-local-cluster-in-docker-mac.md b/src/current/v23.2/start-a-local-cluster-in-docker-mac.md
index 98916958fa0..374564e02e6 100644
--- a/src/current/v23.2/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v23.2/start-a-local-cluster-in-docker-mac.md
@@ -31,6 +31,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v23.2/start-a-local-cluster-in-docker-windows.md b/src/current/v23.2/start-a-local-cluster-in-docker-windows.md
index 0cc399e1502..0851b6def73 100644
--- a/src/current/v23.2/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v23.2/start-a-local-cluster-in-docker-windows.md
@@ -363,6 +363,7 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v23.2/start-a-local-cluster.md b/src/current/v23.2/start-a-local-cluster.md
index 170935f3bca..ebb35dddbd0 100644
--- a/src/current/v23.2/start-a-local-cluster.md
+++ b/src/current/v23.2/start-a-local-cluster.md
@@ -386,6 +386,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.1/install-cockroachdb-mac.md b/src/current/v24.1/install-cockroachdb-mac.md
index 181fa386316..5155c5bf0cd 100644
--- a/src/current/v24.1/install-cockroachdb-mac.md
+++ b/src/current/v24.1/install-cockroachdb-mac.md
@@ -201,4 +201,4 @@ CockroachDB runtimes built for the ARM architecture have the following limitatio
 
 {% comment %}v22.2.0+{% endcomment %}
 
-On macOS ARM systems, [spatial features]{% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
+On macOS ARM systems, [spatial features]({% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
diff --git a/src/current/v24.1/start-a-local-cluster-in-docker-linux.md b/src/current/v24.1/start-a-local-cluster-in-docker-linux.md
index dede1664217..27feff0b1b2 100644
--- a/src/current/v24.1/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v24.1/start-a-local-cluster-in-docker-linux.md
@@ -34,6 +34,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.1/start-a-local-cluster-in-docker-mac.md b/src/current/v24.1/start-a-local-cluster-in-docker-mac.md
index 98916958fa0..374564e02e6 100644
--- a/src/current/v24.1/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v24.1/start-a-local-cluster-in-docker-mac.md
@@ -31,6 +31,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.1/start-a-local-cluster-in-docker-windows.md b/src/current/v24.1/start-a-local-cluster-in-docker-windows.md
index 18cc2f0f5b0..c3ec811dc39 100644
--- a/src/current/v24.1/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v24.1/start-a-local-cluster-in-docker-windows.md
@@ -363,6 +363,7 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.1/start-a-local-cluster.md b/src/current/v24.1/start-a-local-cluster.md
index 2f50beb1c54..829c1147d56 100644
--- a/src/current/v24.1/start-a-local-cluster.md
+++ b/src/current/v24.1/start-a-local-cluster.md
@@ -386,6 +386,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.2/install-cockroachdb-mac.md b/src/current/v24.2/install-cockroachdb-mac.md
index 181fa386316..5155c5bf0cd 100644
--- a/src/current/v24.2/install-cockroachdb-mac.md
+++ b/src/current/v24.2/install-cockroachdb-mac.md
@@ -201,4 +201,4 @@ CockroachDB runtimes built for the ARM architecture have the following limitatio
 
 {% comment %}v22.2.0+{% endcomment %}
 
-On macOS ARM systems, [spatial features]{% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
+On macOS ARM systems, [spatial features]({% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
diff --git a/src/current/v24.3/install-cockroachdb-mac.md b/src/current/v24.3/install-cockroachdb-mac.md
index ef3894723cc..b8e5583b7f0 100644
--- a/src/current/v24.3/install-cockroachdb-mac.md
+++ b/src/current/v24.3/install-cockroachdb-mac.md
@@ -201,4 +201,4 @@ CockroachDB runtimes built for the ARM architecture have the following limitatio
 
 {% comment %}v22.2.0+{% endcomment %}
 
-On macOS ARM systems, [spatial features]{% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
+On macOS ARM systems, [spatial features]({% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
diff --git a/src/current/v24.3/start-a-local-cluster-in-docker-linux.md b/src/current/v24.3/start-a-local-cluster-in-docker-linux.md
index 20c3ef2732d..ede529626b7 100644
--- a/src/current/v24.3/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v24.3/start-a-local-cluster-in-docker-linux.md
@@ -34,6 +34,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.3/start-a-local-cluster-in-docker-mac.md b/src/current/v24.3/start-a-local-cluster-in-docker-mac.md
index 3c7ad3dfe2d..e854db3560c 100644
--- a/src/current/v24.3/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v24.3/start-a-local-cluster-in-docker-mac.md
@@ -31,6 +31,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.3/start-a-local-cluster-in-docker-windows.md b/src/current/v24.3/start-a-local-cluster-in-docker-windows.md
index 115549bd995..5d704a7b5d7 100644
--- a/src/current/v24.3/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v24.3/start-a-local-cluster-in-docker-windows.md
@@ -363,6 +363,7 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v24.3/start-a-local-cluster.md b/src/current/v24.3/start-a-local-cluster.md
index ba960f51ae1..a38f33f08a4 100644
--- a/src/current/v24.3/start-a-local-cluster.md
+++ b/src/current/v24.3/start-a-local-cluster.md
@@ -386,6 +386,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.1/install-cockroachdb-mac.md b/src/current/v25.1/install-cockroachdb-mac.md
index ef3894723cc..b8e5583b7f0 100644
--- a/src/current/v25.1/install-cockroachdb-mac.md
+++ b/src/current/v25.1/install-cockroachdb-mac.md
@@ -201,4 +201,4 @@ CockroachDB runtimes built for the ARM architecture have the following limitatio
 
 {% comment %}v22.2.0+{% endcomment %}
 
-On macOS ARM systems, [spatial features]{% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
+On macOS ARM systems, [spatial features]({% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
diff --git a/src/current/v25.1/start-a-local-cluster-in-docker-linux.md b/src/current/v25.1/start-a-local-cluster-in-docker-linux.md
index 20c3ef2732d..ede529626b7 100644
--- a/src/current/v25.1/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v25.1/start-a-local-cluster-in-docker-linux.md
@@ -34,6 +34,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.1/start-a-local-cluster-in-docker-mac.md b/src/current/v25.1/start-a-local-cluster-in-docker-mac.md
index 3c7ad3dfe2d..e854db3560c 100644
--- a/src/current/v25.1/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v25.1/start-a-local-cluster-in-docker-mac.md
@@ -31,6 +31,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.1/start-a-local-cluster-in-docker-windows.md b/src/current/v25.1/start-a-local-cluster-in-docker-windows.md
index 115549bd995..5d704a7b5d7 100644
--- a/src/current/v25.1/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v25.1/start-a-local-cluster-in-docker-windows.md
@@ -363,6 +363,7 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.1/start-a-local-cluster.md b/src/current/v25.1/start-a-local-cluster.md
index ba960f51ae1..a38f33f08a4 100644
--- a/src/current/v25.1/start-a-local-cluster.md
+++ b/src/current/v25.1/start-a-local-cluster.md
@@ -386,6 +386,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.2/install-cockroachdb-mac.md b/src/current/v25.2/install-cockroachdb-mac.md
index ef3894723cc..b8e5583b7f0 100644
--- a/src/current/v25.2/install-cockroachdb-mac.md
+++ b/src/current/v25.2/install-cockroachdb-mac.md
@@ -201,4 +201,4 @@ CockroachDB runtimes built for the ARM architecture have the following limitatio
 
 {% comment %}v22.2.0+{% endcomment %}
 
-On macOS ARM systems, [spatial features]{% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
+On macOS ARM systems, [spatial features]({% link {{ page.version.version }}/spatial-data-overview.md %}) are disabled due to an issue with macOS code signing for the <a href="https://libgeos.org/">GEOS</a> libraries. Users needing spatial features on an ARM Mac may instead [run the Intel binary](#install-the-binary) or use the[Docker container image](#use-docker). Refer to [GitHub issue #93161](https://github.com/cockroachdb/cockroach/issues/93161)</a> for more information.
diff --git a/src/current/v25.2/start-a-local-cluster-in-docker-linux.md b/src/current/v25.2/start-a-local-cluster-in-docker-linux.md
index 20c3ef2732d..ede529626b7 100644
--- a/src/current/v25.2/start-a-local-cluster-in-docker-linux.md
+++ b/src/current/v25.2/start-a-local-cluster-in-docker-linux.md
@@ -34,6 +34,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.2/start-a-local-cluster-in-docker-mac.md b/src/current/v25.2/start-a-local-cluster-in-docker-mac.md
index 3c7ad3dfe2d..e854db3560c 100644
--- a/src/current/v25.2/start-a-local-cluster-in-docker-mac.md
+++ b/src/current/v25.2/start-a-local-cluster-in-docker-mac.md
@@ -31,6 +31,7 @@ Once you've [installed the official CockroachDB Docker image]({% link {{ page.ve
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.2/start-a-local-cluster-in-docker-windows.md b/src/current/v25.2/start-a-local-cluster-in-docker-windows.md
index 115549bd995..5d704a7b5d7 100644
--- a/src/current/v25.2/start-a-local-cluster-in-docker-windows.md
+++ b/src/current/v25.2/start-a-local-cluster-in-docker-windows.md
@@ -363,6 +363,7 @@ The CockroachDB [DB Console]({% link {{ page.version.version }}/ui-overview.md %
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})
diff --git a/src/current/v25.2/start-a-local-cluster.md b/src/current/v25.2/start-a-local-cluster.md
index ba960f51ae1..a38f33f08a4 100644
--- a/src/current/v25.2/start-a-local-cluster.md
+++ b/src/current/v25.2/start-a-local-cluster.md
@@ -386,6 +386,7 @@ Adding capacity is as simple as starting more nodes with `cockroach start`.
 
 ## What's next?
 
+- [Create a CockroachDB Cloud account](https://cockroachlabs.cloud/signup?experience=enterprise) where you can [generate and manage licenses]({% link {{ page.version.version }}/licensing-faqs.md %}) for CockroachDB installations
 - [Install the client driver]({% link {{ page.version.version }}/install-client-drivers.md %}) for your preferred language
 - Learn more about [CockroachDB SQL]({% link {{ page.version.version }}/learn-cockroachdb-sql.md %}) and the [built-in SQL client]({% link {{ page.version.version }}/cockroach-sql.md %})
 - [Build an app with CockroachDB]({% link {{ page.version.version }}/example-apps.md %})