> 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/chang-jian-wen-ti/troubleshooting/real-location-still-visible.md).

# 真实位置仍然可见

如果网站仍然能检测到您的真实地理位置，那么您可能没有正确设置浏览器配置文件。这个问题通常是由于代理没有正确附加到浏览器配置文件上造成的。

{% stepper %}
{% step %}

### 检查代理设置

在‘Proxy’选项卡中，确保您选择了以下选项之一：HTTPS proxy、Socks 4 或 Socks 5，并且您确实已将代理添加到配置文件中。
{% endstep %}

{% step %}

### 检查时区

在 **Advanced > Browser & Navigator** 选项卡中，进入 **Timezone** 并确认时区是根据您添加到浏览器配置文件的 IP 地址输入的。您也可以手动更改时区，但请注意，如果您错误地调整此设置，可能会带来风险。
{% endstep %}

{% step %}

### 重新启动并检查

完成这两个步骤后，重新启动浏览器配置文件并在以下网站检查您的地理位置：

* <https://www.browserleaks.com>
* <https://www.whoer.net>
  {% 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/chang-jian-wen-ti/troubleshooting/real-location-still-visible.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.
