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

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