> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/orders-and-products/order.md).

# Order

- [Create order](https://help.evoshop.cam/orders-and-products/order/create-order.md): You can directly add new order information to the evoshop system.
- [Order Management](https://help.evoshop.cam/orders-and-products/order/order-management.md)
- [Search for orders and export to Excel](https://help.evoshop.cam/orders-and-products/order/order-management/search-for-orders-and-export-to-excel.md): The Evoshop system allows users to search for orders and filter them by various attributes: order ID, creation date, product, staff group, order status, shipping partner, warehouse, etc.
- [Lên đơn hàng loạt (không khấu trừ tồn kho)](https://help.evoshop.cam/orders-and-products/order/order-management/len-don-hang-loat-khong-khau-tru-ton-kho.md)
- [Lên đơn hàng loạt (Có khấu trừ tồn kho)](https://help.evoshop.cam/orders-and-products/order/order-management/len-don-hang-loat-co-khau-tru-ton-kho.md)
- [View order details](https://help.evoshop.cam/orders-and-products/order/order-management/view-order-details.md): On the Order Management page, click on any order to view information such as order details, shipping and payment information, and the order history.
- [Edit Order](https://help.evoshop.cam/orders-and-products/order/order-management/edit-order.md)
- [Cancel Delivery](https://help.evoshop.cam/orders-and-products/order/order-management/cancel-delivery.md)
- [Cancel Order](https://help.evoshop.cam/orders-and-products/order/order-management/cancel-order.md)
- [Copy Order](https://help.evoshop.cam/orders-and-products/order/order-management/copy-order.md)
- [Report Customer](https://help.evoshop.cam/orders-and-products/order/order-management/report-customer.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, and the optional `goal` query parameter:

```
GET https://help.evoshop.cam/orders-and-products/order.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
