> For the complete documentation index, see [llms.txt](https://voyzu.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents.md).

# Financial Documents

- [AP\_BILL](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_bill.md): Accounts Payable Supplier Bill Financial Document
- [AP\_BILL\_CANCELLATION](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_bill_cancellation.md): Accounts Payable Bill Cancellation Financial Document
- [AP\_CREDIT\_NOTE](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_credit_note.md): Accounts Payable Supplier Credit Note Financial Document
- [AP\_OPENING\_BALANCE](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_opening_balance.md): Accounts Payable Opening Balance Financial Document
- [AP\_PAYMENT](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_payment.md): Accounts Payable Payment Financial Document
- [AP\_PAYMENT\_APPLICATION](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_payment_application.md): Accounts Payable Payment Application Financial Document
- [AP\_REFUND](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_refund.md): Accounts Payable Supplier Refund Financial Document
- [AP\_WRITE\_OFF](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ap_write_off.md): Accounts Payable Write-off Financial Document
- [AR\_INVOICE](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_invoice.md): Accounts Receivable Invoice Financial Document
- [AR\_INVOICE\_CANCELLATION](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_invoice_cancellation.md): Accounts Receivable Invoice Cancellation Financial Document
- [AR\_CREDIT\_NOTE](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_credit_note.md): Accounts Receivable Credit Note Financial Document
- [AR\_OPENING\_BALANCE](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_opening_balance.md): Accounts Receivable Opening Balance Financial Document
- [AR\_RECEIPT](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_receipt.md): Accounts Receivable Receipt Financial Document
- [AR\_RECEIPT\_APPLICATION](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_receipt_application.md): Accounts Receivable Receipt Application Financial Document
- [AR\_REFUND](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_refund.md): Accounts Receivable Refund Financial Document
- [AR\_WRITE\_OFF](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/ar_write_off.md): Accounts Receivable Write-off Financial Document
- [TAX\_ADJUSTMENT](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/tax_adjustment.md): Tax Adjustment Financial Document
- [TAX\_PAYMENT](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/tax_payment.md): Tax Payment Financial Document
- [TAX\_REFUND](https://voyzu.gitbook.io/docs/financial-document-processing/financial-documents/tax_refund.md): Tax Refund Financial Document


---

# 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://voyzu.gitbook.io/docs/financial-document-processing/financial-documents.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.
