# Phát đơn hàng

## Purpose

* To dispatch orders to the customers

## Value Chain

![Frame 1](https://user-images.githubusercontent.com/24457565/135583902-9011601a-5ae5-450d-b5ed-21be5e73654a.png)

## Guidance

### Operation Task

1. [Select warehouse](/english/m28/dispatch_order/order_picking_warehouse.md)
2. [Confirm order](/english/m28/dispatch_order/order_confirmation.md)
3. [Send couriers the dispatch orders](/english/m28/dispatch_order/order_get_tracking.md)

### Warehouse Task

1. [Agree for Package](/english/m28/dispatch_order/packing_confirmation.md)
2. [Export for warehouse as per order](/english/m28/dispatch_order/export_confirmation.md)


---

# 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://hd.gobiz.vn/english/m28/dispatch_order.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.
