# Orders

In this Orders section, there will be several tutorials for how to use as listed below.

1. **Add Order:** [**Tutorial**](/getting-started/kuasa-landing-page/orders/add-order.md)
2. **Edit Order:** [**Tutorial**](/getting-started/kuasa-landing-page/orders/edit-order.md)
3. **How to Update Tracking Number to Customer :** [**Tutorial**](/getting-started/kuasa-landing-page/orders/how-to-update-tracking-number-to-customer.md)
4. **How to Update Order Details:** [**Tutorial**](/getting-started/kuasa-landing-page/orders/how-to-update-order-details.md)
5. **How to Export Order Details :** [**Tutorial**](/getting-started/kuasa-landing-page/orders/how-to-export-order-details.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://tutorials.kuasa.io/getting-started/kuasa-landing-page/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.
