> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-trino-dialect.mintlify.site/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", background}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  const backgroundColor = background === "white" ? "white" : background === "black" ? "rgb(31 31 28)" : undefined;
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} style={{
    backgroundColor
  }} />
      </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-trino-dialect/wrAOYL3DquclMwbQ/images/cloud/reference/byoc-new-infra-1.webp?fit=max&auto=format&n=wrAOYL3DquclMwbQ&q=85&s=11cb797afab28457b5e651ba12f1423f" size="lg" alt="BYOC infra page" width="2718" height="1980" 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-trino-dialect/wrAOYL3DquclMwbQ/images/cloud/reference/byoc-new-infra-2.webp?fit=max&auto=format&n=wrAOYL3DquclMwbQ&q=85&s=3e2b1161bc5520e34d84fcd9ffb6b53f" size="lg" alt="BYOC infra page" width="2266" height="1502" data-path="images/cloud/reference/byoc-new-infra-2.webp" />
