# RECIDS

### Syntax

**RECIDS(ids, \[count])**

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

### Examples

If:

* *ids* = \[*100, 101, 102*]

The execution of:

![](/files/-MA6FicZZBOYaG5vf9zf)

Will recommend the three products with IDs 100, 101, 102.

The execution of:

![](/files/-MA6Fmgf7_2nlJOrrfRx)

Will recommend only the product with ID 100. This rule can also be written as:

![](/files/-MA6Frv_hBf8Qu_9nCaj)


---

# Agent Instructions: 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:

```
GET https://help.pickzen.com/guides/nocode/functions/recids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
