> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/recskus.md).

# RECSKUS

### Syntax

**RECSKUS(skus, \[count])**

| Argument name                                | Description                                                                               |
| -------------------------------------------- | ----------------------------------------------------------------------------------------- |
| <p><strong>skus</strong></p><p>Required</p>  | List of SKUs to recommend.                                                                |
| <p><strong>count</strong></p><p>Optional</p> | Number of the SKUs list to recommend. If not specified, it will recommend the whole list. |

### Examples

If:

* *skus* = \[*sku1, sku2, sku3*]

The execution of:

![](/files/-MA6EEh__ba2LplK8AyT)

Will recommend the three products with SKUs *sku1*, *sku2*, and *sku3*.

The execution of:

![](/files/-MA6EXEAN6q6Psqohl7-)

Will recommend only *sku1*. This rule can also be written as:

![](/files/-MA6EgkdTzdP8SlvsiRB)
