> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-create-a-bulk-action.md).

# How to create a bulk action

Create bulk actions to perform specific actions in respect to multiple clients at a time.

To create a bulk action:

{% stepper %}
{% step %}
Navigate to **System** > **Bulk actions**.
{% endstep %}

{% step %}
Click **+Create** in the upper-right corner of the page.
{% endstep %}

{% step %}
From the **Action** drop-down list, select an action type that you want to perform as a bulk action. 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
  {% endstep %}

{% step %}
In the **Name** field, enter a name for your bulk action.
{% endstep %}

{% step %}
In the **Description** field, enter a description for your bulk action.
{% endstep %}

{% step %}
Click **Upload csv file** and select a CSV file that has previously been downloaded to your computer, containing the email addresses of the clients to whom the bulk action applies (for details, refer to [How to export a CSV file with email addresses](/how-to-articles/manage-system-settings/how-to-export-a-csv-file-with-email-addresses.md)).
{% endstep %}

{% step %}
Depending on the bulk action type that you selected, additional fields may be displayed that you need to fill in.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The bulk action has been created and executed. To verify whether it has been executed successfully, check the **Status** column on the **Bulk actions** page.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-create-a-bulk-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
