> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/automatic-delivery-assignment.md).

# Automatic delivery assignment

### Overview

When a customer places an order through the chatbot, the system can assign the delivery automatically.

The system does not stop at order creation. It also checks the configured delivery rules and assigns the right delivery partner.

### How it works

* Each product or catalog is linked to delivery settings.
* These settings define which delivery partner should handle the order.
* The rules can depend on factors such as location, order value, or delivery type.
* As soon as the order is placed through the chatbot, the system checks these predefined settings.
* Based on the matching rules, the order is assigned to the right delivery partner automatically.

### Why it matters

Automatic delivery assignment helps you:

* reduce manual work
* speed up order processing
* assign delivery more accurately
* keep fulfillment consistent across orders

### Next step

Configure your delivery rules in [Delivery Configuration](/whatsapp-commerce/logistics-integration/logistics-core-module/customize-delivery-methods.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.pickyassist.com/whatsapp-commerce/logistics-integration/logistics-core-module/automatic-delivery-assignment.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.
