# Bulk actions

On this page, you can view a list of executed bulk actions. Bulk actions allow you to perform specific actions affecting multiple clients at once.

## General information

The following information is provided about each bulk action:

**Name**

The action name.

***

**Action**

The action type. The following action types are available:

* ban clients
* change a client type
* change an internal client type
* change a verification level
* make a deposit
* zero out balances

***

**Status**

The status of a bulk action, indicating whether it has been successfully executed.

***

**Created at**

The date and time when a bulk action was created and executed.

***

**Updated at**

The date and time when a bulk action was last modified.

***

**User**

The email address of a [Back Office user](/back-office-guide/system/users.md) who executed a bulk action.

To view bulk action details, click the **Edit** button.

## Details

The following additional information is provided about each bulk action:

**Description**

The bulk action description.

***

**Log message**

A log message specifying the result of an executed bulk action.

***

**System log**

The log of operations made during bulk action execution.

{% hint style="info" %}
**See also**

[How to create a bulk action](/how-to-articles/manage-system-settings/how-to-create-a-bulk-action.md)
{% endhint %}


---

# 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://docs.b2core.b2broker.com/back-office-guide/system/bulk-actions.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.
