> For the complete documentation index, see [llms.txt](https://wiki.indeepa.com/2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.indeepa.com/2.0/nrp/reitingovaya-sistema.-indeepa-index/reiting-tovara-i-novinki.md).

# Рейтинг Товара и Новинки

Если у товара остаток на складе составляет менее 30 дней, он автоматически попадает в категорию «Новинки». Для таких товаров рейтинг рассчитывается по отдельной формуле, отличной от формулы основного рейтинга, чтобы дать им приоритет для оценки и быстрого продвижения

## Количество карточек в категориях рейтинга

Рядом с цифрами вы увидите Количество карточек в категориях рейтинга. Это столбчатая диаграмма, которая наглядно показывает, как товары распределены по рейтингу. Это помогает одним взглядом оценить структуру вашего ассортимента.

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

## Как анализировать Новинки?

&#x20;В этой таблице товары, которые на рынке менее 30 дней, и мы оцениваем их эффективность.

Чтобы увидеть детали, нажмите на значок «решетки».

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

Строка развернется в таблицу, и вы увидите всю ключевую информацию:

● Дата появления остатка: когда товар впервые поступил на склад.

● Количество дней на рынке: как долго товар уже доступен для продажи.

● Количество заказов: Сколько раз его покупали за этот период.

● Выручка: Общая сумма, полученная от его продаж.

● Остаток: Сколько единиц товара осталось на складе прямо сейчас.

● Текущая цена реализации: По какой цене он продается в данный момент.

<figure><img src="/files/0hBnkRY9fRbeCR7a5MTt" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.indeepa.com/2.0/nrp/reitingovaya-sistema.-indeepa-index/reiting-tovara-i-novinki.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.
