> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-faqs/invoice-ai/how-do-i-process-e-invoices.md).

# How Do I Process E-Invoices?

E-invoices received through [your e-invoice subscription](/ap-automation/charted-configuration/invoice-ai/creating-an-e-invoice-subscription.md) are processed through the same Bills Inbox as standard PDF invoices — no separate workflow is required. When a supplier routes an e-invoice to your entity, it appears in the inbox automatically and is ready for review. The document name will identify it as an e-invoice so you can distinguish it from scanned PDFs at a glance.

### Steps

{% stepper %}
{% step %}

### Open the Bills Inbox

From the NetSuite navigation bar, open the **Charted** menu, hover over **AP Automation**, and select **Home**. In the left sidebar, select **Bills Inbox**.
{% endstep %}

{% step %}

### Locate the e-invoice

E-invoices appear in the inbox alongside any other bills awaiting review. The document name will indicate that the bill is an e-invoice. You can use the inbox filters to narrow the list by vendor name, subsidiary, or upload date if needed.
{% endstep %}

{% step %}

### Click into the invoice

Click the document name to open it. The Vendor Bill Data Capture Screen will open in a split-screen view.
{% endstep %}

{% step %}

### Review the invoice details

The left panel displays a PDF representation of the e-invoice, rendered from the structured data transmitted by your supplier. Review this to confirm the invoice content — including vendor, amounts, and line items — before completing the bill.

The right panel shows the Vendor Bill form, pre-populated with the extracted invoice data. Review and adjust any fields as needed, the same way you would for a standard scanned invoice.
{% endstep %}

{% step %}

### Access the XML source file

The original XML invoice file is attached to the record. You can access it from the **Communication > Files** tab on the Vendor Bill form if you need to reference the underlying structured data or retain it for compliance purposes.
{% endstep %}

{% step %}

### Save the Vendor Bill

Once you have reviewed the populated fields and made any necessary adjustments, click **Save** to create the Vendor Bill in NetSuite. Saving the record will remove the invoice from the inbox.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
E-invoices are transmitted as structured XML data through the PEPPOL network. The PDF shown in the split-screen view is a visual representation of that data — it is not a separately uploaded document. The attached XML file is the authoritative source record.
{% endhint %}


---

# 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.charted.com/ap-automation/charted-faqs/invoice-ai/how-do-i-process-e-invoices.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.
