# Export contacts

Contacts stored in Bird can be exported for use in other tools.

{% hint style="warning" %}
Only users with the 'Workspace Owner' role are able to export contacts.
{% endhint %}

### How to export all contacts

* Go to **Marketing > Audience > Contacts** or **CRM > Contacts**
* Click on **Export Icon on the Contacts List**

<figure><img src="/files/346qrfYDs7Un6AIPzoX0" alt=""><figcaption></figcaption></figure>

* Select which attribute columns you want to export

<figure><img src="/files/GkXWVCPIQJQgOTYqC7t0" alt="" width="375"><figcaption></figcaption></figure>

* Alternatively, you can add any **attribute columns** that you would like to export in the list view.

<figure><img src="/files/SWAEVLJt3rkwm00JRGKS" alt="" width="325"><figcaption></figcaption></figure>

3. You can also add **advanced filters** to only filter contacts which have specific criteria.  For example, any contacts whose country is United States or any contact who is in a specific list. If you export after applying these filters, only the filtered contacts will get exported

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

{% hint style="success" %}
You've just exported every contact in your workspace. One the export is ready, you'll receive a notification which will take you to the [**Exports** tab](#exports-tab-overview). From here, you can click **Download** to download a CSV file containing the contacts you exported.
{% endhint %}

### How to export a specific segment or list

1. Go to **Marketing** and click **Lists or Segments** on the left-hand menu.
2. Find the segment or list you want to export, click the three dots on the right-hand side, then click **Export**.

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

{% hint style="success" %}
You've just exported every contact in a list or audience. One the export is ready, you'll receive a notification which will take you to the [**Exports** tab](#exports-tab-overview). From here, you can click **Download** to download a CSV file containing the contacts you exported.
{% endhint %}

### All Exports

In the **Contacts > Manage data > All Exports** page, you can see the status of your exports as follows. You can hover on the row and click **Download.**

* **Export name**
  * Contact export: \<timestamp of export date>
  * Audience export: \<audience name> \<timestamp of export date>
  * List export: \<list name> \<timestamp of export date>
* **Number of contacts**
* **Status**:
  * In progress: Click **Cancel** to cancel an in progress export.
  * Completed: Click **Download** to save a CSV file of your exported contacts.
  * Canceled: Click **Retry** to start a cancelled export again.
  * Failed
* **Date of export**

<figure><img src="/files/9ixS02lWSgmeXvh4phJd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Exports are retained and available in Bird for 30 days.
{% endhint %}

### How to import contacts after export

Contacts can be re-imported into the platform after customizing the exported CSV file. To import, go to **Marketing** > **Contacts** > **Create Contact Arrow >** **Import from CSV**. Learn more about [importing contacts.](/applications/audience/contacts/how-to/create-contacts.md)


---

# 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.bird.com/applications/audience/contacts/how-to/export-contacts.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.
