# 入门指南

在开始之前，请确保您已从销售代表、专属客户经理或支持团队那里收到用户名、密码，以及所有指向您 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: 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.
