> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/tracker/funkcional-tracker/proxy.md).

# Proxy

{% hint style="info" %}
Proxy создается для отправки запросов. Условно, чтобы Фейсбук при отправке запроса, видел что пришел из другого места.
{% endhint %}

{% hint style="success" %}
Советуем добавить Proxy с самого начала настройки кампании
{% endhint %}

1\. Нажмите на значок трекера&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-10-16/f890288a-36a1-40aa-963c-ed7b700f7f3b/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1719,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=489,7)

2\. Перейдите в раздел Proxy. Нажмите на Create proxy (Создать прокси)

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-10-16/41ce66cf-d5c4-410f-ad23-a37e9deba36a/user_cropped_screenshot.jpeg?tl_px=864,0\&br_px=2584,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=843,227)

3\. Введите данные (имя, хост, порт) и подтвердите пароль.

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-10-16/e47c8a6a-4fe1-454d-a8b0-a65ead953a14/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1719,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=227,267)

4\. Нажмите сохранить ✅

<figure><img src="/files/s08SBHRlJVeAvx95n9eR" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Мы НЕ ПОДДЕРЖИВАЕМ PROXY SOCKS** - причина того, что прокси не работает и ивенты не отправляются может быть именно в том, что вы добавили тип SOCKS&#x20;
{% endhint %}

{% hint style="success" %}
**Вам необходимо добавить HTTPS**&#x20;
{% endhint %}

### Мы добавили проверку вашего прокси прямо внутри трекера!&#x20;

<br>

<figure><img src="/files/4b4tdOlFk2gubYFKvCZv" alt=""><figcaption></figcaption></figure>

Бывали случаи, когда ваш прокси неожиданно переставал работать, из-за чего срывались кампании и не отправлялись ивенты?

Теперь это не проблема. Мы обновили сервис, и теперь вы сами можете проверить, работает ли ваш прокси. Если прокси перестал работать — просто замените его и не забывайте проверять его регулярно, чтобы избежать сбоев.

## FAQ - Часто задаваемые вопросы 📍

### 1. Какой прокси лучше выбрать? Нужно ли несколько прокси?

{% hint style="info" %}
Выбор страны прокси не имеет большого значения, можете использовать только один прокси для всех кампаний
{% 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://help.chatterfy.ai/tracker/funkcional-tracker/proxy.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.
