> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-vipsystemv2/config/hot-deals-category.md).

# Hot Deals Category

```lua
-- CANT MORE THAN 3 ITEMS

AK4Y.hotDeals = {
    {
        hotItemPageValue = "vehicle-menu",
        hotItemId = 5 -- unique id of the item in the page
    },
    {
        hotItemPageValue = "item-menu",
        hotItemId = 7 -- unique id of the item in the page
    },
    {
        hotItemPageValue = "money-menu",
        hotItemId = 6 -- unique id of the item in the page
    },
}
```
