> For the complete documentation index, see [llms.txt](https://help.cliproxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cliproxy.com/zh/browser/bit.md).

# 比特浏览器如何使用Cliproxy

**1.打开比特浏览器,在左侧导航栏选择浏览器窗口,点击左上角“新建窗口”,在右侧代理信息栏选择代理类型，其中可以选择HTTP或Socks5,Cliproxy支持HTTP和Socks5两种代理类型**

<figure><img src="/files/qm2JKRWP4WidO1uub5KK" alt=""><figcaption></figcaption></figure>

**2.根据Cliproxy配置对应的“代理主机”、“代理端口”、“代理账号”、“代理密码”信息，点击“代理检测”会出现测试结果。**

<figure><img src="/files/5aiiObmWWseOS7gAB2I5" alt=""><figcaption></figcaption></figure>

**3.添加完窗口后主页会增加一条记录，点击右侧“打开”按钮则会开启一个新的浏览器窗口**

<figure><img src="/files/KkqxLyJAJJs277kQSntW" alt=""><figcaption></figcaption></figure>


---

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