# How much does Parcelizer cost?

Parcelizer is distributed as software as a service (SaaS), which means that as a customer, you pay a set price every month based on usage. The software runs on our dedicated servers, so you don't have to worry about web hosting costs or recurring fees for location services (e.g. [Google Maps](https://developers.google.com/maps/documentation/directions/overview)) and customer notifications ([Twilio](https://www.twilio.com/pricing)).

Pricing is based on the number of [orders](https://docs.packagelytics.com/quickstart-guide/how-to-add-orders-bulk-upload) (pickup and delivery jobs) dispatched to drivers each month. You can choose from three plans - starter, growth and enterprise (see our [pricing page](https://www.parcelizer.com/pricing) for more details).

| Starter    | Up to 2,000  | USD $300   |
| ---------- | ------------ | ---------- |
| Growth     | Up to 5,000  | USD $600   |
| Enterprise | Up to 10,000 | USD $1,000 |

If you exceed your quota each month, you'll be charged $0.15 per additional order e.g. if you dispatch 2,100 order last month and are on the starter plan, you will be billed $300 + $0.15 x 100 = $315.

Please contact <support@parcelizer.com> if you'd like to speak to someone or need custom pricing. For customers with more than 10,000 orders a month we provide volume discounts and additional support options / service level agreements.


---

# 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-much-does-parcelizer-cost.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.
