> For the complete documentation index, see [llms.txt](https://docs.zerve.ai/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerve.ai/guide/notebook-view/blocks/block-types/aggregator.md).

# Aggregator

Fleets is Zerve's built-in feature for parallel processing. With a single line of code, users can parallelize code to run across multiple blocks.&#x20;

Aggregator block can be used to gather all the result from the parallel runs with gather function and convert to single variable. More information about Fleet is [here](/guide/notebook-view/fleets.md)
