# New Account Options

In this section, the basic account options are combined with more advanced options that relate to VAT ID Validation and custom integrations.&#x20;

### Create New Account Options

1. Go to admin > **Stores** > Settings > **Configuration**.&#x20;
2. In the left panel, expand **Customers** and choose **Customer Configuration.**&#x20;
3. Select **Create New Account Options.**
4. Edit your preferences and **save**.
5. Tap System > Cache Management > **Flush Cache Storage.**

Below you can find the most popular New Account Options settings supported by ScandiPWA:

| FIELD                                  | STATUS        | DESCRIPTION                                                                                                                                                |
| -------------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Group                          | **SUPPORTED** | Determines the customer group that is assigned to new customers when an account is created.                                                                |
| Show VAT Number on Storefront          | **SUPPORTED** | Determines if a Value Added Tax number is visible on the storefront. When enabled, the VAT number field appears in the shipping and billing address forms. |
| Default Email Domain                   | **SUPPORTED** | Determines the default email domain for the store.                                                                                                         |
| Default Welcome Email                  | **SUPPORTED** | Determines the template that is used for the welcome email sent to new customers.                                                                          |
| Default Welcome Email Without Password | **SUPPORTED** | Determines the template that is used when a customer account is created that does not yet have a password.                                                 |
| Email Sender                           | **SUPPORTED** | Determines the store contact that appears as the sender of the welcome email.                                                                              |
| Require Emails Confirmation            | **SUPPORTED** | Determines if the customers need to confirm their request to open an account with your store.                                                              |
| Confirmation Link Email                | **SUPPORTED** | Determines the template that is used for the confirmation email.                                                                                           |
| Welcome Email                          | **SUPPORTED** | Determines the template that is used for the welcome message that is sent after the account is confirmed.                                                  |


---

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