# Exporting Data to CSV

Exporting form data to a CSV file in the Contact Form 7 Database plugin can be accomplished in two different ways.&#x20;

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

Below are the detailed steps for each method.

**Method 1: Direct Export**

1. **Select the Form (1)**
   * **Description:** Choose the form you wish to export data from.
   * **Action:** Use the dropdown menu labeled "Contact form 1" to select the desired form.
2. **Export Data (2)**
   * **Description:** Export the data to a CSV file.
   * **Action:** Click the download icon next to the form dropdown menu. This will initiate the CSV export for the selected form.

**Method 2: Export Specific Entries**

1. **Select the Form (1)**
   * **Description:** Choose the form you wish to export data from.
   * **Action:** Use the dropdown menu labeled "Contact form 1" to select the desired form.
2. **Select Entries (3)**
   * **Description:** Select specific entries you wish to export.
   * **Action:** Check the boxes next to the entries you want to include in the export.
3. **Export Data (2)**
   * **Description:** Export the selected data to a CSV file.
   * **Action:** Click the download icon next to the form dropdown menu. This will initiate the CSV export for the selected entries.


---

# 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://ninjateam.gitbook.io/contact-form-7-database/how-it-works/exporting-data-to-csv.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.
