# Creating a Customer Account

ScandiPWA provides your customers with the ability to create their own customer account on your website to enjoy the benefits like fast and easy checkout and self-service.&#x20;

In the header of each page of your website is the login/registration button. In the overlay, your customers can create a new account, sign in, or request the email to change their passwords.

To share a link to the registration page, there is a dedicated page created in ScandiPWA. The registration page can be accessed by adding `/account/create` to your domain. For example, <https://40kskudemo.scandipwa.com/account/create>**.**&#x20;

During the registration process, the customer can subscribe to the newsletter by marking the appropriate checkbox after filling in his last name.&#x20;

### **To create a new account**

The registration of a new customer happens in the overlay.&#x20;

1. Click on the **Create an Account** button in the login/registration overlay.
2. Fill in the personal information
   1. First Name
   2. Last Name
3. Mark the **Subscribe to newsletter** checkbox, if you want to receive the newsletters (optional).
4. Enter your **Email** address.
5. Enter your **Password.**
6. Enter the password again to **Confirm Password.**&#x20;
7. When complete, tap **Create an Account.**&#x20;


---

# 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://manual.scandipwa.com/v5.2.0/customers/creating-a-customer-account.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.
