> For the complete documentation index, see [llms.txt](https://docs.ipwo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipwo.net/huo-qu-yu-pei-zhi-dai-li/can-shu-shuo-ming/xie-yi-shuo-ming.md).

# 协议说明

在使用代理时，你需要选择合适的网络协议。不同协议在兼容性、性能和适用场景上有所差异。

IPWO 当前支持以下代理协议：

* HTTP
* HTTPS
* SOCKS5

***

### 一、协议概览

| 协议     | 是否加密 | 兼容性 | 推荐场景      |
| ------ | ---- | --- | --------- |
| HTTP   | 否    | 高   | 基础请求、数据采集 |
| HTTPS  | 是    | 高   | 安全请求、登录场景 |
| SOCKS5 | 可选   | 中   | 高级应用、复杂流量 |

***

### 二、HTTP 协议

#### 特点

* 不加密传输
* 配置简单
* 兼容性最好

#### 适用场景

* Web 数据采集
* 普通网页访问
* 对安全性要求不高的请求

👉 推荐作为默认选择（新手优先）

***

### 三、HTTPS 协议

#### 特点

* 支持加密传输
* 数据安全性更高
* 与 HTTP 使用方式类似

#### 适用场景

* 登录操作
* 账号相关请求
* 涉及敏感数据的访问

👉 推荐用于需要安全性的业务

***

### 四、SOCKS5 协议

#### 特点

* 支持多种流量类型（TCP / UDP）
* 更底层、更灵活
* 不局限于 HTTP 请求

#### 适用场景

* 游戏 / 应用程序
* P2P / 非标准协议流量
* 高级网络需求

👉 推荐给有特定需求的用户或开发者

***

### 五、如何选择协议？

你可以根据以下规则选择：

* **不确定选什么** → 使用 HTTP
* **涉及登录 / 安全** → 使用 HTTPS
* **需要更灵活控制** → 使用 SOCKS5

***

### 六、使用注意事项

* 部分工具仅支持 HTTP / HTTPS
* SOCKS5 需要工具明确支持
* 协议选择不会改变 IP 类型（动态 / 静态）
* 错误的协议配置可能导致连接失败

***

### 七、下一步

选择好协议后，你可以继续：

* 查看「[参数说明](/huo-qu-yu-pei-zhi-dai-li/can-shu-shuo-ming.md)」 → 设置国家 / 城市
* 查看「[轮换 IP](/huo-qu-yu-pei-zhi-dai-li/lun-huan-ip.md) / [粘性 IP](/huo-qu-yu-pei-zhi-dai-li/nian-xing-ip.md)」 → 控制 IP 行为
* 参考「[集成教程](/ji-cheng-jiao-cheng.md)」 → 在具体工具中使用

***

### 总结

协议的选择主要取决于你的使用场景：

* HTTP → 简单、通用
* HTTPS → 安全优先
* SOCKS5 → 灵活扩展

合理选择协议，可以提升连接稳定性与使用效果。

***


---

# 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.ipwo.net/huo-qu-yu-pei-zhi-dai-li/can-shu-shuo-ming/xie-yi-shuo-ming.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.
