> For the complete documentation index, see [llms.txt](https://help.leadboxer.com/leadboxer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.leadboxer.com/leadboxer/fundamentals/projects/batch-operations.md).

# Batch operations

The Lead & Accounts report includes a feature which allows you to modify multiple Leads in one 'job' or batch-operation.

Simply (a) make your selection using the filters and date-range selector, (b) select an action and (c) start the Batch job.

### Available Actions

We currently support the following  actions:

* Add Lead Tag(s)
* Remove Lead Tag(s)
* Add to LeadBoard (or change stage)
* Delete from LeadBoard

## How to start a Batch Operation

This is how to set-up a batch Operation:

1. Login to your LeadBoxer account&#x20;
2. Select the correct dataset&#x20;
3. Make your selection:
   1. Select the correct date-range
   2. Apply filters&#x20;
   3. Click the Batch button
   4. Click the 'select all' checkbox
4. Choose your Action or Operation
5. Start

<figure><img src="/files/7jFVtkZavqI2jZpCuJ1F" alt=""><figcaption><p>How to select for a batch operation</p></figcaption></figure>

{% hint style="info" %}
Depending on the action type, list size and number of leads in your account , it might take a few minutes to batch process all the changes.
{% endhint %}

## Batch Jobs Overview

Once you have started a Batch Job, you can follow the progress of batch operations and the history in the Batch Jobs overview.

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

On the Batch Jobs overview you can see the current jobs, and the history of jobs run in the last 30 days.

<figure><img src="/files/goijvEgpL83vYO3rkI2s" alt=""><figcaption><p>Batch Jobs overview</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://help.leadboxer.com/leadboxer/fundamentals/projects/batch-operations.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.
