> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v5.3.6/customers/customer-sign-in.md).

# Customer Sign In

Customers have easy access to their accounts from every page in your store by clicking on the *Account* button.

To share the link to the login page, add `/customer/account/login` to your domain. For example: <https://40kskudemo.scandipwa.com/customer/account/login>.

### 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 **Account** button.
2. In the account overlay, enter your **email** 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 the link to the Reset Password page, add `/customer/account/forgotpassword` to your domain. For example: <https://40kskudemo.scandipwa.com/customer/account/forgotpassword>.


---

# 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:

```
GET https://manual.scandipwa.com/v5.3.6/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.
