> For the complete documentation index, see [llms.txt](https://help.autobot.theforks.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.autobot.theforks.ru/autobot-instrukciya/nastroiki/nastroiki-bk-i-stavok/filtry.md).

# Фильтры

## Описание

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

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

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


---

# 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://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.
