# IMPORT MEMBERS

Use the Members page to import members into a membership tier in bulk using a CSV file.

1. From the main menu, click on Members.
2. Click the Import Members button.

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

3. In the import window, enter the Notification Email address. This is the email address that will receive a confirmation once the import has been completed.

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

4. Select the Membership Product that the imported members should be added to.
5. Upload your CSV file.
6. Your CSV file must include the following columns:

* `firstname`
* `lastname`
* `emailaddress`
* `active`
* `datejoined` (optional)

7. Fill in each column 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 an active member and can access the membership benefits. Use `yes` or `no` for each member.
* `datejoined`: Optional. If supplied, the membership date starts from this date. If no `datejoined` column is supplied, the membership starts from now.

8. You can import up to 500 members at a time in a single CSV file.
9. Click Import.
10. Memberply will begin processing the import and will email you once the import has been completed.

Example CSV:

```csv
firstname,lastname,emailaddress,active
John,Smith,john@example.com,yes
Jane,Doe,jane@example.com,no
```

Example CSV with joined dates:

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


---

# 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/import-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.
