# How do I move orders from one driver to another?

Once you've [created a route plan](https://docs.packagelytics.com/quickstart-guide/how-to-create-a-route-plan), you can still manually move orders from one driver to another. The Route Plan view is divided into two halves. The top half shows a map with your orders pinned on it while the bottom half displays a gantt chart with those same orders displayed chronologically on a timeline (circles are pickups, squares are dropoffs).

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

Each row (and color) represents the orders to be fulfilled by a single driver. The scheduled arrival time at each pickup and delivery can be found by clicking on the order icon. This brings up an information window showing the order ID, status, customer name and predicted ETA (estimated time of arrival).

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

Dragging the order icon from one row to another will override the route optimization algorithm and transfer an order from one driver to another. You can make as many transfers as you want.

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

To save your changes, simply press the \[Apply] button on the bottom right. If you want to return the order assignment to what it was before, simply click \[Optimize Route].


---

# 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/quickstart-guide/how-do-i-move-orders-from-one-driver-to-another.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.
