> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/products/catalog/batch-actions/delete-products/identification-of-related-products.md).

# Identification of related products

Relations are everything that connect one product to another. They may be a product relation attribute, or they may be used as children in grouping products, or they may be variants of other main products.

## Product relation attribute

First, determine if there are any product relation attributes in the system.

Go to **Product Design > Attributes** and double-click on the cell just under the **Type** field. This will open a list of all available attribute types.

<figure><img src="/files/2vElzsmKeFnsdXy3nG4m" alt=""><figcaption><p>Product Design > Attributes > Filtering</p></figcaption></figure>

Find the **Product Relation** attribute and select it. Then press **OK**.

<figure><img src="/files/ulJ7Qlczp8eBHftyqnKJ" alt=""><figcaption><p>Product Design > Attributes > Filtering by type</p></figcaption></figure>

This action will filter out all Product Relation type attributes that are created in the system.&#x20;

Then, look for these attributes in the product (Product > Catalog) of the product you want to delete. Clear their values and save the changes.&#x20;

You may also add those attributes to the product catalog grid as described [HERE](/products/catalog/system-views/custom-views.md) and work from there.

{% hint style="info" %}
Keep in mind that a different product may have a relation (value in the attribute) that relates to the product you wish to delete.&#x20;
{% endhint %}

To check for this, drag the product relation attribute to the product catalog grid and search for the SKU of the product you want to delete. The filter will return only those products that have relations to the one you’re interested in.

<figure><img src="/files/a9MM65nJ2Y2EEXQ2Fcis" alt=""><figcaption><p>Product > Catalog > Filtering</p></figcaption></figure>

## Grouping product&#x20;

The relation can be built by connecting products as **children** of a main **grouping product**.

To easily find out if a product you wish to delete is connected this way, follow the same method as described earlier. Add the system attribute **Product Children** to the product catalog grid, and look for the SKU of the item you want to delete.

<figure><img src="/files/gziU3ExgIWot2O74U0N9" alt=""><figcaption><p>Product > Catalog > Filtering</p></figcaption></figure>

## Variable products

The same approach applies to variable products. Add the system attribute **Product Variants** and search for relevant connections.

<figure><img src="/files/fCYtzZTjqxjMOAA6VGFe" alt=""><figcaption><p>Product > Catalog > Filtering</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://usermanual.ergonode.com/products/catalog/batch-actions/delete-products/identification-of-related-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
