# How to export a CSV file with email addresses

Various types of data can be exported as CSV files. This article describes how to export a CSV file containing your client email addresses. Such CSV files may be used to perform bulk actions, identifying the clients to whom bulk actions will apply.

{% stepper %}
{% step %}
Navigate to **Clients** > **General**.
{% endstep %}

{% step %}
You can apply filters to a clients list to display specific records that you want to export.
{% endstep %}

{% step %}
Click **Column visibility** in the upper-right page corner.
{% endstep %}

{% step %}
Hide all the columns except for the **Email** column.
{% endstep %}

{% step %}
Click **Export** in the upper-right page corner.
{% endstep %}

{% step %}
Select the CSV format.
{% endstep %}

{% step %}
Select an export method. You can either send a CSV file to your email address or download it to your computer.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The exported CSV file containing email addresses can be used to create a bulk action. To do this, open the file and remove the **Email** column header so that only email addresses are listed in the file.
{% 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/how-to-articles/manage-system-settings/how-to-export-a-csv-file-with-email-addresses.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.
