# Managing your Orders

As a shop manager, you will have to deal with heaps of orders and their accompanying invoices and customer support requests – at least, that's what we wish for you. The daily task of handling numerous orders can be daunting. Fortunately, PrestaShop does its best to help you wade through them all and successfully handle your customers' purchases, along with credit slips and the unavoidable cart abandonment.

This chapter contains the following sections:

* [Order list management](/1.7-documentation/user-guide/selling/managing-orders/order-list-management.md)
* [Order page management](/1.7-documentation/user-guide/selling/managing-orders/order-page-management.md)
* [Editing an order](/1.7-documentation/user-guide/selling/managing-orders/order-page-management/editing-order.md)
* [Creating returns and refunds](/1.7-documentation/user-guide/selling/managing-orders/order-page-management/creating-returns-and-refunds.md)
* [Back office order](/1.7-documentation/user-guide/selling/managing-orders/create-back-office-order.md)
* [Invoices](/1.7-documentation/user-guide/selling/managing-orders/invoices.md)
* [Credit Slips](/1.7-documentation/user-guide/selling/managing-orders/credit-slips.md)
* [Delivery Slips](/1.7-documentation/user-guide/selling/managing-orders/delivery-slips.md)
* [Shopping Carts](/1.7-documentation/user-guide/selling/managing-orders/shopping-carts.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://docs.prestashop-project.org/1.7-documentation/user-guide/selling/managing-orders.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.
