# Purchase Orders

The **Purchase Orders** page contains the list of purchase orders. From this list, you can create and view purchase orders.

To sort the list by status, select Paid or Pending from the drop-down menu. By default you see all purchase orders.

To search a purchase order, enter key words in the **Search** box.

<div align="left"><img src="/files/-Lqa8V_71oBcttz34CCl" alt="The Purchase Orders page"></div>

#### How to add a purchase order

1. Select **Add**. The modal window will appear.
2. In the modal window, enter a contact name in the **Search Contact** box. Select a contact from the drop-down list.
3. Enter a project name in the **Test Project** box. Select a project from the drop-down list.
4. Select **Account** from the drop-down list.
5. Select **Terms** from the drop-down list.
6. Set **Purchase Order Date** or use a default current date.
7. Select **Save Purchase Order**.

<div align="left"><img src="/files/-Lqa8Fuod6VsxnL-eyQ6" alt="The Add new purchase order modal window"></div>


---

# 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.aitheon.com/procurement/purchase-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.
