> 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.md).

# Invoice AI

### FAQs

* [How do I see the Charted Portlet on my home dashboard?](/ap-automation/charted-faqs/invoice-ai/how-do-i-see-the-charted-portlet-on-my-home-dashboard.md)
* [How do I get notified if someone sends in a non-supported attachment to the capture address?](/ap-automation/charted-faqs/invoice-ai/how-do-i-get-notified-if-someone-sends-in-a-non-supported-attachment-to-the-capture-address.md)
* [Why is the Due Date not populating correctly?](/ap-automation/charted-faqs/invoice-ai/why-is-the-due-date-not-populating-correctly.md)
* [How do I process vendor credits with Invoice AI?](/ap-automation/charted-faqs/invoice-ai/how-do-i-process-vendor-credits-with-invoice-ai.md)
* [Why did Charted not identify an invoice as a duplicate?](/ap-automation/charted-faqs/invoice-ai/why-did-charted-not-identify-an-invoice-as-a-duplicate.md)

### Related topics

* [Invoice AI](/ap-automation/charted-configuration/invoice-ai.md) for the full configuration guide.
* [Enabling Invoice AI](/ap-automation/charted-configuration/invoice-ai/enabling-invoice-ai.md) if the feature is not active yet.
* [Advanced Invoice AI Settings](/ap-automation/charted-configuration/invoice-ai/advanced-invoice-ai-settings.md) for OCR defaults, email exception notifications, PO settings, and line consolidation.
* [Configuring Vendor Override Settings](/ap-automation/charted-configuration/invoice-ai/configuring-vendor-override-settings.md) for vendor-specific behavior.
* [Accessing Invoice AI Directions](/ap-automation/charted-configuration/invoice-ai/accessing-invoice-ai-directions.md) and [Creating and Scoping New Directions](/ap-automation/charted-configuration/invoice-ai/creating-and-scoping-new-directions.md) for non-standard invoice layouts.
* [Accessing Invoice AI Rules](/ap-automation/charted-configuration/invoice-ai/accessing-invoice-ai-rules.md) for conditional routing and field assignment logic.
* [Configure Inbound Invoice Routing](/ap-automation/charted-configuration/configure-inbound-invoice-routing.md) if vendors send invoices from NetSuite.


---

# 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.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.
