# Фильтры

## Описание

Тут представлены варианты сортировки списка вилок полученных от Positivebet.

По умолчанию бот работает так:

1. &#x20;Получает список вилок от PositiveBet согласно настройкам [**"Ставки и вилки"**](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/stavki-i-vilki) а так же настройкам [**коэффициентов** ](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/bk/osnovnye#koefficienty)и [**ставок** ](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/bk/stavki)для конкретной БК
2. Сортирует их по доходности(сначала самые доходные)
3. Берет самую первую вилку(которая является самой доходной)&#x20;
4. Проверяет ее на включенные [**фильтры ставок**](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/filtry/stavok)&#x20;
   1. Если на такую вилку запрещено ставить, то идет к п.3 и так пока не обработает весь список новых вилок
5. Проверяет, можно ли ставить делать повторные ставки в событии согласно [**доп.настройкам**](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/bk/dop.nastroiki) бк участвующих в вилке


---

# Agent Instructions: 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://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/filtry.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.
