> For the complete documentation index, see [llms.txt](https://standard-arb.gitbook.io/standard-arb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standard-arb.gitbook.io/standard-arb-docs/prochee/inventory-filters.md).

# Как фильтровать предметы для лута

Для фильтрации предметов для лута доступны 2 вида фильтров.

1. По полному названию предмета *(прим. CZ75-Auto | Honey Paisley (Field-Tested))*
2. По Steam тегу предмета *(прим. Container, Rifle, Agent, Mil-Spec Grade)*

У каждого фильтра есть два списка:

* **Whitelist** (Include) — что разрешено. Пусто = разрешено всё.
* **Blacklist** (Exclude) — что запрещено. Имеет приоритет над whitelist.

Как это работает: предмет проходит фильтр, если он в whitelist (или whitelist пуст) и не в blacklist. Фильтры по названию и по тегу проверяются независимо — предмет должен пройти оба.

Примеры:

* Лутать только ножи, кроме одного конкретного: Whitelist тегов = Knife, Blacklist названий = ★ Karambit | Doppler → утащит все ножи, кроме этого Karambit.
* Лутить всё, кроме кейсов и стикеров: Blacklist тегов = Container, Sticker, остальные списки пустые → утащит всё, что не контейнер и не стикер.
* Лутить только два конкретных скина: Whitelist названий = AK-47 | Redline (Field-Tested), AWP | Asiimov (Field-Tested) → утащит только эти два предмета, ничего больше.

### Где найти теги?

В фильтрах инвентаря Steam.

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

Копируйте значение так как оно отображается тут без ().

Пример: \
\&#xNAN;*StatTrak™*\
*Agent*\
*The 2018 Nuke Collection*


---

# 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://standard-arb.gitbook.io/standard-arb-docs/prochee/inventory-filters.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.
