> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/elastic-compute/get-started/manage-networking/create-cross-region-bandwidth.md).

# Create Cross-region Bandwidth

Cross-region bandwidth allows internal connection between regions in a global VPC. If you need to establish a internal network between different regions within a global VPC, you must purchase a cross-region bandwidth service.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

<mark style="color:blue;">By default, 10 Kbps free bandwidth is available for testing between regions in a global VPC.</mark>
{% endhint %}

## Procedures

1. Go to **Global VPC** > **Cross-region Bandwidth** > **Create Cross-region Bandwidth**.
2. Choose a global VPC that you want to establish internal network.
3. Select your network billing model.\
   Currently only [Flat Rate](/welcome/pricing/network-billing/flat-rate.md) is supported.
4. Configure the bandwidth cap between region A and region Z.\
   Select region A and region Z as the two regions you want to enable internal network communication between, and configure the bandwidth cap, whose value ranges from 1 Mbps to 200 Mbps.
5. Label cross-region bandwidth.
6. Check your order and confirm it.

## More Actions

Go to **Cross-region Bandwidth** > **Actions** to change the bandwidth cap.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/elastic-compute/get-started/manage-networking/create-cross-region-bandwidth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
