> For the complete documentation index, see [llms.txt](https://docs.ylem.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ylem.co/pipelines/tasks-ip/for-each.md).

# For each

"**For Each"** is a simple task that doesn't need any additional configuration. If it receives an array as input, it splits it into separate items and runs the task(s) that follow, for each of these items separately.

Such an approach helps avoid repeating tasks and simplifies pipelines.

<figure><img src="/files/6E1UChsCjlknszB55s5L" alt=""><figcaption><p>Example of the pipeline that accepts streaming input from Apache Kafka, checks that it is not empty and process every item separately</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:

```
GET https://docs.ylem.co/pipelines/tasks-ip/for-each.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.
