> For the complete documentation index, see [llms.txt](https://docs.flowlity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowlity.com/ru/concepts.md).

# Концепции

В этом разделе объясняются основные идеи, на которых построена платформа планирования цепочки поставок (supply chain) Flowlity. Каждая концепция встречается в нескольких модулях и разделах настроек — понимание их здесь поможет работать эффективнее во всех частях приложения.

### Фильтрация и навигация

* [**Представления и фильтры**](/ru/concepts/views-and-filtering.md) — сохранённые конфигурации фильтров, пользовательские представления и их связь с автоматизациями.

### Спрос и прогнозирование

* [**Прогнозирование спроса**](/ru/concepts/demand-forecasting.md) — как работает вероятностное прогнозирование Flowlity, доверительные интервалы и точность прогноза.
* [**Прогнозные события и корректировки спроса**](/ru/concepts/forecast-events.md) — жизненный цикл событий, обнаружение аномалий и взаимодействие Demand Anomaly Agent с вашими данными.
* [**Схожесть продуктов**](/ru/concepts/product-similarities.md) — связывайте похожие продукты, чтобы делиться историей спроса, управлять заменами и улучшать прогнозы для новых или редко продающихся позиций.

### Запасы и поставки

* [**Стратегии запасов**](/ru/concepts/inventory-strategies.md) — MTS Flowlity AI, My min, Reorder point, Reorder point + AI и MTO: когда какую использовать.
* [**Политики буфера и страховой запас**](/ru/concepts/buffer-policies.md) — уровни сервиса, коридор Flowlity Min/Max, значения по умолчанию и переопределения на уровне продукта.
* [**Ограничения поставщиков и управление заказами**](/ru/concepts/supplier-constraints.md) — Lead time, MOQ, кратность заказа, нерабочие дни и их влияние на формирование заказов.

### Мониторинг и совместная работа

* [**Уведомления**](/ru/concepts/alerts.md) — типы уведомлений, где они появляются и как на них реагировать.
* [**KPI**](/ru/concepts/kpis.md) — добавляйте KPI-колонки в список продуктов, чтобы сортировать, фильтровать и контролировать портфель.
* [**Глоссарий метрик**](/ru/concepts/metrics-glossary.md) — определения и рекомендации по интерпретации каждой метрики Flowlity.
* [**Комментарии**](/ru/concepts/comments.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, and the optional `goal` query parameter:

```
GET https://docs.flowlity.com/ru/concepts.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.
