> For the complete documentation index, see [llms.txt](https://docs.viide.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viide.io/faqs/international-shipping-disclaimer.md).

# International Shipping Disclaimer

* We are not responsible for any customs restrictions, tariffs, or other regulations that may apply to Customs in any country. Any duties or taxes that may apply are your responsibility. If you have any questions, we encourage you to speak with your customs office, although we will ship any products you order to the address you provide. <br>
* The responsibility is yours to check with your country's customs office to verify that your products can clear customs.<br>
* We will do our part and follow the exact directions in your order. We will ship your order to the exact address that you provide. Please keep in mind that once an order has shipped, we cannot change the address information on an international order, and errors here could cause a delivery delay or rejection. We will give you the best service and ship it very quickly at the rates that we have agreed to on our site - you pay actual shipping charges based on the weight of the package.<br>
* By ordering from viide.io, you are stating that you agree to the above disclaimer. While we rarely have problems with international shipments, if there is a problem with your order, we will work hard to find a solution as quickly as possible.<br>


---

# 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://docs.viide.io/faqs/international-shipping-disclaimer.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.
