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

# Orders

To create a multi-product order use the Orders tab in the Products page. Create an order by pressing the ![](/files/ogweVleNpEXxk6JsJr9m) button. Required fields are Vendor, and a list of the products that will be added to the order. Once an order has been created this is not applied yet to the standing inventory. Click on a standing order and there is an option to apply or cancel the order. Applying an order will adjust the current stock level of all products in the order to the existing inventory. Cancelling an order will cancel the order and not apply any changes to existing inventory

<figure><img src="/files/p6y7NBKEIaigclYnycgi" alt=""><figcaption><p>The Orders tab in the Products Page</p></figcaption></figure>

<figure><img src="/files/gqXDiQUC0tboug5iDSpe" alt=""><figcaption><p>Adding a new Order when pressing the +Order button</p></figcaption></figure>

<figure><img src="/files/jtuEyPpzpDSmjApVUFBE" alt=""><figcaption><p>Edit Order Prompt</p></figcaption></figure>


---

# 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.simplespa.net/simplespa-documentation/fundamentals/products/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.
