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

# Orders

The Orders feature allows businesses to track orders to ensure timely deliveries. Orders are created by recording a sale and then adding the sale to orders.&#x20;

Businesses can send alerts to their customers via SMS and Email, updating them on different states of the order. They can also set due dates and reminders to receive automatic alerts, so they don't miss deadlines.

### Tutorials

{% content-ref url="/pages/JznJQ9bzer9TjmZvy0LQ" %}
[How to Create an Order](/docs/tutorials/orders/how-to-create-an-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/fkTMivrSRSp9Qh5K1y4K" %}
[How to Update an Order](/docs/tutorials/orders/how-to-update-an-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/XeIh0f35rIVoZmlhkY5n" %}
[How to Filter Orders](/docs/tutorials/orders/how-to-filter-orders.md)
{% endcontent-ref %}

{% content-ref url="/pages/yaf9PTgLXMkDsjtD6ZOR" %}
[How to Print Order Labels](/docs/tutorials/orders/how-to-print-order-labels.md)
{% endcontent-ref %}

{% content-ref url="/pages/DvioVvHO6Cr0QEXw054N" %}
[How to Delete an Order](/docs/tutorials/orders/how-to-delete-an-order.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.keepup.store/docs/tutorials/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.
