# How To Export Contacts From CRM With Custom Fields ?

#### <mark style="color:red;background-color:orange;">Exporting Contacts from the CRM</mark>

1. To export all your contacts and their custom fields:

   * Click on the three dots in the CRM dashboard.
   * Select **"Export all"**.

   This action exports all contacts with their custom field data into a CSV file.
2. To export selected or filtered contacts:

   * Click on **"Filters"** in the CRM dashboard.
   * Select the conditions you want to use for filtering.
   * Click on **"Export filter"**.

   This will export all filtered contacts with their custom fields into a CSV file.

{% embed url="<https://youtu.be/kkZOp0HHfws>" %}


---

# 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://helpdocumentation.gitbook.io/user/crm-v1-old/contacts/how-to-export-contacts-from-crm-with-custom-fields.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.
