> For the complete documentation index, see [llms.txt](https://docs.hesh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hesh.app/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya.md).

# Фільтрація

Фільтри дозволяють звузити результати пошуку та швидше знаходити потрібні виробництва. Фільтрацію можна застосовувати за різними групами параметрів.

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

### Фільтри за категоріями

{% columns fullWidth="true" %}
{% column %}
{% content-ref url="/pages/1cy6n3F3BaRHXi4GBRyv" %}
[Категорія "Виробництво"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-virobnictvo.md)
{% endcontent-ref %}

{% content-ref url="/pages/la9UE5GLAxeqpv1LIeNM" %}
[Категорія "Час"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-chas.md)
{% endcontent-ref %}

{% content-ref url="/pages/m5svLggJ6J6sMl4sQBU3" %}
[Категорія "Люди"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-lyudi.md)
{% endcontent-ref %}

{% endcolumn %}

{% column %}
{% content-ref url="/pages/7Jp9CdTqBrDrD5kA2ml4" %}
[Категорія "Замовлення"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-zamovlennya.md)
{% endcontent-ref %}

{% content-ref url="/pages/LNbEnYy7BedUHmA9T3Lg" %}
[Категорія "Відділ"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-viddil.md)
{% endcontent-ref %}

{% content-ref url="/pages/zpcBvHI4MVNhb6wwHBkY" %}
[Категорія "Продукт"](/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya/kategoriya-produkt.md)
{% endcontent-ref %}

{% endcolumn %}
{% endcolumns %}

### Опції «Всі» та «Без» у фільтрах

Для зручнішої роботи з фільтрами в багатовибірних списках доступні опції **«Всі»** та **«Без»**.

#### Опція «Всі»

* дозволяє швидко вибрати або скасувати всі значення;
* розташована на початку списку;
* при виборі:
  * вибираються всі значення;
  * порожні значення виключаються;
  * у полі фільтра з’являється позначка «Всі»;
* при скасуванні:
  * усі значення очищуються;
  * порожні значення знову враховуються.

#### Опція «Без»

* допомагає швидко знайти записи з **відсутнім значенням**;
* розташована одразу після опції «Всі»;
* при виборі:
  * включаються записи з порожніми значеннями;
  * у полі фільтра з’являється позначка «Без»;
* при скасуванні:
  * позначка очищується;
  * усі значення знову включаються.

Ці опції значно спрощують роботу з великими обсягами даних і дозволяють швидко орієнтуватися у списку виробництв 🎯


---

# 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.hesh.app/hesh-guidelines.ua/posibniki/virobnictvo/poshuk-sortuvannya-ta-filtraciya-virobnictv/filtraciya.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.
