# Importing grouping products and products with variants

Grouping products and products with variants requires additional information and we felt this should be covered in its own segment for the sake of clarity.

{% hint style="info" %}
While you can import all types of products using the same products.csv file, you may want to consider creating a separate file for products with variants and grouping products, as that may make it easier to keep track of the necessary data and avoid mistakes.
{% endhint %}

**Products with variants**

We probably already know how to create products with variants from within Ergonode, to group simple products into a product with variants, you need to select a binding attribute. In the products.csv file, this will be reflected by the column labeled \_bindings, where you will need to specify the system name of the attribute used as the binding attribute for this particular product with variants.

Another important piece of information to note is which simple products are variants connected to the product with variants. This is denoted in the column labeled \_children which lists the SKUs of these simple products. The values here need to be separated by commas to conform to the format acceptable by Ergonode.

**Grouping products**

Grouping products function similarly to products with variants, however, they group products related by a theme you wish to establish. For example, this could be leather products, winter-themed products, etc.&#x20;

You should already know how to create a grouping product, all you need to know is that grouping products share the \_children column with products with variants, where the SKUs of grouped products are listed. As with the previous example, these should be separated by commas.


---

# 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://usermanual.ergonode.com/system/ergonode-transfer/import/importing-grouping-products-and-products-with-variants.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.
