# Rule action: Remove duplicates from list

* Remove duplicate values from a list of values
* Remove duplicate URLs from a list of image URLs

<figure><img src="/files/1f82d1a8cb7a9467ca06afa9369f935b2aea1cf0" alt=""><figcaption></figcaption></figure>

The original list of images has a duplicate image link which is removed and the result is only one value for each unique URL in "images\_without\_duplicates".

<figure><img src="/files/e6cf85c4ef4b499bc542070188c2c058eac4a48a" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-remove-duplicates-from-list.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.
