---
title: "Batch processing"
source: https://dev.pageseeder.com/reference/glossary/batch_processing.html
description: "Batch processing in PageSeeder can be performed in two ways: through the user interface via search results or by configuring publish tasks at the folder level using task config. The Ant API also enables batch processing without the UI."
last_updated: 2026-08-11T16:37:57+10:00
tokens: ~184
---

# Batch (or “bulk”) processing

There are two ways to batch process PageSeeder [documents](document.md) through the user interface. One is using the search results, and the other is to configure a [publish task](publish_task.md) to run at the [folder](folder.md) level using the [task config](../../guide/publishing/ant_api/tasks/task_config.md).

The search results page, in the format-sheet edit sheet format, allows users to process multiple files at once using one of the following functions.

![Batch options from selected search results](/content/reference/glossary/../../images/glossary/batch_options_v60000.webp)

Batch processing without the user interface can be done through the [Ant API](../../guide/publishing/ant_api.md).

