# EXPORT MEMBERS

Use the Members page to export your current member list to a CSV file.

1. From the main menu, click on Members.
2. Click the Export Members button.
3. Memberply will download a CSV file named with the export date, for example `memberply-members-2026-04-26.csv`.

The exported CSV file includes the following columns:

* `firstname`
* `lastname`
* `emailaddress`
* `active`
* `datejoined`

Each column is filled in as follows:

* `firstname`: The member's first name.
* `lastname`: The member's last name.
* `emailaddress`: The member's email address.
* `active`: Whether the member is currently active. Active members are exported as `yes`; inactive or cancelled members are exported as `no`.
* `datejoined`: The date the member joined. If a joined date is not available, Memberply uses the member's created date.

Example CSV:

```csv
firstname,lastname,emailaddress,active,datejoined
John,Smith,john@example.com,yes,2025-09-01
Jane,Doe,jane@example.com,no,2025-10-15
```

NOTE: If there are no members in the list, the export cannot be downloaded.


---

# 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://help.memberply.com/export-members.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.
