diff --git a/qdrant-landing/content/documentation/cloud/_index.md b/qdrant-landing/content/documentation/cloud/_index.md index e75afdd65..bbb9b719b 100644 --- a/qdrant-landing/content/documentation/cloud/_index.md +++ b/qdrant-landing/content/documentation/cloud/_index.md @@ -26,9 +26,4 @@ Each database cluster comes pre-configured with the following tools, features, a - Available natively on AWS and GCP, and Azure. - Available on your own infrastructure and other providers if you use the Hybrid Cloud. -## Getting started with Qdrant Cloud - -To get started with Qdrant Cloud: - -1. [**Set up an account**](/documentation/cloud/qdrant-cloud-setup/) -2. [**Create a Qdrant cluster**](/documentation/cloud/create-cluster/) +## Ready? [**Click here to get started!**](/documentation/cloud/getting-started/) diff --git a/qdrant-landing/content/documentation/cloud/getting-started.md b/qdrant-landing/content/documentation/cloud/getting-started.md new file mode 100644 index 000000000..746a358f2 --- /dev/null +++ b/qdrant-landing/content/documentation/cloud/getting-started.md @@ -0,0 +1,32 @@ +--- +title: Getting Started +weight: 1 +--- + +# Getting Started with Qdrant Managed Cloud + +Welcome to Qdrant Managed Cloud! This document contains all the information you need to get started. + +## Prerequisites + +Before creating a cluster, make sure you have a Qdrant Cloud account. Detailed instructions for signing up can be found in the [Qdrant Cloud Setup](/documentation/cloud/qdrant-cloud-setup/) guide. You also need to provide [payment details](/documentation/cloud/pricing-payments/). If you have a custom payment agreement, first create your account, then [contact our Support Team](https://support.qdrant.io/) to finalize the setup. + +Premium Plan subscribers can enable single sign-on (SSO) for their organizations. To activate SSO, please reach out to the Support Team at [https://support.qdrant.io/](https://support.qdrant.io/) for guidance. + +## Cluster Sizing + +Before deploying any cluster, consider the resources needed for your specific workload. Our [Capacity Planning guide](/documentation/guides/capacity-planning/) describes how to assess the required CPU, memory, and storage. Additionally, the [Pricing Calculator](https://cloud.qdrant.io/calculator) helps you estimate associated costs based on your projected usage. + +## Creating and Managing Clusters + +After setting up your account, you can create a Qdrant Cluster by following the steps in [Create a Cluster](/documentation/cloud/create-cluster/). + +## Preparing for Production + +For a production-ready environment, consider deploying a multi-node Qdrant cluster (at least three nodes) with replication enabled. Instructions for configuring distributed clusters are available in the [Distributed Deployment](/documentation/guides/distributed_deployment/) guide. + +If you are looking to optimize costs, you can reduce memory usage through [Quantization](/documentation/guides/quantization/) or by [offloading vectors to disk](/documentation/concepts/storage/#configuring-memmap-storage). + +## Support + +If you need assistance, you can reach our Support Team through the Qdrant Cloud UI or directly via [https://support.qdrant.io/](https://support.qdrant.io/). Information on service-level agreements is provided at [https://qdrant.to/sla](https://qdrant.to/sla).