diff --git a/docs/_assets/logo/aws-marketplace.png b/docs/_assets/logo/aws-marketplace.png
new file mode 100644
index 0000000..e0eea12
Binary files /dev/null and b/docs/_assets/logo/aws-marketplace.png differ
diff --git a/docs/_assets/logo/google-cloud.png b/docs/_assets/logo/google-cloud.png
new file mode 100644
index 0000000..c57d417
Binary files /dev/null and b/docs/_assets/logo/google-cloud.png differ
diff --git a/docs/_assets/logo/microsoft.png b/docs/_assets/logo/microsoft.png
new file mode 100644
index 0000000..a3d2cbc
Binary files /dev/null and b/docs/_assets/logo/microsoft.png differ
diff --git a/docs/feature/index.md b/docs/feature/index.md
new file mode 100644
index 0000000..7264e9b
--- /dev/null
+++ b/docs/feature/index.md
@@ -0,0 +1,186 @@
+(feature)=
+(features)=
+(all-features)=
+# All Features
+
+All features of [CrateDB Cloud] at a glance.
+
+:::::{grid} 1 3 3 3
+:margin: 4 4 0 0
+:padding: 0
+:gutter: 2
+:class-container: compact
+
+::::{grid-item-card} {material-outlined}`power_settings_new;2em` Functional
+:class-footer: text-smaller
+
+- [SQL Database][Database Features]
+:::{toctree}
+:maxdepth: 1
+
+SQL Console <../cluster/console>
+../cluster/automation
+../cluster/import
+../cluster/export
+API <../organization/api>
+API CLI <../tutorials/deploy/croud>
+:::
++++
+CrateDB Cloud includes enhanced automation and productivity features,
+and a wide range of integrations with data ingestion and
+visualization tools.
+::::
+
+::::{grid-item-card} {material-outlined}`assured_workload;2em` Operational
+:class-footer: text-smaller
+
+:::{toctree}
+:maxdepth: 1
+
+Management Console <../cluster/manage>
+Automatic Backups <../cluster/backups>
+:::
+- Monitoring
+- [Support Plans]
+
+
+- Effortless Scaling
+- Zero Downtime Upgrades
+- Flexible Deployment: Full-managed vs. hybrid
+- Cost-effectiveness
++++
+CrateDB Cloud provides confident scaling of your workloads,
+and deployments on your preferred infrastructure provider.
+::::
+
+::::{grid-item-card} {material-outlined}`security;2em` Confidence
+:class-footer: text-smaller
+
+- [Secure, certified, and compliant]
+- Marketplace Coverage:
+
+ [AWS][AWS Marketplace], [Azure][Azure Marketplace], [GCP][GCP Marketplace]
++++
+CrateDB Cloud ensures secure data management with its encryption and
+authentication mechanisms, and its operational certifications.
+::::
+
+:::::
+
+
+
+:::{rubric} Learn
+:::
+If you want to start using CrateDB Cloud, or make the most of your
+existing subscription, we are maintaining resources and tutorials
+to support you correspondingly.
+
+
+:::::{grid} 2
+:margin: 3
+:gutter: 2
+
+::::{grid-item}
+
+:::{card} {octicon}`tools` Manage
+:link: cloud-howtos-index
+:link-type: ref
+Learn how to manage your cluster.
+:::
+
+:::{card} {octicon}`codespaces` API
+:link: api
+:link-type: ref
+Programmatic access to CrateDB Cloud services.
+:::
+
+:::{card} {octicon}`terminal` API CLI
+:link: cluster-deployment-croud
+:link-type: ref
+CrateDB Cloud services from the command-line.
+:::
+
+::::
+
+::::{grid-item}
+
+:::{card} {octicon}`table` SQL Console
+:link: cluster-console
+:link-type: ref
+Explore data and execute SQL queries.
+:::
+
+:::{card} {octicon}`file-code` Import
+:link: cluster-import
+:link-type: ref
+Import data into your CrateDB Cloud cluster.
+:::
+
+:::{card} {octicon}`file-code` Export
+:link: cluster-export
+:link-type: ref
+Export data from your CrateDB Cloud cluster.
+:::
+
+::::
+
+:::::
+
+
+Learn about key database drivers and client applications for CrateDB,
+such as CrateDB Admin UI, crash, psql, DataGrip, and DBeaver.
+Discover how to configure these tools and explore CrateDB's compatibility
+with analytics, ETL, BI, and monitoring solutions.
+
+
+::::{grid} 1 2 2 3
+:margin: 4 4 0 0
+:gutter: 2
+
+
+:::{grid-item-card} {material-outlined}`table_chart` Admin UI
+:link: crate-admin-ui:index
+:link-type: ref
+
+Each CrateDB Cloud cluster offers a dedicated Admin UI, which can be used to explore
+data, schema metadata, and cluster status information.
+:::
+
+:::{grid-item-card} {material-outlined}`link` Clients, Tools, and Integrations
+:link: crate-clients-tools:index
+:link-type: ref
+
+Learn about compatible client applications and tools, and how to configure
+your favorite client library to connect to a CrateDB cluster.
+:::
+
+::::
+
+
+[Auditing]: https://cratedb.com/product/features/auditing
+[AWS Marketplace]: https://aws.amazon.com/marketplace/pp/prodview-l7rqf2xpeaubk
+[Azure Marketplace]: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/crate.cratedbcloud?tab=overview
+[CCPA]: https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?lawCode=CIV§ionNum=1798.140.
+[CrateDB Cloud]: https://cratedb.com/product/cloud
+[Database Features]: https://cratedb.com/docs/guide/feature/
+[Encryption]: https://cratedb.com/product/features/data-encryption
+[GCP Marketplace]: https://console.cloud.google.com/marketplace/product/cratedb-public/cratedb-gcp
+[GDPR]: https://gdpr-info.eu/
+[HIPAA]: https://www.cdc.gov/phlp/php/resources/health-insurance-portability-and-accountability-act-of-1996-hipaa.html?CDC_AAref_Val=https://www.cdc.gov/phlp/publications/topic/hipaa.html
+[ISO 27001]: https://cratedb.com/blog/cratedb-elevates-its-security-standards-and-achieves-iso-27001-certification
+[RBAC]: https://cratedb.com/product/features/authorization
+[secure, certified, and compliant]: https://cratedb.com/contact/security
+[SOC 2 Type 2]: https://cratedb.com/blog/soc-2-type-2-compliance
+[Support Plans]: https://cratedb.com/support/support-plans
+
+
+
+
diff --git a/docs/index.md b/docs/index.md
index 629508c..0d60061 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3,7 +3,7 @@
# CrateDB Cloud
-CrateDB Cloud is a fully managed, terabyte-scale, and cost-effective
+[CrateDB Cloud] is a fully managed, terabyte-scale, and cost-effective
analytics database that lets you run analytics over vast amounts of
data in near real time, even with complex queries.
@@ -18,7 +18,7 @@ that works across clouds and scales with your data.
:class: rubric-slimmer
:columns: 6
-:::{rubric} Database Features
+:::{rubric} Database Service Features
:::
CrateDB Cloud helps you manage and analyze your data with procedures
like machine learning, geospatial analysis, and business intelligence.
@@ -48,122 +48,155 @@ flexible pricing models across on-demand and flat-rate options.
:::::
-:::{rubric} Learn
-:::
-Users around the world rely on CrateDB Cloud clusters to store billions of records
-and terabytes of data, all accessible without delays. If you want to start using
-CrateDB Cloud, or make the most of your existing subscription, we are maintaining
-resources and tutorials to support you correspondingly.
-
-
-::::{grid} 1 2 2 3
-:margin: 4 4 0 0
-:gutter: 1
-
-
-:::{grid-item-card} {octicon}`rocket` Quick Start
-:link: quick-start
-:link-type: ref
+::::{grid}
-Learn how to sign up and get started with a free cluster.
+:::{grid-item}
+:columns: 7
+![image](https://cratedb.com/hs-fs/hubfs/cloud-edge-config.png?width=480)
+:::
+:::{grid-item}
+:columns: 5
+![image](https://cratedb.com/hs-fs/hubfs/CrateDB-Security-Certifications-Logos.png?width=320)
+![image](https://cratedb.com/hs-fs/hubfs/CrateDB-Cloud-Integrations.png?width=320)
:::
+::::
-:::{grid-item-card} {octicon}`file-code` Import
-:link: cluster-import
-:link-type: ref
-Import your own data into your CrateDB Cloud cluster.
-:::
+::::{grid} 1 2 2 2
+:margin: 4 4 0 0
+:padding: 0
+:gutter: 2
-:::{grid-item-card} {octicon}`table` Console
-:link: cluster-console
+:::{grid-item-card} {material-outlined}`description;2em` All Features
+:link: all-features
:link-type: ref
-
-Explore your data and execute SQL queries in the Console.
+:link-alt: All features of CrateDB Cloud
+:class-footer: text-smaller
+
+- Functional: SQL Database, SQL Console, Automation, Import, Export, API
+- Operational: Management Console, Automatic Backups, Marketplaces AWS, Azure, GCP,
+ Support Plans
+- Security: Encryption, RBAC, Auditing, Certifications
++++
+**What's inside:**
+All features of CrateDB Cloud on one page.
:::
-:::{grid-item-card} {octicon}`tools` Manage
-:link: cloud-howtos-index
+:::{grid-item-card} {material-outlined}`rocket;2em` Quick Start
+:link: quick-start
:link-type: ref
+:link-alt: Sign up and get started with CrateDB Cloud
+:class-footer: text-smaller
-Learn how to manage your cluster.
+Users around the world rely on CrateDB Cloud clusters to store billions of records
+and terabytes of data, all accessible without delays.
+
+```{button-link} https://example.com
+:color: primary
+:expand:
+**Start using CrateDB Cloud now**
+```
++++
+**What's inside:**
+Learn how to sign up and get started.
:::
+::::
-:::{grid-item-card} {octicon}`terminal` Croud CLI
-:link: cluster-deployment-croud
-:link-type: ref
-A command-line tool to operate your managed clusters.
-:::
+:::{rubric} Resource Access
+:::
-::::
+::::::{grid} 2
+:::{grid-item-card} CrateDB Cloud Console
+:link: https://console.cratedb.cloud/
+:link-type: url
+:margin: 0
+:padding: 0
-Do you want to learn about key database drivers and client applications for
-CrateDB, such as CrateDB Admin UI, crash, psql, DataGrip, and DBeaver? Discover
-how to configure these tools and explore CrateDB's compatibility with analytics,
-ETL, BI, and monitoring solutions.
+![image](/_assets/img/cluster-manage.png)
+Access the management console of CrateDB Cloud.
++++
+```{image} https://console.cratedb.cloud/static/media/login_logo.29bc89cf03a01ccf3ed2aa57b8a4e1c1.svg
+:class: bg-primary
+:height: 20px
+:align: center
+```
+:::
-::::{grid} 1 2 2 3
-:margin: 4 4 0 0
-:gutter: 1
+:::::{grid-item}
+::::{grid} 1
+:gutter: 3
-:::{grid-item-card} {material-outlined}`table_chart` Admin UI
-:link: crate-admin-ui:index
-:link-type: ref
+:::{grid-item-card}
+:link: https://aws.amazon.com/marketplace/pp/prodview-l7rqf2xpeaubk
+:link-type: url
+```{image} /_assets/logo/aws-marketplace.png
+:class: bg-primary
+:height: 60px
+:align: center
+```
+CrateDB Cloud on AWS Marketplace.
+:::
-Each CrateDB Cloud cluster offers a dedicated Admin UI, which can be used to explore
-data, schema metadata, and cluster status information.
+:::{grid-item-card}
+:link: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/crate.cratedbcloud
+:link-type: url
+```{image} /_assets/logo/microsoft.png
+:height: 60px
+:align: center
+```
+CrateDB Cloud on Azure Marketplace.
:::
-:::{grid-item-card} {material-outlined}`link` Clients, Tools, and Integrations
-:link: crate-clients-tools:index
-:link-type: ref
-Learn about compatible client applications and tools, and how to configure
-your favorite client library to connect to a CrateDB cluster.
+:::{grid-item-card}
+:link: https://console.cloud.google.com/marketplace/product/cratedb-public/cratedb-gcp
+:link-type: url
+```{image} /_assets/logo/google-cloud.png
+:height: 60px
+:align: center
+```
+CrateDB Cloud on Google Cloud Marketplace.
:::
::::
-
-:::{note}
-Like [CrateDB itself], this is an open source documentation project. [Suggestions
-for improvements], and [source code contributions], are always welcome. {fab}`github`
-:::
+:::::
+::::::
:::{toctree}
:maxdepth: 1
:hidden:
+All Features
Quick Start
Services
-Import
Console
Automation
+Import
Export
Backups
Manage Cluster
Billing
API
+API CLI
How Tos
-Croud CLI
tutorials/edge/index
Reference
:::
+
[CrateDB]: https://crate.io/product/
+[CrateDB Cloud]: https://cratedb.com/product/cloud
[Croud CLI]: https://crate.io/docs/cloud/cli/
[How-To Guides]: https://crate.io/docs/cloud/en/latest/howtos/
[Reference]: https://crate.io/docs/cloud/en/latest/reference/
-[CrateDB itself]: https://github.com/crate/crate
-[source code contributions]: https://github.com/crate/cloud-docs/tree/main/docs
-[suggestions for improvements]: https://github.com/crate/cloud-docs/issues
diff --git a/docs/organization/api.md b/docs/organization/api.md
index f2f7844..85c9f0d 100644
--- a/docs/organization/api.md
+++ b/docs/organization/api.md
@@ -1,3 +1,4 @@
+(api)=
(organization-api)=
# API
diff --git a/docs/requirements.txt b/docs/requirements.txt
index ced14fe..f85c17e 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1 +1 @@
-crate-docs-theme
+crate-docs-theme>=0.37.2.dev0