# Saved Addresses

If you place orders regularly, saving your delivery addresses means you won't have to type them every time. This guide covers how to add, edit, and manage your saved addresses.

## Viewing Your Saved Addresses

1. Go to **Settings** or **Account** (from the sidebar or your profile menu).
2. Look for an **Addresses** or **Saved Addresses** section.
3. You'll see a list of all your saved addresses.

## Adding a New Address

1. Click **Add Address** or **New Address**.
2. Fill in the required fields:
   * **Address label / Name** — A friendly name for this address (e.g., "Main Office," "Warehouse," "Home").
   * **Street address** — The street number and name. Use a second line if needed (suite, unit, floor).
   * **City**
   * **State / Province**
   * **Postal / ZIP code**
   * **Country**
3. Optionally, add:
   * **Attention to** — A person's name at this address.
   * **Phone number** — A contact number for delivery questions.
4. Click **Save**.

> **Tip:** Give each address a clear, descriptive label. When you're creating an order, you'll pick from a list — "Warehouse - Brooklyn" is much easier to identify than "Address 2."

## Editing an Address

1. Find the address you want to change in your saved addresses list.
2. Click **Edit** (or the pencil icon).
3. Make your changes.
4. Click **Save**.

> **Note:** Changing a saved address does NOT change the address on orders that have already been submitted. It only affects future orders.

## Setting a Default Address

If you have one address you use most of the time:

1. Find that address in your list.
2. Look for a **Set as Default** option (sometimes shown as a star icon or a checkbox).
3. Click it.
4. This address will be automatically selected when you create new orders.

You can change your default at any time.

## Deleting an Address

If you no longer need a saved address:

1. Find the address in your list.
2. Click **Delete** or the trash icon.
3. Confirm the deletion when prompted.

> **Important:** Deleting an address cannot be undone. But don't worry — it won't affect any existing orders that used this address. You can always add it back later if needed.

## Using Saved Addresses When Ordering

When you create a new order:

1. At the shipping address step, you'll see a dropdown or list of your saved addresses.
2. Select the one you want to use.
3. The address fields will be filled in automatically.
4. If you need a different address that isn't saved, you can usually type one in manually and optionally save it for next time.

## Tips

* **Keep addresses up to date.** If your office moves or a warehouse closes, update or remove the old address so you don't accidentally ship to the wrong place.
* **Use the label wisely.** A good label saves time and prevents mistakes during ordering.
* **Check the default.** If your most common shipping address changes, update your default so it's pre-selected.


---

# 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://docs.in8sync.com/end-user-guide/profile-management/saved-addresses.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.
