# Providers

- [Virtual Pos Usage](https://developer.paywall.one/payment-orchestration-integration-document/overview/providers/virtual-pos-usage.md): To use virtual POS integration, you must complete the following steps:
- [PayOut Usage](https://developer.paywall.one/payment-orchestration-integration-document/overview/providers/payout-usage.md): PayOut is a service for fund transfer/distribution (transfer to IBAN). To use this service, follow the steps below:
- [Card Generation Usage](https://developer.paywall.one/payment-orchestration-integration-document/overview/providers/card-generation-usage.md): Card Generation is a service that allows businesses to create virtual cards and physical prepaid cards for themselves, sub-merchants, or employees.
- [APM (Alternative Payment Method) Usage](https://developer.paywall.one/payment-orchestration-integration-document/overview/providers/apm-alternative-payment-method-usage.md): APM is a service that enables businesses to accept payments with meal cards and digital wallets.


---

# Agent Instructions: 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:

```
GET https://developer.paywall.one/payment-orchestration-integration-document/overview/providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
