# Data tables

Data tables are only tables with data and they don't contain anything to execute.&#x20;

For example, this is a data table with information about breeds with the ideal products for each of them:

![](/files/-MA_hkrvBGNUJ31pKiuE)

Some functions need data tables with products, usually SKUs. To add products to your table, right-click on the cell, and select "Set products":

![](/files/-MB3J9XU9QHAcuBt7KP3)

A panel will be displayed where products can be selected. If products were previously selected the will appear pre-selected.

![](/files/-MB3Jf4f2Pyo3rlbZVUM)

Once selected, the product SKUs will be added to the cell:

![](/files/-MB3JjqLXn1LK42NX7IC)

###


---

# 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/builder/tables/data-tables.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.
