# Introduction - Sales Orders

A sales order is a document sent to customers to confirm the items and prices of a sale. A sales order is typically created after your customers accept a quote and your items are ready to be shipped or delivered.

The sales order workflow in P4 Books is as follows:

* Create a sales order detailing the items you will sell to your customers and their prices. Click the Lock button to save the sales order and prevent accidental changes.
* Once the sales order is locked, you can create the delivery, create the invoice, or create a purchase order directly from the sales order.

{% hint style="info" %}
If your P4 Books is integrated with P4 Warehouse, you will not have the option to create a delivery document. The delivery document will be sent from your warehouse once the order has been picked and packed for shipping.
{% endhint %}

***

**Related:** [Quotes](/english-1/sales-transactions/introduction-quotes.md) · [Customers](/english-1/master-data/customers.md) · [Purchase Orders](/english-1/purchasing-transactions/introduction-purchase-orders.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://docs.p4.software/english-1/sales-transactions/introduction-sales-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.
