# 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 `/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 **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 `/account/forgotpassword` to your domain. For example: <https://40kskudemo.scandipwa.com/account/forgotpassword>


---

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