# Customer Sign In

Customers have easy access to their accounts from every page in your store. By default, when customers create an account, they are redirected to their account dashboard.&#x20;

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

### To sign in to your customer account:  <a href="#customersignin-tosignintoyourcustomeraccount" id="customersignin-tosignintoyourcustomeraccount"></a>

1. In the header of the store, click on the my account icon
2. In the account overlay, enter your **Email** address and **Password.**&#x20;
3. Then, tap **Sign In.**

## Resetting Passwords <a href="#customersignin-resettingpasswords" id="customersignin-resettingpasswords"></a>

Customers can reset their passwords from the storefront by clicking the “Forgot password?” link.&#x20;

The customer will need to enter their email address associated with the website, and they will receive a password reset link.&#x20;

To share a link to the reset password page, there is a dedicated page created in ScandiPWA. The reset password page can be accessed by adding `/account/forgotpassword` to your domain. For example, <https://40kskudemo.scandipwa.com/account/forgotpassword>**.**&#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/v4.2.0/customers/customer-sign-in.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.
