diff --git a/.gitignore b/.gitignore
index a997a074bca..c75ce46f5cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,4 +40,10 @@ FormatFactorySettingsDeclaration.h
FormatFactorySettings.h
Settings.cpp
+# Files whose content gets autogenerated
+docs/en/cloud/manage/api/invitations-api-reference.md
+docs/en/cloud/manage/api/keys-api-reference.md
+docs/en/cloud/manage/api/members-api-reference.md
+docs/en/cloud/manage/api/organizations-api-reference.md
+docs/en/cloud/manage/api/services-api-reference.md
.vscode
diff --git a/docs/en/chdb/getting-started.md b/docs/en/chdb/getting-started.md
index 31bef373875..978c3889afb 100644
--- a/docs/en/chdb/getting-started.md
+++ b/docs/en/chdb/getting-started.md
@@ -147,7 +147,7 @@ This is fine to do with variables defined in your program, but don't do it with
## Configuring the output format
The default output format is `CSV`, but we can change that via the `output_format` parameter.
-chDB supports the ClickHouse data formats, as well as [some of its own](data-formats.md), including `DataFrame`, which returns a Pandas DataFrame:
+chDB supports the ClickHouse data formats, as well as [some of its own](/docs/en/chdb/reference/data-formats.md), including `DataFrame`, which returns a Pandas DataFrame:
```python
result = chdb.query(
diff --git a/docs/en/chdb/guides/index.md b/docs/en/chdb/guides/index.md
new file mode 100644
index 00000000000..a2c0f17360c
--- /dev/null
+++ b/docs/en/chdb/guides/index.md
@@ -0,0 +1,13 @@
+---
+title: chDB Guides
+slug: /en/chdb/guides
+description: Index page for chDB guides
+keywords: [chdb, guides]
+---
+
+import TableOfContentsJSON from './table_of_contents.json'
+import { TableOfContents } from '/src/components/TableOfContents'
+
+Take a look at our chDB developer guides below:
+
+
diff --git a/docs/en/get-started/sql-console.md b/docs/en/cloud/get-started/sql-console.md
similarity index 96%
rename from docs/en/get-started/sql-console.md
rename to docs/en/cloud/get-started/sql-console.md
index 4b1547a3a74..96b1ca6af0d 100644
--- a/docs/en/get-started/sql-console.md
+++ b/docs/en/cloud/get-started/sql-console.md
@@ -1,6 +1,6 @@
---
sidebar_title: SQL Console
-slug: /en/get-started/sql-console
+slug: /en/cloud/get-started/sql-console
description: Run queries and create visualizations using the SQL Console.
keywords: [sql console, sql client, cloud console, console]
---
@@ -133,11 +133,11 @@ To save a query, simply click the "Save" button immediately next to the "Run" bu
Using the shortcut cmd / ctrl + s will also save any work in the current query tab.
:::
-
+
Alternatively, you can simultaneously name and save a query by clicking on "Untitled Query" in the toolbar, adjusting the name, and hitting Enter:
-
+
### Query Sharing
@@ -145,32 +145,32 @@ The SQL console allows you to easily share queries with your team members. The S
- Owner (can adjust sharing options)
- Write access
-- Read only access
+- Read-only access
- No access
After saving a query, click the "Share" button in the toolbar. A modal with sharing options will appear:
-
+
To adjust query access for all organization members with access to the service, simply adjust the access level selector in the top line:
-
+
After applying the above, the query can now be viewed (and executed) by all team members with access to the SQL console for the service.
To adjust query access for specific members, select the desired team member from the "Add a team member" selector:
-
+
After selecting a team member, a new line item should appear with an access level selector:
-
+
### Accessing Shared Queries
If a query has been shared with you, it will be displayed in the "Queries" tab of the SQL console left sidebar:
-
+
### Linking to a query (permalinks)
diff --git a/docs/en/cloud/manage/api/api-reference-index.md b/docs/en/cloud/manage/api/api-reference-index.md
new file mode 100644
index 00000000000..76a4b1c7ede
--- /dev/null
+++ b/docs/en/cloud/manage/api/api-reference-index.md
@@ -0,0 +1,12 @@
+---
+title: Cloud API
+slug: /en/cloud/manage/api/
+---
+
+| Page | Description |
+|--------------------|----------------------------------|
+| [Invitations](/docs/en/cloud/manage/api/invitations-api-reference) | API reference for invitations. |
+| [Keys](/docs/en/cloud/manage/api/keys-api-reference) | API reference for keys. |
+| [Members](/docs/en/cloud/manage/api/members-api-reference) | API reference for requests. |
+| [Organizations](/docs/en/cloud/manage/api/organizations-api-reference) | API reference for organizations. |
+| [Services](/docs/en/cloud/manage/api/services-api-reference) | API reference for services. |
\ No newline at end of file
diff --git a/docs/en/cloud/manage/api/index.md b/docs/en/cloud/manage/api/index.md
new file mode 100644
index 00000000000..b0ba91d5499
--- /dev/null
+++ b/docs/en/cloud/manage/api/index.md
@@ -0,0 +1,10 @@
+---
+title: Cloud API
+slug: en/cloud/manage/api
+---
+
+| Page | Description |
+|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
+| [Overview](/docs/en/cloud/manage/api/api-overview) | Provides an overview of rate limits, Terraform Provider, Swagger (OpenAPI) Endpoint and UI and available support. |
+| [Managing API Keys](/docs/en/cloud/manage/openapi)| Learn more about Cloud's API utilizing OpenAPI that allows you to programmatically manage your account and aspects of your services. |
+| [API Reference](/docs/en/cloud/manage/api) | API reference documentation. |
diff --git a/docs/en/cloud/manage/api/invitations-api-reference.md b/docs/en/cloud/manage/api/invitations-api-reference.md
index 0a1cb16da2f..0523a976d5e 100644
--- a/docs/en/cloud/manage/api/invitations-api-reference.md
+++ b/docs/en/cloud/manage/api/invitations-api-reference.md
@@ -5,5 +5,5 @@ title: Invitations
## List all invitations
-This file is generated by `clickhouseapi.js` during the build process. If the
-content needs changing please edit `clickhouseapi.js`.
+This file is generated by `clickhouseapi.js` during the build process. If the
+content needs changing please edit `clickhouseapi.js`.
\ No newline at end of file
diff --git a/docs/en/cloud/manage/api/keys-api-reference.md b/docs/en/cloud/manage/api/keys-api-reference.md
index 61ce4d28399..75681109d12 100644
--- a/docs/en/cloud/manage/api/keys-api-reference.md
+++ b/docs/en/cloud/manage/api/keys-api-reference.md
@@ -5,5 +5,5 @@ title: Keys
## Get list of all keys
-This file is generated by `clickhouseapi.js` during the build process. If the
-content needs changing please edit `clickhouseapi.js`.
+This file is generated by `clickhouseapi.js` during the build process. If the
+content needs changing please edit `clickhouseapi.js`.
\ No newline at end of file
diff --git a/docs/en/cloud/manage/api/members-api-reference.md b/docs/en/cloud/manage/api/members-api-reference.md
index c3b587528d9..1f42f1301a0 100644
--- a/docs/en/cloud/manage/api/members-api-reference.md
+++ b/docs/en/cloud/manage/api/members-api-reference.md
@@ -5,5 +5,5 @@ title: Members
## List organization members
-This file is generated by `clickhouseapi.js` during the build process. If the
-content needs changing please edit `clickhouseapi.js`.
+This file is generated by `clickhouseapi.js` during the build process. If the
+content needs changing please edit `clickhouseapi.js`.
\ No newline at end of file
diff --git a/docs/en/cloud/manage/api/organizations-api-reference.md b/docs/en/cloud/manage/api/organizations-api-reference.md
index 9a47f0bc5f3..dd1a826d63b 100644
--- a/docs/en/cloud/manage/api/organizations-api-reference.md
+++ b/docs/en/cloud/manage/api/organizations-api-reference.md
@@ -5,5 +5,5 @@ title: Organizations
## Get organization details
-This file is generated by `clickhouseapi.js` during the build process. If the
-content needs changing please edit `clickhouseapi.js`.
+This file is generated by `clickhouseapi.js` during the build process. If the
+content needs changing please edit `clickhouseapi.js`.
\ No newline at end of file
diff --git a/docs/en/cloud/manage/api/services-api-reference.md b/docs/en/cloud/manage/api/services-api-reference.md
index 5eab7df4299..1b6af86f3d3 100644
--- a/docs/en/cloud/manage/api/services-api-reference.md
+++ b/docs/en/cloud/manage/api/services-api-reference.md
@@ -5,5 +5,5 @@ title: Services
## List of organization services
-This file is generated by `clickhouseapi.js` during the build process. If the
-content needs changing please edit `clickhouseapi.js`.
+This file is generated by `clickhouseapi.js` during the build process. If the
+content needs changing please edit `clickhouseapi.js`.
\ No newline at end of file
diff --git a/docs/en/cloud/manage/billing.md b/docs/en/cloud/manage/billing.md
index e3d2f362c3a..ee0d33ab300 100644
--- a/docs/en/cloud/manage/billing.md
+++ b/docs/en/cloud/manage/billing.md
@@ -1,6 +1,6 @@
---
sidebar_label: Overview
-slug: /en/manage/billing
+slug: /en/cloud/manage/billing/overview
title: Billing
---
diff --git a/docs/en/cloud/manage/billing/index.md b/docs/en/cloud/manage/billing/index.md
new file mode 100644
index 00000000000..d41f76cde04
--- /dev/null
+++ b/docs/en/cloud/manage/billing/index.md
@@ -0,0 +1,13 @@
+---
+slug: /en/cloud/manage/billing
+title: Billing
+description: Table of contents page for billing.
+keywords: [billing, payment thresholds, trouble shooting, marketplace]
+---
+
+| Page |
+|----------------------------------------------------------------------------------|
+| [Overview](/docs/en/cloud/marketplace/marketplace-billing) |
+| [Payment Thresholds](/docs/en/cloud/billing/payment-thresholds) |
+| [Troubleshooting Billing Issues](/docs/en/manage/troubleshooting-billing-issues) |
+| [Marketplace](/docs/en/cloud/manage/) |
diff --git a/docs/en/cloud/manage/billing/marketplace/index.md b/docs/en/cloud/manage/billing/marketplace/index.md
index 71965a4d6d8..6f18678a3a1 100644
--- a/docs/en/cloud/manage/billing/marketplace/index.md
+++ b/docs/en/cloud/manage/billing/marketplace/index.md
@@ -1,81 +1,16 @@
---
-slug: /en/cloud/marketplace
-title: Marketplace Billing
-description: Subscribe to ClickHouse Cloud through the AWS, GCP, and Azure marketplace.
-keywords: [aws, azure, gcp, google cloud, marketplace, billing]
+slug: /en/cloud/manage/marketplace/
+title: Market Place
+description: Market Place Table of Contents page
+keywords: [Marketplace Billing, AWS, GCP]
---
-You can subscribe to ClickHouse Cloud through the AWS, GCP, and Azure marketplaces. This allows you to pay for ClickHouse Cloud through your existing cloud provider billing.
-
-You can either use pay-as-you-go (PAYG) or commit to a contract with ClickHouse Cloud through the marketplace. The billing will be handled by the cloud provider, and you will receive a single invoice for all your cloud services.
-
-- [AWS Marketplace PAYG](/en/cloud/billing/marketplace/aws-marketplace-payg)
-- [AWS Marketplace Committed Contract](/en/cloud/billing/marketplace/aws-marketplace-committed-contract)
-- [GCP Marketplace PAYG](/en/cloud/billing/marketplace/gcp-marketplace-payg)
-- [GCP Marketplace Committed Contract](/en/cloud/billing/marketplace/gcp-marketplace-committed-contract)
-- [Azure Marketplace PAYG](/en/cloud/billing/marketplace/azure-marketplace-payg)
-- [Azure Marketplace Committed Contract](/en/cloud/billing/marketplace/azure-marketplace-committed-contract)
-
-## FAQs
-
-### How can I verify that my organization is connected to marketplace billing?
-
-In the ClickHouse Cloud console, navigate to **Billing**. You should see the name of the marketplace and the link in the **Payment details** section.
-
-### I am an existing ClickHouse Cloud user. What happens when I subscribe to ClickHouse Cloud via AWS / GCP / Azure marketplace?
-
-Signing up for ClickHouse Cloud from the cloud provider marketplace is a two step process:
-1. You first "subscribe" to ClickHouse Cloud on the cloud providers' marketplace portal. After you have finished subscribing, you click on "Pay Now" or "Manage on Provider" (depending on the marketplace). This redirects you to ClickHouse Cloud.
-2. On Clickhouse Cloud you either register for a new account, or sign in with an existing account. Either way, a new ClickHouse Cloud organization will be created for you which is tied to your marketplace billing.
-
-NOTE: Your existing services and organizations from any prior ClickHouse Cloud signups will remain and they will not be connected to the marketplace billing. ClickHouse Cloud allows you to use the same account to manage multiple organization, each with different billing.
-
-You can switch between organizations from the bottom left menu of the ClickHouse Cloud console.
-
-### I am an existing ClickHouse Cloud user. What should I do if I want my existing services to be billed via marketplace?
-
-You will need to subscribe to ClickHouse Cloud via the cloud provider marketplace. Once you finish subscribing on the marketplace, and redirect to ClickHouse Cloud you will have the option of linking an existing ClickHouse Cloud organization to marketplace billing. From that point on, your existing resources will now get billed via the marketplace.
-
-
-
-You can confirm from the organization's billing page that billing is indeed now linked to the marketplace. Please contact [ClickHouse Cloud support](https://clickhouse.com/support/program) if you run into any issues.
-
-:::note
-Your existing services and organizations from any prior ClickHouse Cloud signups will remain and they will not be connected to the marketplace billing.
-:::
-
-### I subscribed to ClickHouse Cloud as a marketplace user. How can I unsubscribe?
-
-Note that you can simply stop using ClickHouse Cloud and delete all existing ClickHouse Cloud services. Even though the subscription will still be active, you will not be paying anything as ClickHouse Cloud doesn't have any recurring fees.
-
-If you want to unsubscribe, please navigate to the Cloud Provider console and cancel the subscription renewal there. Once the subscription ends, all existing services will be stopped and you will be prompted to add a credit card. If no card was added, after two weeks all existing services will be deleted.
-
-### I subscribed to ClickHouse Cloud as a marketplace user, and then unsubscribed. Now I want to subscribe back, what is the process?
-
-In that case please subscribe to the ClickHouse Cloud as usual (see sections on subscribing to ClickHouse Cloud via the marketplace).
-
-- For AWS marketplace a new ClickHouse Cloud organization will be created and connected to the marketplace.
-- For the GCP marketplace your old organization will be reactivated.
-
-If you have any trouble with reactivating your marketplace org, please contact [ClickHouse Cloud Support](https://clickhouse.com/support/program).
-
-### How do I access my invoice for my marketplace subscription to the ClickHouse Cloud service?
-
-- [AWS billing Console](https://us-east-1.console.aws.amazon.com/billing/home)
-- [GCP Marketplace orders](https://console.cloud.google.com/marketplace/orders) (select the billing account that you used for subscription)
-
-### Why do the dates on the Usage statements not match my Marketplace Invoice?
-
-Marketplace billing follows the calendar month cycle. For example, for usage between December 1st and January 1st, an invoice will be generated between January 3rd and January 5th.
-
-ClickHouse Cloud usage statements follow a different billing cycle where usage is metered and reported over 30 days starting from the day of sign up.
-
-The usage and invoice dates will differ if these dates are not the same. Since usage statements track usage by day for a given service, users can rely on statements to see the breakdown of costs.
-
-### Where can I find general billing information?
-
-Please see the [Billing overview page](/en/manage/billing).
-
-### Is there a difference in ClickHouse Cloud pricing, whether paying through the cloud provider marketplace or directly to ClickHouse?
-
-There is no difference in pricing between marketplace billing and signing up directly with ClickHouse. In either case, your usage of ClickHouse Cloud is tracked in terms of ClickHouse Cloud Credits (CHCs), which are metered in the same way and billed accordingly.
+| Page |
+|---------------------------------------------------------------------------------------------------------------------|
+| [Marketplace Billing](/docs/en/cloud/marketplace/marketplace-billing) |
+| [AWS Marketplace PAYG](/docs/en/cloud/billing/marketplace/aws-marketplace-payg) |
+| [AWS Marketplace Committed Contract](/docs/en/cloud/billing/marketplace/aws-marketplace-committed-contract) |
+| [GCP Marketplace PAYG](/docs/en/cloud/billing/marketplace/gcp-marketplace-payg) |
+| [GCP Marketplace Committed Contract](/docs/en/cloud/billing/marketplace/gcp-marketplace-committed-contract) |
+| [Azure Marketplace PAYG](/docs/en/cloud/billing/marketplace/azure-marketplace-payg) |
+| [Azure Marketplace Committed Contract](/docs/en/cloud/billing/marketplace/azure-marketplace-committed-contract) |
\ No newline at end of file
diff --git a/docs/en/cloud/manage/billing/marketplace/overview.md b/docs/en/cloud/manage/billing/marketplace/overview.md
new file mode 100644
index 00000000000..e1699dcb4ec
--- /dev/null
+++ b/docs/en/cloud/manage/billing/marketplace/overview.md
@@ -0,0 +1,81 @@
+---
+slug: /en/cloud/marketplace/marketplace-billing
+title: Marketplace Billing
+description: Subscribe to ClickHouse Cloud through the AWS, GCP, and Azure marketplace.
+keywords: [aws, azure, gcp, google cloud, marketplace, billing]
+---
+
+You can subscribe to ClickHouse Cloud through the AWS, GCP, and Azure marketplaces. This allows you to pay for ClickHouse Cloud through your existing cloud provider billing.
+
+You can either use pay-as-you-go (PAYG) or commit to a contract with ClickHouse Cloud through the marketplace. The billing will be handled by the cloud provider, and you will receive a single invoice for all your cloud services.
+
+- [AWS Marketplace PAYG](/en/cloud/billing/marketplace/aws-marketplace-payg)
+- [AWS Marketplace Committed Contract](/en/cloud/billing/marketplace/aws-marketplace-committed-contract)
+- [GCP Marketplace PAYG](/en/cloud/billing/marketplace/gcp-marketplace-payg)
+- [GCP Marketplace Committed Contract](/en/cloud/billing/marketplace/gcp-marketplace-committed-contract)
+- [Azure Marketplace PAYG](/en/cloud/billing/marketplace/azure-marketplace-payg)
+- [Azure Marketplace Committed Contract](/en/cloud/billing/marketplace/azure-marketplace-committed-contract)
+
+## FAQs
+
+### How can I verify that my organization is connected to marketplace billing?
+
+In the ClickHouse Cloud console, navigate to **Billing**. You should see the name of the marketplace and the link in the **Payment details** section.
+
+### I am an existing ClickHouse Cloud user. What happens when I subscribe to ClickHouse Cloud via AWS / GCP / Azure marketplace?
+
+Signing up for ClickHouse Cloud from the cloud provider marketplace is a two step process:
+1. You first "subscribe" to ClickHouse Cloud on the cloud providers' marketplace portal. After you have finished subscribing, you click on "Pay Now" or "Manage on Provider" (depending on the marketplace). This redirects you to ClickHouse Cloud.
+2. On Clickhouse Cloud you either register for a new account, or sign in with an existing account. Either way, a new ClickHouse Cloud organization will be created for you which is tied to your marketplace billing.
+
+NOTE: Your existing services and organizations from any prior ClickHouse Cloud signups will remain and they will not be connected to the marketplace billing. ClickHouse Cloud allows you to use the same account to manage multiple organization, each with different billing.
+
+You can switch between organizations from the bottom left menu of the ClickHouse Cloud console.
+
+### I am an existing ClickHouse Cloud user. What should I do if I want my existing services to be billed via marketplace?
+
+You will need to subscribe to ClickHouse Cloud via the cloud provider marketplace. Once you finish subscribing on the marketplace, and redirect to ClickHouse Cloud you will have the option of linking an existing ClickHouse Cloud organization to marketplace billing. From that point on, your existing resources will now get billed via the marketplace.
+
+
+
+You can confirm from the organization's billing page that billing is indeed now linked to the marketplace. Please contact [ClickHouse Cloud support](https://clickhouse.com/support/program) if you run into any issues.
+
+:::note
+Your existing services and organizations from any prior ClickHouse Cloud signups will remain and they will not be connected to the marketplace billing.
+:::
+
+### I subscribed to ClickHouse Cloud as a marketplace user. How can I unsubscribe?
+
+Note that you can simply stop using ClickHouse Cloud and delete all existing ClickHouse Cloud services. Even though the subscription will still be active, you will not be paying anything as ClickHouse Cloud doesn't have any recurring fees.
+
+If you want to unsubscribe, please navigate to the Cloud Provider console and cancel the subscription renewal there. Once the subscription ends, all existing services will be stopped and you will be prompted to add a credit card. If no card was added, after two weeks all existing services will be deleted.
+
+### I subscribed to ClickHouse Cloud as a marketplace user, and then unsubscribed. Now I want to subscribe back, what is the process?
+
+In that case please subscribe to the ClickHouse Cloud as usual (see sections on subscribing to ClickHouse Cloud via the marketplace).
+
+- For AWS marketplace a new ClickHouse Cloud organization will be created and connected to the marketplace.
+- For the GCP marketplace your old organization will be reactivated.
+
+If you have any trouble with reactivating your marketplace org, please contact [ClickHouse Cloud Support](https://clickhouse.com/support/program).
+
+### How do I access my invoice for my marketplace subscription to the ClickHouse Cloud service?
+
+- [AWS billing Console](https://us-east-1.console.aws.amazon.com/billing/home)
+- [GCP Marketplace orders](https://console.cloud.google.com/marketplace/orders) (select the billing account that you used for subscription)
+
+### Why do the dates on the Usage statements not match my Marketplace Invoice?
+
+Marketplace billing follows the calendar month cycle. For example, for usage between December 1st and January 1st, an invoice will be generated between January 3rd and January 5th.
+
+ClickHouse Cloud usage statements follow a different billing cycle where usage is metered and reported over 30 days starting from the day of sign up.
+
+The usage and invoice dates will differ if these dates are not the same. Since usage statements track usage by day for a given service, users can rely on statements to see the breakdown of costs.
+
+### Where can I find general billing information?
+
+Please see the [Billing overview page](/en/cloud/manage/billing).
+
+### Is there a difference in ClickHouse Cloud pricing, whether paying through the cloud provider marketplace or directly to ClickHouse?
+
+There is no difference in pricing between marketplace billing and signing up directly with ClickHouse. In either case, your usage of ClickHouse Cloud is tracked in terms of ClickHouse Cloud Credits (CHCs), which are metered in the same way and billed accordingly.
diff --git a/docs/en/cloud/manage/dashboards.md b/docs/en/cloud/manage/dashboards.md
index f1fa6057777..2a0386a4e85 100644
--- a/docs/en/cloud/manage/dashboards.md
+++ b/docs/en/cloud/manage/dashboards.md
@@ -42,7 +42,7 @@ We can view the results of the query in table format or start building visualiza

-More documentation around saved queries can be found in the [Saving a Query section](/docs/en/get-started/sql-console#saving-a-query).
+More documentation around saved queries can be found in the [Saving a Query section](/docs/en/cloud/get-started/sql-console#saving-a-query).
We can create and save another query, `query count by query kind`, to count the number of queries by query kind. Here’s a bar chart visualization of the data in the SQL console.
diff --git a/docs/en/cloud/manage/index.md b/docs/en/cloud/manage/index.md
new file mode 100644
index 00000000000..1bf6a118f5a
--- /dev/null
+++ b/docs/en/cloud/manage/index.md
@@ -0,0 +1,27 @@
+---
+slug: /en/cloud/manage
+keywords: [AWS, Cloud, serverless, management]
+title: Overview
+hide_title: true
+---
+
+# Managing Cloud
+
+In this section of the docs you will find all the information you may need about managing ClickHouse cloud. This section contains the following pages:
+
+| Page | Description |
+|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Service Types](/docs/en/cloud/manage/service-types) | Describes the different service options, their features, and considerations for choosing the right one. |
+| [Integrations](/docs/en/manage/integrations) | Covers ClickHouse Cloud's built-in integrations, custom integrations, and integrations that are not supported. |
+| [Backups](/docs/en/cloud/manage/backups) | Describes how backups work in ClickHouse Cloud, what options you have to configure backups for your service, and how to restore from a backup. |
+| [Monitoring](/docs/en/integrations/prometheus) | How to integrate Prometheus as a way to monitor ClickHouse cloud. |
+| [Billing](/docs/en/cloud/manage/billing/overview) | Explains the pricing model for ClickHouse Cloud, including the factors that affect the cost of your service. |
+| [Configuring Settings](/docs/en/manage/settings) | Describes how to configure settings for ClickHouse Cloud. |
+| [Replica-aware Routing](/docs/en/manage/replica-aware-routing) | Explains what Replica-aware Routing in ClickHouse Cloud is, its limitations, and how to configure it. |
+| [Automatic Scaling](/docs/en/manage/scaling) | Explains how ClickHouse Cloud services can be scaled manually or automatically based on your resource needs. |
+| [Service Uptime and SLA](/docs/en/cloud/manage/service-uptime) | Information about service uptimes and Service Level Agreements offered for production instances. |
+| [Notifications](/docs/en/cloud/notifications) | Shows how ClickHouse Cloud notifications are received and how they can be customized. |
+| [Upgrades](/docs/en/manage/updates) | Information on how upgrades are rolled out in ClickHouse Cloud. |
+| [Delete Account](/docs/en/cloud/manage/close_account) | Information on how to close or delete your account when necessary. |
+| [Programmatic API Access with Postman](/docs/en/cloud/manage/postman) | A guide to help you test the ClickHouse API using Postman. |
+| [Troubleshooting](/docs/en/faq/troubleshooting) | A collection of commonly encountered issues and how to troubleshoot them. |
\ No newline at end of file
diff --git a/docs/en/cloud/reference/changelog.md b/docs/en/cloud/reference/changelog.md
index f67081e6de7..95f174b7eb6 100644
--- a/docs/en/cloud/reference/changelog.md
+++ b/docs/en/cloud/reference/changelog.md
@@ -54,7 +54,7 @@ We are excited to announce the GA release of Query API Endpoints in ClickHouse C
In addition to these improvements, we are excited to announce generic query API endpoints that, leveraging our existing framework, allow you to execute arbitrary SQL queries against your ClickHouse Cloud service(s). Generic endpoints can be enabled and configured from the service settings page.
-To get started, follow the [Query API Endpoints documentation](/docs/en/get-started/query-endpoints).
+To get started, follow the [Query API Endpoints documentation](/docs/en/cloud/get-started/query-endpoints).
diff --git a/docs/en/cloud/security/cloud-access-management.md b/docs/en/cloud/security/cloud-access-management/cloud-access-management.md
similarity index 99%
rename from docs/en/cloud/security/cloud-access-management.md
rename to docs/en/cloud/security/cloud-access-management/cloud-access-management.md
index 5b212de4446..f39e34f852b 100644
--- a/docs/en/cloud/security/cloud-access-management.md
+++ b/docs/en/cloud/security/cloud-access-management/cloud-access-management.md
@@ -1,6 +1,6 @@
---
sidebar_label: Overview
-slug: /en/cloud/security/cloud-access-management
+slug: /en/cloud/security/cloud-access-management/overview
title: Cloud access management
---
diff --git a/docs/en/cloud/security/cloud-authentication.md b/docs/en/cloud/security/cloud-access-management/cloud-authentication.md
similarity index 100%
rename from docs/en/cloud/security/cloud-authentication.md
rename to docs/en/cloud/security/cloud-access-management/cloud-authentication.md
diff --git a/docs/en/cloud/security/cloud-access-management/index.md b/docs/en/cloud/security/cloud-access-management/index.md
new file mode 100644
index 00000000000..bc91c4e7c17
--- /dev/null
+++ b/docs/en/cloud/security/cloud-access-management/index.md
@@ -0,0 +1,13 @@
+---
+slug: /en/cloud/security/cloud-access-management
+title: Cloud Access Management
+Description: Cloud Access Management Table Of Contents
+---
+
+| Page | Description |
+|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Overview](/docs/en/cloud/security/cloud-access-management/overview) | Overview of access control in ClickHouse Cloud |
+| [Cloud Authentication](/docs/en/cloud/security/cloud-authentication) | A guide which explores some good practices for configuring your authentication |
+| [SAML SSO Setup](/docs/en/cloud/security/saml-setup) | A guide on how to setup SAML SSO. |
+| [Common Access Management Queries](/docs/en/cloud/security/common-access-management-queries) | Article showing the basics of defining SQL users and roles and applying those privileges and permissions to databases, tables, rows, and columns. |
+| [Inviting New Users](/docs/en/cloud/security/inviting-new-users) | A how-to for inviting new users to your organization and how to assign them roles. |
diff --git a/docs/en/cloud/security/connectivity-overview.md b/docs/en/cloud/security/connectivity-overview.md
new file mode 100644
index 00000000000..660a447d901
--- /dev/null
+++ b/docs/en/cloud/security/connectivity-overview.md
@@ -0,0 +1,15 @@
+---
+slug: /en/cloud/security/connectivity
+title: connectivity overview
+---
+
+# Connectivity
+
+This section looks at connectivity and contains the following pages:
+
+| Page | Description |
+|----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
+| [Setting IP Filters](/docs/en/cloud/security/setting-ip-filters) | A guide on how to control traffic to your ClickHouse services using IP access lists. |
+| [Private Networking](/docs/en/cloud/security/private-link-overview) | Information on how to connect your services to your cloud virtual network. |
+| [Accessing S3 Data Securely](/docs/en/cloud/security/secure-s3) | A guide on how to leverage role-based access to authenticate with Amazon Simple Storage Service(S3) and access data securely. |
+| [Cloud IP Addresses](/docs/en/manage/security/cloud-endpoints-api) | Tables listing the static IPs and S3 endpoints for each supported cloud and region in ClickHouse Cloud. |
\ No newline at end of file
diff --git a/docs/en/cloud/security/index.md b/docs/en/cloud/security/index.md
new file mode 100644
index 00000000000..4e448255ba1
--- /dev/null
+++ b/docs/en/cloud/security/index.md
@@ -0,0 +1,19 @@
+---
+slug: /en/cloud/security
+keywords: [Cloud, Security]
+title: Overview
+hide_title: true
+---
+
+# ClickHouse Cloud Security
+
+This section delves into security in ClickHouse Cloud and contains the following pages:
+
+| Page | Description |
+|------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
+| [Shared Responsibility Model](en/cloud/security/shared-responsibility-model) | Information on the security features offered for each service type. |
+| [Cloud Access Management](.) | Information on access control, authentication, SSO setup, common access management queries and how to invite new users. |
+| [Connectivity](.) | Information on setting IP filters, private networking, secure access of S3 data and Cloud IP addresses. |
+| [Customer Managed Encryption Keys](.) | Information about how customers can leverage their own Key Management Service (KMS) key. |
+| [Audit Logging](en/cloud/security/audit-logging) | A guide to audit logging in ClickHouse Cloud. |
+| [Privacy and Compliance](.) | Information on security and compliance of ClickHouse Cloud, a guide on how to view and correct your personal information. |
\ No newline at end of file
diff --git a/docs/en/cloud/security/privacy-compliance-overview.md b/docs/en/cloud/security/privacy-compliance-overview.md
new file mode 100644
index 00000000000..9f3fd751a76
--- /dev/null
+++ b/docs/en/cloud/security/privacy-compliance-overview.md
@@ -0,0 +1,14 @@
+---
+sidebar_label: Privacy and Compliance Overview
+slug: /en/cloud/security/privacy-compliance-overview
+title: Privacy Compliance Overview
+---
+
+# Privacy and Compliance
+
+This section contains the following pages:
+
+| Page | Description |
+|----------------------------------------------------------------------------|--------------------------------------------------------------|
+| [Security and Compliance](/docs/en/cloud/security/security-and-compliance) | Security reports and privacy compliance of ClickHouse Cloud. |
+| [Personal Data Access](/docs/en/cloud/security/personal-data-access) | Information on how to access your personal data. |
\ No newline at end of file
diff --git a/docs/en/data-modeling/index.md b/docs/en/data-modeling/index.md
new file mode 100644
index 00000000000..594ef15faa8
--- /dev/null
+++ b/docs/en/data-modeling/index.md
@@ -0,0 +1,18 @@
+---
+slug: /en/data-modeling/overview
+title: Data Modelling Overview
+description: Overview of Data Modelling
+keywords: [data modelling, schema design, dictionary, materialized view, data compression, denormalizing data]
+---
+
+# Data Modeling
+
+This section is about data modeling in ClickHouse and contains the following topics:
+
+| Page | Description |
+|-------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Schema Design](/docs/en/data-modeling/schema-design) | Discusses ClickHouse schema design for optimal performance, considering factors like queries, data updates, latency, and volume. |
+| [Dictionary](/docs/en/dictionary) | An explainer on how to define and use dictionaries to improve query performance and enrich data. |
+| [Materialized View](/docs/en/materialized-view) | Information on Materialized Views and Refreshable Materialized Views in ClickHouse. |
+| [Data Compression](/docs/en/data-compression/compression-in-clickhouse) | Discusses various compression modes in ClickHouse and how to optimize data storage and query performance by choosing the right compression method for your specific data types and workloads. |
+| [Denormalizing Data](/docs/en/data-modeling/denormalization) | Discusses the denormalization approach used in ClickHouse which aims to improve query performance by storing related data in a single table. |
diff --git a/docs/en/deployment-guides/index.md b/docs/en/deployment-guides/index.md
new file mode 100644
index 00000000000..fedbe1ec0c2
--- /dev/null
+++ b/docs/en/deployment-guides/index.md
@@ -0,0 +1,15 @@
+---
+slug: /en/deployment-guides/index
+title: Deployment Guides Overview
+---
+
+# Deployment and Scaling
+
+This section covers the following topics:
+
+| Topic |
+|------------------------------------------------------------------|
+| [Introduction](/en/architecture/introduction) |
+| [Scaling Out](/en/architecture/horizontal-scaling) |
+| [Replication for fault tolerance](/en/architecture/replication) |
+| [Cluster Deployment](/en/architecture/cluster-deployment) |
\ No newline at end of file
diff --git a/docs/en/guides/best-practices/index.md b/docs/en/guides/best-practices/index.md
new file mode 100644
index 00000000000..4488abda6d1
--- /dev/null
+++ b/docs/en/guides/best-practices/index.md
@@ -0,0 +1,25 @@
+---
+slug: /en/operations/overview
+sidebar_label: Performance and Optimizations Overview
+description: Overview page of Performance and Optimizations
+---
+
+# Performance and Optimizations
+
+This section covers the following topics:
+
+| Topic | Description |
+|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Overview](/docs/en/optimize) | Provides an overview and suggested reading before working through this section of the docs. |
+| [Analyzer](/docs/en/operations/analyzer) | Looks at the ClickHouse Analyzer, a tool for analyzing and optimizing queries. Discusses how the Analyzer works, its benefits (e.g., identifying performance bottlenecks), and how to use it to improve your ClickHouse queries' efficiency. |
+| [Asynchronous Inserts](/docs/en/optimize/asynchronous-inserts) | Focuses on ClickHouse's asynchronous inserts feature. It likely explains how asynchronous inserts work (batching data on the server for efficient insertion) and their benefits (improved performance by offloading insert processing). It might also cover enabling asynchronous inserts and considerations for using them effectively in your ClickHouse environment. |
+| [Avoid Mutations](/docs/en/optimize/avoid-mutations) | Discusses the importance of avoiding mutations (updates and deletes) in ClickHouse. It recommends using append-only inserts for optimal performance and suggests alternative approaches for handling data changes. |
+| [Avoid Nullable Columns](/docs/en/optimize/avoid-nullable-columns)| Discusses why you may want to avoid Nullable columns to save space and increase performance. Demosntrates how to set a default value for a column. |
+| [Avoid Optimize Final](/docs/en/optimize/avoidoptimizefinal) | Explains how the `OPTIMIZE TABLE ... FINAL` query is resource-intensive and suggests alternative approaches to optimize ClickHouse performance. |
+| [Bulk Inserts](/docs/en/optimize/bulk-inserts) | Explains the benefits of using bulk inserts in ClickHouse. |
+| [Partitioning Key](/docs/en/optimize/partitioning-key) | Delves into ClickHouse partition key optimization. Explains how choosing the right partition key can significantly improve query performance by allowing ClickHouse to quickly locate relevant data segments. Covers best practices for selecting efficient partition keys and potential pitfalls to avoid. |
+| [Data Skipping Indexes](/docs/en/optimize/skipping-indexes) | Explains data skipping indexes as a way to optimize performance. |
+| [Sparse Primary Indexes](/docs/en/optimize/sparse-primary-indexes)| Discusses sparse primary indexes in ClickHouse which are used to significantly accelerate query execution. |
+| [Query Profiling](/docs/en/operations/optimizing-performance/sampling-query-profiler) | Explains ClickHouse's Sampling Query Profiler, a tool that helps analyze query execution. |
+| [Testing Hardware](/docs/en/operations/performance-test) | How to run a basic ClickHouse performance test on any server without installation of ClickHouse packages. (Not applicable to ClickHouse Cloud) |
+| [Query Cache](/docs/en/operations/query-cache) | Details ClickHouse's Query Cache, a feature that aims to improve performance by caching the results of frequently executed `SELECT` queries. |
diff --git a/docs/en/guides/developer/index.md b/docs/en/guides/developer/index.md
new file mode 100644
index 00000000000..cfdd6bd5f3b
--- /dev/null
+++ b/docs/en/guides/developer/index.md
@@ -0,0 +1,21 @@
+---
+slug: /en/guides/developer/overview
+sidebar_label: Advanced Guides Overview
+description: Overview of the advanced guides
+---
+
+# Advanced Guides
+
+This section contains the following advanced guides:
+
+| Guide | Description |
+|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Alternative Query Languages](en/guides/developer/alternative-query-languages) | A guide on alternative supported dialects and how to use them. Provides examples of queries in each dialect. |
+| [Cascading Materialized Views](en/guides/developer/cascading-materialized-views) | A guide on how to create Materialized Views and cascade them together, combine multiple source tables into a single destination table. Contains an example of using cascading materialized views to aggregate data by month and year for a group of domain names. |
+| [Debugging memory issues](en/guides/developer/debugging-memory-issues) | A guide on how to debug memory issues within ClickHouse. |
+| [Deduplicating Inserts on Retries](en/guides/developer/deduplicating-inserts-on-retries) | A guide on how to handle situations where you might retry failed inserts. |
+| [Deduplication Strategies](en/guides/developer/deduplication) | A guide which dives into data deduplication, a technique for removing duplicate rows from your database. Explains differences from primary key-based deduplication in OLTP systems, ClickHouse's approach to deduplication and how to handle duplicate data scenarios within your ClickHouse queries. |
+| [Filling gaps in time-series data](en/guides/developer/time-series-filling-gaps) | A guide which provides insights into ClickHouse's capabilities for handling time-series data, including techniques for filling gaps in data to create a more complete and continuous representation of time-series information. |
+| [Manage Data with TTL (Time-to-live)](en/guides/developer/ttl) | A guide discussing how to use the `WITH FILL` clause to fill gaps in time-series data. It covers how to fill gaps with 0 values, how to specify a starting point for filling gaps, how to fill gaps up to a specific end point, and how to interpolate values for cumulative calculations. |
+| [Understanding Query Execution with the Analyzer](en/guides/developer/understanding-query-execution-with-the-analyzer) | A guide which demystifies ClickHouse query execution by introducing the analyzer tool. It explains how the analyzer breaks down a query into a series of steps, allowing you to visualize and troubleshoot the entire execution process for optimal performance. |
+| [Using JOINs in ClickHouse](en/guides/joining-tables) | A guide that simplifies joining tables in ClickHouse. It covers different join types (`INNER`, `LEFT`, `RIGHT`, etc.), explores best practices for efficient joins (like placing smaller tables on the right), and provides insights on ClickHouse's internal join algorithms to help you optimize your queries for complex data relationships. |
\ No newline at end of file
diff --git a/docs/en/guides/manage-and-deploy-index.md b/docs/en/guides/manage-and-deploy-index.md
new file mode 100644
index 00000000000..9e429c4e7fa
--- /dev/null
+++ b/docs/en/guides/manage-and-deploy-index.md
@@ -0,0 +1,34 @@
+---
+title: Manage and Deploy Overview
+description: Overview page for Manage and Deploy
+---
+
+# Manage and Deploy
+
+This section contains the following topics:
+
+| Topic | Description |
+|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
+| [Deployment and Scaling](/en/deployment-guides/index) | Working deployment examples based on the advice provided to ClickHouse users by the ClickHouse Support and Services organization. |
+| [Separation of Storage and Compute](/docs/en/guides/separation-storage-compute) | Guide exploring how you can use ClickHouse and S3 to implement an architecture with separated storage and compute. |
+| [Sizing and Hardware Recommendations](/docs/en/guides/sizing-and-hardware-recommendations) | Guide discussing general recommendations regarding hardware, compute, memory, and disk configurations for open-source users. |
+| [Configuring ClickHouse Keeper](/docs/en/guides/sre/keeper/clickhouse-keeper) | Information and examples on how to configure ClickHouse Keeper. |
+| [Network ports](/docs/en/guides/sre/network-ports) | List of network ports used by ClickHouse. |
+| [Re-balancing Shards](/docs/en/guides/sre/scaling-clusters) | Recommendations on re-balancing shards. |
+| [Does ClickHouse support multi-region replication?](/docs/en/faq/operations/multi-region-replication) | FAQ on multi-region replication. |
+| [Which ClickHouse version to use in production?](/docs/en/faq/operations/production) | FAQ on ClickHouse versions for production use. |
+| [Cluster Discovery](/docs/en/operations/cluster-discovery) | Information and examples of ClickHouse's cluster discovery feature. |
+| [Monitoring](/docs/en/operations/monitoring) | Information on how you can monitor hardware resource utilization and server metrics of ClickHouse. |
+| [Tracing ClickHouse with OpenTelemetry](/docs/en/operations/opentelemetry) | Information on using OpenTelemetry with ClickHouse. |
+| [Quotas](/docs/en/operations/quotas) | Information and examples on quotas in ClickHouse. |
+| [Secured Communication with Zookeeper](/docs/en/operations/ssl-zookeeper) | Guide to setting up secured communication between ClickHouse and Zookeeper. |
+| [Startup Scripts](/docs/en/operations/startup-scripts) | Example of how to run startup scripts during startup, useful for migrations or automatic schema creation. |
+| [External Disks for Storing Data](/docs/en/operations/storing-data) | Information and examples on configuring external storage with ClickHouse. |
+| [Allocation profiling](/docs/en/operations/allocation-profiling) | Information and examples on allocation sampling and profiling with jemalloc. |
+| [Backup and Restore](/docs/en/operations/backup) | Guide to backing up to a local disk or external storage. |
+| [Caches](/docs/en/operations/caches) | Explainer on the various cache types in ClickHouse. |
+| [Workload scheduling](/docs/en/operations/workload-scheduling) | Explainer on workload scheduling in ClickHouse. |
+| [Self-managed Upgrade](/docs/en/operations/update) | Guidelines on carrying out a self-managed upgrade. |
+| [Troubleshooting](/docs/en/guides/troubleshooting) | Assorted troubleshooting tips. |
+| [Usage Recommendations](/docs/en/operations/tips) | Assorted ClickHouse hardware and software usage recommendations. |
+| [Distributed DDL](/docs/en/sql-reference/distributed-ddl) | Explainer of the `ON CLUSTER` clause. |
\ No newline at end of file
diff --git a/docs/en/integrations/data-ingestion/data-ingestion-index.md b/docs/en/integrations/data-ingestion/data-ingestion-index.md
new file mode 100644
index 00000000000..26aba4463d2
--- /dev/null
+++ b/docs/en/integrations/data-ingestion/data-ingestion-index.md
@@ -0,0 +1,20 @@
+---
+slug: /en/integrations/data-ingestion-overview
+keywords: [Airbyte, Amazon Glue, Apache Beam, dbt, Fivetran, NiFi, dlt, Vector]
+---
+
+# Data Ingestion
+
+ClickHouse integrates with a number of solutions for data integration and transformation.
+For more information check out the pages below:
+
+| Data Ingestion Tool | Description |
+|--------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Airbyte](/docs/en/integrations/airbyte) | An open-source data integration platform. It allows the creation of ELT data pipelines and is shipped with more than 140 out-of-the-box connectors. |
+| [Amazon Glue](/docs/en/integrations/glue) | A fully managed, serverless data integration service provided by Amazon Web Services (AWS) simplifying the process of discovering, preparing, and transforming data for analytics, machine learning, and application development. |
+| [Apache Beam](/docs/en/integrations/apache-beam) | An open-source, unified programming model that enables developers to define and execute both batch and stream (continuous) data processing pipelines. |
+| [dbt](/docs/en/integrations/dbt) | Enables analytics engineers to transform data in their warehouses by simply writing select statements. |
+| [dlt](/docs/en/integrations/dlt) | An open-source library that you can add to your Python scripts to load data from various and often messy data sources into well-structured, live datasets. |
+| [Fivetran](/docs/en/integrations/fivetran) | An automated data movement platform moving data out of, into and across your cloud data platforms. |
+| [NiFi](/docs/en/integrations/nifi) | An open-source workflow management software designed to automate data flow between software systems. |
+| [Vector](/docs/en/integrations/vector) | A high-performance observability data pipeline that puts organizations in control of their observability data. |
\ No newline at end of file
diff --git a/docs/en/integrations/data-ingestion/data-sources-index.md b/docs/en/integrations/data-ingestion/data-sources-index.md
new file mode 100644
index 00000000000..ee82da39ad7
--- /dev/null
+++ b/docs/en/integrations/data-ingestion/data-sources-index.md
@@ -0,0 +1,36 @@
+---
+slug: /en/integrations/index
+keywords: [AWS S3, PostgreSQL, Kafka, Apache Spark, MySQL, Cassandra, Redis, RabbitMQ, MongoDB, Google Cloud Storage, Hive, Hudi, Iceberg, MiniIO, Delta Lake, RocksDB, Splunk, SQlite, NATS, EMQX, local files, JDBC, ODBC]
+description: Datasources overview page
+---
+
+# Data Sources
+
+ClickHouse allows you to easily ingest data into your database from a variety of sources.
+For further information see the pages listed below:
+
+| Data Source |
+|-------------------------------------------------------------------------------|
+| [AWS S3](/docs/en/integrations/s3) |
+| [PostgreSQL](/docs/en/integrations/postgresql) |
+| [Kafka](/docs/en/integrations/kafka) |
+| [Apache Spark](/docs/en/integrations/apache-spark) |
+| [MySQL](/docs/en/integrations/mysql) |
+| [Cassandra](/docs/en/integrations/cassandra) |
+| [Redis](/docs/en/integrations/redis) |
+| [RabbitMQ](/docs/en/integrations/rabbitmq) |
+| [MongoDB](/docs/en/integrations/mongodb) |
+| [Google Cloud Storage (GCS)](/docs/en/integrations/gcs) |
+| [Hive](/docs/en/integrations/hive) |
+| [Hudi](/docs/en/integrations/hudi) |
+| [Iceberg](/docs/en/integrations/iceberg) |
+| [MinIO](/docs/en/integrations/minio) |
+| [Delta Lake](/docs/en/integrations/deltalake) |
+| [RocksDB](/docs/en/integrations/rocksdb) |
+| [Splunk](/docs/en/integrations/splunk) |
+| [SQlite](/docs/en/integrations/sqlite) |
+| [NATS](/docs/en/integrations/nats) |
+| [EMQX](/docs/en/integrations/emqx) |
+| [Insert Local Files](/docs/en/integrations/data-ingestion/insert-local-files) |
+| [JDBC](/docs/en/integrations/jdbc/jdbc-with-clickhouse) |
+| [ODBC](/docs/en/integrations/data-ingestion/dbms/odbc-with-clickhouse) |
\ No newline at end of file
diff --git a/docs/en/integrations/migration/index.md b/docs/en/integrations/migration/index.md
index 2566c2a2317..33a787529ba 100644
--- a/docs/en/integrations/migration/index.md
+++ b/docs/en/integrations/migration/index.md
@@ -2,29 +2,19 @@
sidebar_label: Overview
sidebar_position: 1
keywords: [clickhouse, migrate, migration, migrating, data]
+description: Migrating To Cloud Table Of Contents
+title: Migrating To Cloud
---
-# Migrating Data into ClickHouse
+This section of the docs explores how you can migrate from ClickHouse to ClickHouse Cloud.
+Take a look at the pages below for further information.
-