> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/plain-jane-interactive/customer-accounts/how-to-setup-customer-accounts.md).

# How To Setup Customer Accounts

### **What You’ll Learn**

* How to turn on customer login functionality in your Shopify store
* How to choose between **legacy** and **new** customer account systems
* How to show or hide login links in your storefront

### Step 1: Go to Shopify Settings

1. From your **Shopify Admin Dashboard**, scroll down the left sidebar
2. Click **Settings** in the bottom-left corner

### Step 2: Open Customer Accounts Panel

1. In the Settings menu, click **Customer accounts**
2. This will open the login configuration screen

### Step 3: Enable Login Links

1. In the **Login links** section at the top
2. Toggle **Show login links** ON\
   This will display login options in your header and checkout

>

### Step 4: Choose a Login System

You can choose between:

* **New customer accounts (Recommended)**: No password required, login via email verification link
* **Legacy customer accounts**: Customers register with email + password and login using credentials

> Shopify allows both systems to work in parallel — choose based on your audience preference

### **Need Help?**

* 💬 **Join our community on Discord:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Email us at:** <support@openspaces.design>
* 💻 **Live chat with us:** Available Monday–Friday, 10AM–6PM EST, directly on our website


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openspaces.design/plain-jane-interactive/customer-accounts/how-to-setup-customer-accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
