# Creating a Supplier Order

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Stock > Stock suppliers orders**.
2. Click **Add**.
3. Enter the details:
   1. **Supplier** — Select the supplier from the list.
   2. **Reference** — Optional reference for tracking.
   3. **Delivery date** — Select the expected delivery date.
   4. **Send email** — Toggle whether the supplier receives an email or not.
4. Once the supplier is selected, all stock items linked to that supplier will automatically populate. Fill in the **quantities** required for each product and the price automatically update.
5. You have the option to:
   1. **Save** — Stores the order as a draft for later editing or review.
   2. **Book** — Sends an order request email directly to the supplier.

<figure><img src="/files/f6AT5Iq0WjFUVXZLtFQx" alt=""><figcaption></figcaption></figure>


---

# 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.bossithq.com/stock/stock-suppliers/stock-supplier-orders/creating-a-supplier-order.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.
