# Quickstart Guide

- [How to add orders (bulk upload)](https://docs.packagelytics.com/quickstart-guide/how-to-add-orders-bulk-upload.md): Adding orders to your route plan by uploading a CSV file
- [How to add orders (single order)](https://docs.packagelytics.com/quickstart-guide/how-to-add-orders-single-order.md)
- [How much does Parcelizer cost?](https://docs.packagelytics.com/quickstart-guide/how-much-does-parcelizer-cost.md): Pricing and Volume Discounts
- [How do I move orders from one driver to another?](https://docs.packagelytics.com/quickstart-guide/how-do-i-move-orders-from-one-driver-to-another.md): Transferring orders from one driver to another
- [How to add drivers](https://docs.packagelytics.com/quickstart-guide/how-to-add-drivers.md): Adding drivers to a route plan
- [How to create a route plan](https://docs.packagelytics.com/quickstart-guide/how-to-create-a-route-plan.md): Using route optimization to plan driver schedules


---

# 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.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.
