> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/dai-li-guan-li/testing-and-verifying-proxies/proxy-validation.md).

# 代理验证

当您在 Incogniton 中验证代理时，这是基于一个代理数据库进行的——我们使用 IPstack。然而，由于某些原因，代理验证可能无法工作或可能显示不同的地理位置。这可能是由于代理供应商将错误的数据链接到代理，或者因为 IPstack 的信息记录不正确。

为了减少这个问题，Incogniton 连接到第二个和第三个数据库，因此代理也可以通过 IPstack 以外的外部来源进行验证。

{% stepper %}
{% step %}
**打开代理设置**

创建一个新的浏览器配置文件或编辑现有的，并转到 **Proxy** 标签。
{% endstep %}

{% step %}
**选择不同的提供商**

转到 **Proxy information provider** 并从下拉菜单中选择 **Backup provider** 或 **Second backup provider**。

![](/files/a32b39c2a53046009696b458acde289af5e26537)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果您对代理验证还有任何疑问，请随时联系我们的[支持团队](https://incogniton.com/contact/)。
{% endhint %}


---

# 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.incogniton.com/documentation/chinese-documentation/dai-li-guan-li/testing-and-verifying-proxies/proxy-validation.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.
