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

# 协议

{% hint style="info" %}
我们的客户支持团队 24/7 可用 - 请通过以下方式联系 [**support@oxylabs.io**](mailto:support@oxylabs.io) 或通过我们的网站实时聊天 [**网站**](https://oxylabs.io/)。他们将协助你为账户启用 SOCKS5 协议。默认情况下，HTTP 协议已启用。
{% endhint %}

#### HTTP

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

#### **SOCKS5**&#x20;

要使用 `SOCKS5` 协议，你必须添加 `socks5h` 到你的请求中，例如：&#x20;

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

```
GET https://developers.oxylabs.io/products/cn/dai-li/dedicated-isp-proxies/enterprise/protocols.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.
