# Rule action: Slice list

**Used for:** separating one or more elements of a list.

**Used in:** "THEN"-statements and "ELSE"-statements.

With the "slice list" rule you can easily separate the elements of a list and put them in a separate field. For example, say you have a list of images for every product (as shown below) and you need to put every image in its own field.

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

To separate the additional images into their own fields, you can set up a slice list rule as shown in the screenshot below.

<figure><img src="/files/2beec72c60afd5e000a64bef6139c1ec5e93be21" 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-slice-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.
