# Address Book

For a faster checkout process, the customer can add addresses that he uses frequently to the address book.

The address book page gives the ability of:

* Adding New Address&#x20;
* Managing the Existing Addresses&#x20;

### Adding New Address  <a href="#addressbook-addingnewaddress" id="addressbook-addingnewaddress"></a>

The customer's addresses are previewed on the address book page with five main fields being visible: First name, Last name, Street, Postal Code, and Phone number. &#x20;

#### To add a new address:  <a href="#addressbook-toaddanewaddress" id="addressbook-toaddanewaddress"></a>

1. In the sidebar of your Account Dashboard, choose **Address Book.**
2. On the Address Book page, tap **Add New Address**
3. Complete the contact and address information, fill in the:
   1. First name
   2. Last name
   3. Phone number&#x20;
   4. City
   5. Country
   6. State/Province
   7. Zip/Postal code
   8. Street address
4. Mark the following checkboxes to indicate how the address is to be used (optional):
   1. This is the default Billing Address
   2. This is the default Shipping Address
5. When complete, tap **Save Address**

### Managing the Existing Addresses  <a href="#addressbook-managingtheexistingaddresses" id="addressbook-managingtheexistingaddresses"></a>

On the address book page, your customers can manage their addresses by editing them, deleting, and setting as default billing or shipping.&#x20;

There can be only one default billing and default shipping address. The default addresses appear as preselected in the checkout.&#x20;

{% hint style="info" %}
**NOTE**

The default addresses cannot be deleted. To delete the default address, please first edit the address and remove the "default" checkbox.&#x20;
{% endhint %}


---

# 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/4.0.2/customers/account-dashboard/address-book.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.
