> 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-vendor-credits-with-invoice-ai.md).

# How do I process vendor credits with Invoice AI?

When a vendor sends a credit memo, Invoice AI will scan the document and initially load the extracted data onto the standard Vendor Bill form — the same way it handles regular invoices. You won’t need to re-enter any of the information manually. Instead, a single action converts the bill into a vendor credit.

### Steps

1\.   **Open the Bills Inbox**.  Navigate to Charted › Automate › Bills. Select Bills Inbox in the sidebar.

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

2\.    Click into the scanned document.  Invoice AI will automatically extract the relevant information from the PDF and load it onto the Vendor Bill form.

3\.    Select “**Switch to Bill Credit**”.  In the header bar of the open document, click the **Switch to Bill Credit** option under the ellipsis(····) menu. The page will reload and all extracted data will automatically populate onto the Vendor Credit form (the exact name of this record may vary depending on your account configuration).

&#x20;

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

4\.    **Review the populated fields**.  Confirm that the extracted values — such as vendor name, credit amount, and line items — are accurate.

5\.    **Save the record**.  Once you’ve confirmed the details, click Save to create the vendor credit in NetSuite.

**Note:** *Invoice AI does not automatically detect that an incoming document is a credit memo. The document will first appear as a Vendor Bill. Use the Switch to Bill Credit option in the header to convert it.*


---

# 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-vendor-credits-with-invoice-ai.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.
