> 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/proxies/dedicated-datacenter-proxies/enterprise/protocols.md).

# 协议

企业版独享数据中心代理支持 HTTP 和 SOCKS5 协议。请联系支持以启用 SOCKS5 并配置额外端口。

{% hint style="info" %}
我们的客户支持团队全天候 24/7 可用——请通过 [**support@oxylabs.io**](mailto:support@oxylabs.io) 或通过 [**在线聊天**](https://oxylabs.io/)。他们会协助您为您的账户启用 SOCKS5 协议。默认情况下，HTTP 协议已启用。
{% endhint %}

#### HTTP

我们的文档包含代码示例，展示如何使用 `HTTP` 协议。该协议受常见库和第三方软件支持。

#### **SOCKS5**

要使用 `SOCKS5` 协议，你需要添加 `socks5h` 在您的请求中，例如：

```
curl -x socks5h://1.2.3.4:1180 -U USERNAME:PASSWORD ip.oxylabs.io
```

#### 代理端口

代理端口的默认配置包括 `80` 和 `443`，这些标准端口旨在适配 `HTTP` 和 `HTTPS` 协议，如下表所示。要访问其他端口，需要进行合规性验证，请联系我们的 [**支持**](mailto:support@oxylabs.io).

| 协议      | 端口    |
| ------- | ----- |
| `HTTP`  | `80`  |
| `HTTPS` | `443` |


---

# 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://developers.oxylabs.io/products/cn/proxies/dedicated-datacenter-proxies/enterprise/protocols.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.
