# What should I do if my order hasn't arrived within the expected timeframe?

If it still hasn't arrived after that, we recommend:

{% stepper %}
{% step %}
Contacting the shipping provider directly with your tracking number for an update.
{% endstep %}

{% step %}
If the issue isn’t resolved, contact us at <support@growsensor.co>, and we’ll look into it for you.
{% endstep %}
{% endstepper %}


---

# 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://faq.growsensor.co/shipping-and-delivery/what-should-i-do-if-my-order-hasnt-arrived-within-the-expected-timeframe.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.
