> For the complete documentation index, see [llms.txt](https://faq.growsensor.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.growsensor.co/making-a-purchase/will-i-have-to-pay-any-import-duties-tarifs-or-additional-costs.md).

# Will I have to pay any import duties, tarifs or additional costs?

{% hint style="info" %}
Estimated import costs are per individual sensor and may vary slightly depending on your country’s regulations and courier processing. \
\
All duties, taxes, and fees are typically collected by the courier prior to or at delivery. Information correct as of 28th May 2025.
{% endhint %}

**Australia:** AUD $75 - Includes 10% GST on the sensor price.

**Canada:** CAD $80–130 - Includes 5–15% GST/HST (varies by province) and a customs processing fee (\~CAD $10–15).

**European Union:** €145–190 - Includes 20–25% VAT and a customs handling fee (€10–20), depending on your country.

**New Zealand:** NZD $135 - Includes 15% GST and an import entry fee (\~NZD $60).

**United States:** $75 USD - Includes a 10% import tariff (as of 2025).

**United Kingdom:** None - All taxes and duties are included in the listed price. Nothing more to pay.


---

# 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://faq.growsensor.co/making-a-purchase/will-i-have-to-pay-any-import-duties-tarifs-or-additional-costs.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.
