# Configuring Account Options

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The customer account settings determine the information that is collected during the customer registration and the experience that customers have during the process. To access, go to **Stores** > Settings > **Configuration**. In the left panel, expand **Customers** and choose **Customer Configuration**.

| SECTION                                    | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                    |
| ------------------------------------------ | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Account Scope                              | **SUPPORTED**   | The scope of the customer account 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, determine the email templates that are used for customer notification, and the lifetime of the password recovery link.                                                                   |
| Login Landing Page                         | **SUPPORTED**   | You can configure your store to redirect customers to their account dashboard after they log in, or let them continue shopping.                                                                                                                                                                |
| 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**   | If the session cookie expires before the server session, the customer is logged out.                                                                                                                                                                                                           |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://626170148-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VErm-chnR7w6fl6U7%2Fscandipwa_%20ScandiPWA%20-%20Configuring%20Account%20Options.pdf?alt=media&token=a46da0ce-68df-4f2b-8a87-66f6e0f0e18d>" %}
Configuring Account Options - Test Cases
{% endfile %}


---

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