> For the complete documentation index, see [llms.txt](https://help.decodeage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.decodeage.com/decode-age-support/shipping/can-i-ship-my-decode-age-order-to-an-address-different-from-my-profile.md).

# Can I Ship My Decode Age Order to an Address Different from My Profile?

## Changing Your Shipping Address <a href="#h_284355305e" id="h_284355305e"></a>

#### Steps to Change Shipping Address <a href="#h_08938d04d0" id="h_08938d04d0"></a>

Changing your shipping address is easy. You just need to follow a few steps. During checkout, you'll have the option to update the "Ship To" address, regardless of the default address on your profile.

To change your default shipping address, hover over 'My Account' and select 'Orders & Settings'. On the Orders & Settings page, click the 'Edit' button next to 'Your Addresses'. This will open a new window that displays all your saved addresses. In this window, you can either select one of your saved addresses or enter a new address. Once you've finalized your new address, click the 'Save' button.

#### Shipping to Multiple Addresses <a href="#h_35b919bfb3" id="h_35b919bfb3"></a>

If you need to send gifts or split your order between home and office, our checkout process allows you to ship items to different addresses quickly and easily. When you are on the checkout page, simply enter the new shipping address in the 'Ship To' address field. If you'd like to save the address for future shipments, make sure to check the 'Save this Address For Later' box.

#### Profile Address vs. Shipping Address <a href="#h_d16d2c3676" id="h_d16d2c3676"></a>

Your profile address is the one we use to contact you, while the shipping address is where your items will go. These can be two different locations. To manage this in your account settings follow the steps below:

If you have any questions or issues, please don’t hesitate to [contact us](https://example.com/contact) for more help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.decodeage.com/decode-age-support/shipping/can-i-ship-my-decode-age-order-to-an-address-different-from-my-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
