> For the complete documentation index, see [llms.txt](https://developers.doku.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.doku.com/archive.md).

# Archive

- [Non-SNAP](https://developers.doku.com/archive/non-snap.md)
- [Tokenization V1](https://developers.doku.com/archive/non-snap/tokenization-v1.md)
- [e-Wallet](https://developers.doku.com/archive/non-snap/e-wallet.md)
- [DOKU e-Wallet](https://developers.doku.com/archive/non-snap/e-wallet/doku-e-wallet.md): Doku e-Wallet API Guide Explanation
- [OVO Recurring](https://developers.doku.com/archive/non-snap/e-wallet/ovo-recurring.md)
- [OVO Open API](https://developers.doku.com/archive/non-snap/e-wallet/ovo-open-api.md): OVO Open API Integration Guidance
- [QRIS](https://developers.doku.com/archive/non-snap/qris.md)
- [Notify QRIS](https://developers.doku.com/archive/non-snap/qris/notify-qris.md)
- [SNAP](https://developers.doku.com/archive/snap.md)
- [Virtual Account](https://developers.doku.com/archive/snap/virtual-account.md)
- [BCA v1.0](https://developers.doku.com/archive/snap/virtual-account/bca-v1.0.md): DOKU has partnered with various banks and one of them is BCA to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with BCA Virtual Account here.
- [BRI v1.0](https://developers.doku.com/archive/snap/virtual-account/bri-v1.0.md): DOKU has partnered with various banks and one of them is BRI to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with BRI Virtual Account here.
- [BNI v1.0](https://developers.doku.com/archive/snap/virtual-account/bni-v1.0.md): DOKU has partnered with various banks and one of them is BNI to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with BNI Virtual Account here.
- [BNC v1.0](https://developers.doku.com/archive/snap/virtual-account/bnc-v1.0.md): DOKU has partnered with various banks and one of them is BNC to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with BNC Virtual Account here.
- [Mandiri v1.0](https://developers.doku.com/archive/snap/virtual-account/mandiri-v1.0.md): DOKU has partnered with various banks and one of them is Mandiri to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with Mandiri Virtual Account here.
- [BTN v1.0](https://developers.doku.com/archive/snap/virtual-account/btn-v1.0.md): DOKU has partnered with various banks and one of them is BTN to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with BTN Virtual Account here.
- [Permata v1.0](https://developers.doku.com/archive/snap/virtual-account/permata-v1.0.md): DOKU has partnered with various banks and one of them is Permata to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with Permata Virtual Account here.
- [Danamon Virtual Account](https://developers.doku.com/archive/snap/virtual-account/danamon-virtual-account.md): DOKU has partnered with various banks and one of them is Danamon to provide Virtual Account Payment. Learn more about how DOKU can help you integrate with Danamon Virtual Account here.
- [e-Wallet](https://developers.doku.com/archive/snap/e-wallet.md)
- [OVO Open API](https://developers.doku.com/archive/snap/e-wallet/ovo-open-api.md)
- [DANA](https://developers.doku.com/archive/snap/e-wallet/dana.md)
- [ShopeePay](https://developers.doku.com/archive/snap/e-wallet/shopeepay.md)
- [Direct Debit](https://developers.doku.com/archive/snap/direct-debit.md)
- [CIMB Direct Debit](https://developers.doku.com/archive/snap/direct-debit/cimb-direct-debit.md)
- [BRI Direct Debit](https://developers.doku.com/archive/snap/direct-debit/bri-direct-debit.md)
- [Allobank](https://developers.doku.com/archive/snap/direct-debit/allobank.md)
- [Mandiri Direct Debit](https://developers.doku.com/archive/snap/direct-debit/mandiri-direct-debit.md)


---

# 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://developers.doku.com/archive.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.
