> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create your first Cloud service and load example data

> Create a ClickHouse Cloud service, explore the SQL console, and load an example dataset to start querying real data in minutes.

<a href="/get-started/quickstarts/home"><Badge size="lg" color="gray" icon="arrow-left">All quickstarts</Badge></a>

<div className="mt-2 flex flex-wrap gap-2">
  <Badge size="lg" color="blue">Real-Time Analytics</Badge>
  <Badge size="lg" color="blue">Data Warehousing</Badge>
  <Badge size="lg" color="blue">Observability</Badge>
  <Badge size="lg" color="blue">AI/ML</Badge>
  <Badge size="lg" color="orange">Cloud</Badge>
</div>

<h2 id="prerequisites">
  Prerequisites
</h2>

There are no prerequisites for this quickstart

<h2 id="what-youll-build">
  What you'll build
</h2>

In this quickstart you'll create your first ClickHouse Cloud service, familiarize yourself with the Cloud console and the built-in SQL console, and load an example dataset so you have real data to query.
By the end, you'll have a running ClickHouse Cloud service with data loaded, ready to use as a foundation for the rest of the quickstart series.

<Steps titleSize="h3">
  <Step>
    ### Sign up for ClickHouse Cloud

    Navigate to [console.clickhouse.cloud](https://console.clickhouse.cloud/). You'll see the sign-in page. Click **Register** next to "Don't have an account yet?" at the bottom.

    <Frame caption="Click Register to create a new account">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/signup-page.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=fa9011731e73323be7e6f214c6dae9e6" alt="ClickHouse Cloud sign-in page with Register link" width="3024" height="1544" data-path="images/get-started/quickstarts/signup-page.png" />
    </Frame>

    On the registration page, sign up with Google, Microsoft, or enter your business email. No credit card is required - the free trial gives you \$300 in credits and 30 days to explore ClickHouse Cloud.

    <Frame caption="Sign up with Google, Microsoft, or your business email">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/enter-details.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=5f1cfb4b35030188c7e9fd9678af24de" alt="ClickHouse Cloud registration page" width="3024" height="1558" data-path="images/get-started/quickstarts/enter-details.png" />
    </Frame>

    If you sign up with email, you'll be asked to set a password. It must meet the following requirements:

    * At least 12 characters
    * At least 3 of: lowercase letters, uppercase letters, numbers, special characters (e.g. `!@#$%^&*`)

    <Frame caption="Enter your password and accept the Terms of Service">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/enter-email.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=2cb1f0f2aa6ce260ff327ae5fb056a30" alt="ClickHouse Cloud email registration with password field" width="3024" height="1544" data-path="images/get-started/quickstarts/enter-email.png" />
    </Frame>

    Accept the Terms of Service and Privacy Policy, then click **Sign up**. Check your email for the confirmation link and click **Verify email** to activate your account.

    Once verified, sign in with your new email and password.
  </Step>

  <Step>
    ### Create a new service

    After signing in for the first time, you'll be taken straight to the service configuration page. Configure the following:

    | Setting                | Recommendation                                                                                          |
    | ---------------------- | ------------------------------------------------------------------------------------------------------- |
    | **Service name**       | Give your service a descriptive name (e.g. `My first service`)                                          |
    | **Cloud provider**     | Choose AWS, GCP, or Azure based on your preference                                                      |
    | **Region**             | Select the region closest to you for lowest latency                                                     |
    | **Memory and scaling** | Select **Mini 12GB** (1 replica) for this quickstart - it's the most cost-effective option for learning |

    Click **Create service** to provision your service.

    <Frame caption="Configure your cloud service">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/service-setup.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=f665f19e8f84e5673a2bd77156c2e3d3" alt="ClickHouse Cloud service configuration page" width="3024" height="1544" data-path="images/get-started/quickstarts/service-setup.png" />
    </Frame>

    You'll land on the service home page where the status will initially show as **Provisioning**. This typically takes under a minute. Once complete, the status will change to **Running**.

    <Frame caption="Your service is running">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/service-home.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=c4027f1a64e0f6a748ff49d6bd38a1d2" alt="ClickHouse Cloud service home page showing Running status" width="3024" height="2024" data-path="images/get-started/quickstarts/service-home.png" />
    </Frame>
  </Step>

  <Step>
    ### Load an example dataset

    Click **Data sources** in the left sidebar. You'll see several options for getting data into your service.

    <Frame caption="Data sources page with options for loading data">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/data-sources.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=7443ce92683fa5d57ed342c00cd0958b" alt="ClickHouse Cloud data sources page" width="3024" height="1544" data-path="images/get-started/quickstarts/data-sources.png" />
    </Frame>

    Click **Add sample data** to browse the available example datasets. You'll see three options: Cell Towers, UK Property Price Paid, and New York Taxi Data. Click **Get started** on the **UK Property Price Paid** dataset.

    <Frame caption="Select the UK Property Price Paid dataset">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/example-datasets.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=0f3a3a054d051115425ba28505435e6f" alt="ClickHouse Cloud example datasets selection" width="3024" height="1544" data-path="images/get-started/quickstarts/example-datasets.png" />
    </Frame>

    You'll see a preview of the data with the table schema. Click **Import dataset** to load the data into your service.

    <Frame caption="Preview the data and click Import dataset">
      <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/ddNWBC5mE_w-syUp/images/get-started/quickstarts/import-dataset.png?fit=max&auto=format&n=ddNWBC5mE_w-syUp&q=85&s=ed5a258852ada4659345cb772535d6ee" alt="ClickHouse Cloud dataset import preview with UK property data" width="3303" height="1544" data-path="images/get-started/quickstarts/import-dataset.png" />
    </Frame>

    The import will take a minute or two. Once complete, you're ready to query the data.
  </Step>

  <Step>
    ### Query the data

    Click **SQL Console** in the left sidebar to open the built-in query editor. This is where you'll write and run SQL queries directly in your browser - no external tools needed.

    Try a few queries to explore the UK property price data.

    Find the most expensive properties ever sold:

    ```sql theme={null}
    SELECT
        town,
        district,
        county,
        price,
        date
    FROM pp_complete
    ORDER BY price DESC
    LIMIT 5;
    ```

    Find the average sale price by year:

    ```sql theme={null}
    SELECT
        toYear(date) AS year,
        round(avg(price)) AS avg_price,
        formatReadableQuantity(count()) AS sales
    FROM pp_complete
    GROUP BY year
    ORDER BY year DESC;
    ```

    These queries scan millions of rows in seconds - that's ClickHouse's columnar storage and compression at work.
  </Step>
</Steps>

<h2 id="next-steps">
  Next steps
</h2>

You now have a running ClickHouse Cloud service with 30 million rows of real data loaded. This service and dataset are used throughout the rest of the quickstart series.

Check out the following quickstarts next:

* [Obtain your Cloud connection details](/get-started/quickstarts/obtain-your-cloud-connection-details)
* [Create your first MergeTree table](/get-started/quickstarts/create-your-first-mergetree-table)
* [Insert data using clickhouse-client](/get-started/quickstarts/insert-data-using-clickhouse-client)

<Frame caption="Check out the ClickHouse academy for on-demand and live training">
  <a href="https://learn.clickhouse.com/" target="_blank">
    <img src="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/Y9kcWM6RbYppspJn/images/academy.png?fit=max&auto=format&n=Y9kcWM6RbYppspJn&q=85&s=d842bc871e006c08da3026a8a09e1d61" alt="ClickHouse Academy — Master ClickHouse with expert-designed training for every skill level" width="560" noZoom data-path="images/academy.png" />
  </a>
</Frame>

<div className="mt-8">
  <a href="/get-started/quickstarts/home"><Badge size="lg" color="gray" icon="arrow-left">All quickstarts</Badge></a>
</div>
