# Android如何使用Cliproxy

**配置 HTTP 或 SOCKS5 代理（Wi-Fi 网络）**

1. **连接到 Wi-Fi 网络**：
   * 打开设备的 **设置**。
   * 进入 **Wi-Fi** 设置，选择你想要配置代理的 Wi-Fi 网络。
2. **配置代理**：
   * 在 Wi-Fi 网络设置中，点击 **已连接的网络**（网络名称）。
   * 点击 **修改网络** 或 **高级设置**（具体选项根据 Android 版本不同有所变化）。
   * 启用 **代理** 设置，通常有三个选项：
     * **无**：不使用代理（默认）。
     * **手动**：手动配置代理服务器。
     * **自动**：通过自动代理配置文件（PAC）进行设置。
3. **输入代理详情**：
   * 选择 **手动**，输入代理服务器的 IP 地址和端口（例如，SOCKS5 或 HTTP 代理）。
4. **保存设置**：
   * 完成后，点击保存，网络连接会通过指定的代理服务器进行流量转发。

**配置代理的注意事项：**

* 在 Android 中，只有通过 Wi-Fi 连接的网络才能配置代理。移动数据连接（如 4G 或 5G）通常无法直接在系统设置中配置代理。
* 一些 Android 应用（如浏览器或其他应用）可能会提供独立的代理设置。


---

# 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://help.cliproxy.com/zh/faq/cliproxy-faq3.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.
