> For the complete documentation index, see [llms.txt](https://support.tilt.app/tilt-help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tilt.app/tilt-help-desk/shipping/shipping-policy.md).

# Shipping Policy

**General Information:**

* If you need to change the shipping address after placing an order, it's important to do so within the 2-business-day timeframe allocated for order dispatches. Please contact the seller from whom you made the purchase. Please note that shipping address changes cannot be guaranteed and that our support team cannot change this for you.&#x20;
* If you’re not at the address when the delivery is attempted, you’re responsible for rescheduling a redelivery, if you don’t do it within 18 days the item will be sent back to the seller.

**Shipping Timeframe:**

* We ask sellers to dispatch orders within 2 business days of the item being sold.
* On average, an order purchased through our platform arrives at your destination in approximately 7 days. However, it is customary for an order to take up to 14 days.
* Please allow up to 14 days for delivery. For any shipping issues, please refer to our [Lost & Stolen](/tilt-help-desk/shipping/lost-and-stolen-shipments.md) shipment guide.&#x20;
* You can get in touch with our support team at <support@tilt.app> using the email associated with your Tilt account. Alternatively, click [here](https://support.tilt.app/tilt-help-desk/general/contact-tilt) to discover alternative methods to contact our support team.


---

# 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://support.tilt.app/tilt-help-desk/shipping/shipping-policy.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.
