# Matching purchase orders to invoices

This is where purchase orders really start paying off. When an invoice arrives and there's already an approved PO behind it, You can link the two together. That makes it much easier to verify that what You're being invoiced for is actually what was ordered, right supplier, right quantities, right prices.

### **Why match?**

You've probably been in a situation where an invoice comes in and someone has to dig through emails or spreadsheets to figure out if the amounts are correct, or whether this was even approved. Matching solves that. When a PO is linked to an invoice, the history is right there, who ordered it, who approved it, and what was originally agreed.

The main benefits:

* **Faster approvals:** if the invoice matches an approved PO, there's less back-and-forth. The approver can see immediately that this was already signed off at the order stage.
* **Price and quantity verification:** You can compare what was ordered vs. what's being invoiced. If there's a difference, it's visible right away.
* **Stronger audit trail:** the full chain is documented: who created the PO, who approved it, when the invoice arrived, and how they're connected.

### **How matching works**

When You receive an invoice in Fitek, You can link it to an existing purchase order. You can also link invoice and PO directly from Purchase order. This connects the two documents so the information flows between them.&#x20;

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

You can use purchase orders and invoices independently, not every invoice needs a PO behind it, and not every PO needs to result in an invoice. But when they're combined, the verification and approval process gets significantly smoother.

### **What to keep in mind**

Cost objective settings can be configured differently for purchase orders and invoices. So a dimension that was optional when the PO was created might be mandatory on the invoice, or the other way around. [Read more](/fitek-learning-space/copy-of-english/purchase-orders/creating-a-purchase-order.md#adding-cost-objectives) on cost objectives on Purchase orders.


---

# 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://fitek-learning.fitek.com/fitek-learning-space/copy-of-english/purchase-orders/matching-purchase-orders-to-invoices.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.
