> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/dai-li/dedicated-datacenter-proxies/enterprise/getting-started.md).

# 入门

在开始之前，请确保您已从销售代表、专属客户经理或支持团队收到用户名、密码以及所有指向您的 IP 列表的 URL。

您可以通过两种方式获取您的 IP 列表。您可以直接在浏览器中打开收到的 URL 来访问 IP 列表（例如， `https://proxy.oxylabs.io/all`）。随后系统会要求您输入登录凭据（HTTP 基本认证）。

或者，您也可以通过向收到的 URL 发起 GET 请求来获取列表（例如， `https://proxy.oxylabs.io/all`）。请不要忘记替换 `USERNAME` 和 `PASSWORD` 替换为你的代理用户凭证。

```shell
curl -u "USERNAME:PASSWORD" https://proxy.oxylabs.io/all
```

要使用代理发起请求，您必须从获取的列表中选择一个 IP 地址，并在请求参数中指定它。下面的 cURL 中可以看到示例。您可以在其他语言中找到更多代码示例 [**此处**](/products/cn/dai-li/dedicated-datacenter-proxies/enterprise/making-requests.md) 或在我们的 [**GitHub**](https://github.com/oxylabs/product-integrations/tree/master/datacenter-proxies).

```shell
curl -x 1.2.3.4:60000 -U "USERNAME:PASSWORD" http://ip.oxylabs.io/location
```

如果本文档未涵盖您有任何疑问，请联系您的专属客户经理或我们的支持团队，邮箱： [**support@oxylabs.io**](mailto:support@oxylabs.io).


---

# 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:

```
GET https://developers.oxylabs.io/products/cn/dai-li/dedicated-datacenter-proxies/enterprise/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
