# Orders

From this overview you can directly generate a PDF [pick list](/introduction/pick-lists.md) for the selected order, or open the order in our [Order Picker](/introduction/order-picker.md). Both the generated PDF pick list and the Order Picker will show you the product locations you can pick the products in the order from. Further clicking on the order will bring you to the Single Order Page, with a detailed view of the selected order.

### Single Order Page

The single order page shows you a detailed view of an order, including the customer's billing & shipping information, the products in the order and all order notes. From this single order page you are directly able to create & assign product locations to the products in the order! The action buttons in the top further allow you to generate a pick list for the order, open the order in the Order Picker or update the order status.

<figure><img src="/files/Hg3JD91ZtYsR66VReQ1H" alt=""><figcaption><p>Single Order Page - detailed order view with options to generate a PDF pick list, use the Order Picker and create/assign product locations to the products in the order.</p></figcaption></figure>

{% hint style="info" %}
No orders listed on the orders overview page? Make sure installation of your webshop has finished successfully. Otherwise, please perform a [manual order synchronization](/settings/webshop.md).
{% endhint %}


---

# 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://help.woopiq.com/introduction/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.
