> 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/pt-br-documentation/perguntas-gerais/troubleshooting/real-location-still-visible.md).

# Localização real ainda visível

Se os sites ainda detectam sua geolocalização real, provavelmente você não configurou corretamente o perfil do navegador. Este problema é frequentemente causado pelo proxy, que não está corretamente vinculado ao perfil do navegador.

{% stepper %}
{% step %}

### Verifique as configurações do proxy

Na aba ‘Proxy’, certifique-se de ter selecionado uma das opções: proxy HTTPS, Socks 4 ou Socks 5, e que você realmente adicionou um proxy ao perfil.
{% endstep %}

{% step %}

### Verifique o fuso horário

Na aba **Avançado > Navegador & Navegador** vá para **Fuso Horário** e confirme que o fuso horário está inserido com base no endereço IP que você adicionou ao perfil do navegador. Você também pode alterar manualmente o fuso horário, mas note que ajustar isso por conta própria implica riscos se feito incorretamente.
{% endstep %}

{% step %}

### Reinicie e verifique

Depois de completar essas duas etapas, reinicie o perfil do navegador e verifique sua geolocalização em:

* <https://www.browserleaks.com>
* <https://www.whoer.net>
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Se o problema ainda não foi resolvido ou se você tiver alguma dúvida, entre em contato com nossa [equipe de suporte](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:

```
GET https://docs.incogniton.com/documentation/pt-br-documentation/perguntas-gerais/troubleshooting/real-location-still-visible.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.
