> For the complete documentation index, see [llms.txt](https://docs.iproyal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iproyal.com/cn/gong-ju/wang-luo-jie-suo-qi/gong-neng-te-xing.md).

# 功能特性

**IP轮换与跳过**

网络解锁器会为每个请求自动选择最有效的IP地址，并跳过有问题的IP以避免被封禁。

**自动重试**

网络解锁器会使用新的IP自动重试失败的请求。请注意，我们目前允许同时最多有200个活跃连接，因此如果某个网站的解锁耗时较长，有效的请求速率可能会相应降低。

[**地理位置定向**](/cn/gong-ju/wang-luo-jie-suo-qi/di-li-wei-zhi-ding-wei.md)

地理位置可手动设置为国家、城市和州府级别。

[**JavaScript 渲染**](/cn/gong-ju/wang-luo-jie-suo-qi/javascript-xuan-ran.md)

网页解锁器按需使用特殊标识进行JavaScript渲染。

[**自定义请求头**](/cn/gong-ju/wang-luo-jie-suo-qi/zi-ding-yi-qing-qiu-tou.md)

网页解锁器支持添加自定义HTTP头，满足特定业务需求。


---

# 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.iproyal.com/cn/gong-ju/wang-luo-jie-suo-qi/gong-neng-te-xing.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.
