# 13. Why do I have waiting time in my route plan?

The optimization algorithm may introduce waiting time for these reasons:

1. The deliverer arrives at the customer location **before opening hours**.
2. The deliverer reaches the depot **before it becomes operational**.

Customer and depot opening times are strict constraints with high priority, so the algorithm must respect them.

**Tip:** To reduce unnecessary waiting time, use the **Automatic Start Time** constraint. This feature adjusts the departure time so the deliverer starts later and arrives at the customer or depot at the right time, minimizing idle periods at unknown locations.

&#x20;


---

# 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://nomadia-docs.gitbook.io/products/faq/13.-why-do-i-have-waiting-time-in-my-route-plan.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.
