# Configuring Account Options

The customer account settings determine the information that is collected during customer registration and the experience that customers have during the process.

ScandiPWA supports the most popular account configuration settings that determine the customer's experience during the registration process:

| SECTION                                    | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------ | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Account Scope                              | **SUPPORTED**   | The scope of customer accounts can be limited to the website where the account was created, or shared with all websites and stores in the store hierarchy.                                                                                                                                                                                                                                                      |
| Password Options                           | **SUPPORTED**   | The customer password options control the level of security that is used for password reset requests, and determines the email templates that are used for customer notification, and the lifetime of the password recovery link.                                                                                                                                                                               |
| Login Landing Page                         | **IN PROGRESS** | <p>You can configure your store to redirect customers to their account dashboard after they log in, or let them continue shopping.</p><p><strong>NOTE!</strong> In ScandiPWA, customers are always redirected to the account dashboard after logging in.</p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1496"><https://github.com/scandipwa/base-theme/issues/1496></a></p> |
| New Account Options                        | **SUPPORTED**   | In the Create New Account Options section of the configuration, the basic account options are combined with more advanced options that relate to VAT ID Validation and custom integrations.                                                                                                                                                                                                                     |
| Name and Address Options                   | **IN PROGRESS** | <p>The Name and Address Options determine which attributes are included in the names and addresses that appear in the customer account.</p><p>Track the progress - <a href="https://github.com/scandipwa/base-theme/issues/1497"><https://github.com/scandipwa/base-theme/issues/1497></a></p>                                                                                                                  |
| Customer Session Lifetime (Session Cookie) | **SUPPORTED**   | Information that is stored in the browser as a number or string of characters. If the session cookie expires before the server session, the customer is logged out.                                                                                                                                                                                                                                             |


---

# 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.1.0/customers/configuring-account-options.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.
