> 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/cn/cloud-networking/get-started/create-a-layer-3-connection/select-a-vpc-as-access-point.md).

# 选择裸机网络作为接入点

<div align="left"><figure><img src="/files/AIw4MNM34qhMdcctgzYO" alt=""><figcaption><p>裸机网络连接</p></figcaption></figure></div>

如果您已经创建了一个[**虚拟私有云**](/welcome/cn/bare-metal/overview/private-network/virtual-private-cloud.md)，并且希望该虚拟私有云中的资源能够与您数据中心中的其他资源或您公共云中的基础设施进行通信，请将此虚拟私有云添加为接入点到三层网络中。

如果您还没有所需的虚拟私有云，可以点击**创建新的虚拟私有云**来创建一个新的虚拟私有云。更多详情请参见[**虚拟私有云创建**](/welcome/cn/bare-metal/get-started/create-a-virtual-private-cloud.md)。

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

<mark style="color:blue;">虚拟私有云中有子网，且具有相同 IP 范围的子网实例之间无法通信。请提前合理规划子网的 IP 范围，以避免连接异常。</mark>
{% endhint %}


---

# 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/cn/cloud-networking/get-started/create-a-layer-3-connection/select-a-vpc-as-access-point.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.
