# Orders

The **'Orders' page** in a digital download app serves as a central hub for managing and tracking customer orders related to digital products. The key functions are:

**Order Overview:** Displays a list of all customer orders, including details such as order numbers, customer names and emails, purchase dates, order values, the number of digital products attached as well as the current status of the download links. In each order information, there is an option for merchants to send/resend the download email to customers.

**Order Filtering and Searching**: Merchants can filter and search for specific orders based on criteria like date range, customer name, digital product name, making it easier to find relevant information.

**Order Management:** Merchants can create/import a new order, and keep track of the current usage. The limitation is 30 orders/month.


---

# 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://getify.gitbook.io/getify-digital-dowloads/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.
