> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/end-user-and-partner-section/end-user-section/purchase-order-matching/purchase-order-matching-tools.md).

# Purchase Order Matching Tools

## Overview

To the right of the search bar, you’ll find several useful tools related to the purchase order matching process.\
This page provides a detailed explanation of each tool and its functionality.

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

## Help

Use this button to navigate to the documentation page for the Purchase Order Matching section.

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

## Keyboard shortcuts

Use this button to display all keyboard shortcuts for the dashboard. Detailed explanations for each shortcut can be found [here](/end-user-and-partner-section/end-user-section/purchase-order-matching/keyboard-shortcuts.md).

<figure><img src="/files/3W2e1VH8wbsGBs8RsrEC" alt=""><figcaption></figcaption></figure>

## Turn on/off training mode

This button allows you to activate or deactivate Training Mode.

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

When **Training Mode** is enabled, you can create exact copies of purchase order line items in the extracted table.\
This feature is designed to help you practice and better understand how the purchase order matching process works in a safe, test environment.

To create a copy, simply drag and drop a purchase order line item into the extracted table.

## Auto Accounting

Click this button to be redirected to the Auto Accounting section.

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

<mark style="color:red;">**Note**</mark>: This feature is only available if **Auto Accounting** is activated for your organization.

## Tasks

Click this button to be redirected to the task section related to the document you are currently working on.

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

## Create task

Use this button to create tasks directly related to the current document.

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

To create a valid task, you must enter a name, provide a description, and assign it to a user or group. Optionally, you can mark the task as notification-only, set its priority (Low, Medium, or High), define its status, and specify a deadline.

<figure><img src="/files/NaTff8AOxng1aUH8vU8X" alt="" width="563"><figcaption></figcaption></figure>

## Auto PO match

Click this button to automatically perform the Purchase Order matching.

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

## Save

Click this button to save the matched Purchase Order lines.

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

## Sync Data

Click this button to manually synchronize data for a specified Purchase Order number between DocBits and Infor.

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

You need to provide a valid Purchase Order number, then select which of the available options you want to synchronize. After that, you can proceed to synchronize your data.

<figure><img src="/files/1CGDAVbz8HpEoPZQWQhB" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**Note**</mark>: This feature is only available if your matching process is based on **Received Delivery Open Quantity**.\
You can change this setting by navigating to:\
**Settings → Global Settings → Document Types → More Settings → Purchase Order Section → Purchase Order**.

## Export

Click **Export** to export the document after completing the PO matching process.\
If multiple export options are available, the first option will be used by default.\
To view and select from all available export options, click the small arrow next to the Export button.

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

## Auto Export if PO matched 100%

If enabled, documents are automatically matched and exported when the purchase order number exactly matches the information extracted from the document.

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

## Set PO Table Columns for Organization

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

Click this button to open a menu where you can manage the visibility of columns in the purchase order table.\
Use the checkboxes and arrow buttons to move columns between the **Visible** and **Hidden** sections.\
You can also reorder columns by dragging and dropping the column names.\
Click **Done** to save your changes.

<figure><img src="/files/qY2QBREq7ch8ICRZITGG" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.docbits.com/end-user-and-partner-section/end-user-section/purchase-order-matching/purchase-order-matching-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
