# How do I add additional orders to a driver's route?

Sometimes you might need to add an order to a route that has already been optimized. This is particularly common when dealing with last minute requests that come in after your routes have been planned. Here's how you can work these orders into an existing route plan.

The first thing to do is [add the order to your route plan](https://docs.packagelytics.com/quickstart-guide/how-to-add-orders-single-order). You'll see the order show up in the Unscheduled section at the top of the gannt chart. If you already know which driver you want to give the order to but want to make sure that Parcelizer's optimization engine fits the new order into his route in the most efficient way possible:

1. Drag the order to the left of the driver icon on the gantt chart
2. Lock the other drivers by clicking the padlock icon on the right of the driver's name
3. Hit the \[Optimize Route] button.

<figure><img src="/files/j0oMyy1bHdNAACEGcPhj" alt=""><figcaption></figcaption></figure>

Alternatively, if you know exactly where on the route you want your new order to go, drag the new order to the driver's route on the gantt chart and press \[Apply].

<figure><img src="/files/EqGZ2pSPsvdaCSWXwbjS" alt=""><figcaption></figcaption></figure>

The route produced after you hit \[Apply] might not be optimal but it will follow the sequence of pickups and dropoffs you've set.<br>


---

# 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://docs.packagelytics.com/advanced-features/how-do-i-add-additional-orders-to-a-drivers-route.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.
