> 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/russian-documentation/upravlenie-proksi/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/russian-documentation/upravlenie-proksi/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.
