> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploying additional infrastructure

> Deploy additional BYOC infrastructure in new regions or accounts

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

After completing the initial onboarding, you may wish to deploy additional BYOC infrastructure in a different region or in another AWS account, GCP project, or Azure subscription.

To add a new BYOC deployment:

1. Navigate to your organization's "Infrastructure" page in the ClickHouse Cloud console.

<Image img="https://mintcdn.com/private-7c7dfe99/REHSqgCLT_igIuJP/images/cloud/reference/byoc-new-infra-1.webp?fit=max&auto=format&n=REHSqgCLT_igIuJP&q=85&s=da4af59778134d21d2a244d758f9fca3" size="lg" alt="BYOC infra page" width="2852" height="2250" data-path="images/cloud/reference/byoc-new-infra-1.webp" />

1. Select "Add new infrastructure" and follow the guided interface to complete the setup process.

<Image img="https://mintcdn.com/private-7c7dfe99/REHSqgCLT_igIuJP/images/cloud/reference/byoc-new-infra-2.webp?fit=max&auto=format&n=REHSqgCLT_igIuJP&q=85&s=4cc6b93b5765e96213b0432463e32c15" size="lg" alt="BYOC infra page" width="2364" height="922" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
