# Orders

The orders page contains a table view of all the orders submitted via the Monogoto hub.&#x20;

The order lifecycle stages are,

* Draft >> when an order is created but not submitted.
* Awaiting payment >> when the order was submitted but payment is not completed.
* Awaiting fulfillment >> when the order is fulfilled by the Monogoto staff.
* Shipping in process >> when the order was shipped to the customer.
* Completed >> when the order was delivered to the customer.

By clicking on the `+Add New` button you can [create a new order](https://app.gitbook.com/o/-M0qyYSn4ArZC7C-nWjg/s/-M0mPxGpottOEfcucXOR/~/changes/736/hub/orders-new-in-progress/create-a-new-order).

<figure><img src="https://3922449203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2FSBv9AloFFNFFypltiNVs%2Fimage.png?alt=media&#x26;token=4bd5734b-435c-4290-b840-60a1da23bc3e" alt=""><figcaption></figcaption></figure>

{% content-ref url="orders/create-a-new-order" %}
[create-a-new-order](https://docs.monogoto.io/hub/orders/create-a-new-order)
{% endcontent-ref %}


---

# 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.monogoto.io/hub/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.
