# Aquanow | Pay

## Aquanow | Pay

- [Introduction](https://docs.aquanow.io/pay/about-pay/introduction.md)
- [Payments](https://docs.aquanow.io/pay/features/payments.md)
- [Balances](https://docs.aquanow.io/pay/features/account-management.md)
- [Payouts](https://docs.aquanow.io/pay/features/payouts.md): This feature automates the conversion of fiat into crypto and facilitates sending it to a designated crypto address.
- [Payout Request](https://docs.aquanow.io/pay/features/payouts/payout-request.md): Guide to Creating a Payout Transaction
- [Manage counterparties](https://docs.aquanow.io/pay/features/payouts/manage-counterparties.md)
- [Supported Currencies & Networks](https://docs.aquanow.io/pay/features/payouts/manage-counterparties/supported-currencies-and-networks.md): See the list below for supported cryptocurrencies and their corresponding networks for the Payouts feature.
- [Invoicing](https://docs.aquanow.io/pay/features/invoicing.md)
- [Invoicing and checkout feature](https://docs.aquanow.io/pay/features/invoicing/invoicing-and-checkout-feature.md)
- [API Key](https://docs.aquanow.io/pay/integration-guide/api-setup.md)
- [Authentication](https://docs.aquanow.io/pay/integration-guide/authorization.md)
- [Staging Environment](https://docs.aquanow.io/pay/integration-guide/web-portal.md)
- [Payment Flow](https://docs.aquanow.io/pay/integration-guide/payment-flow.md)
- [Supported Currencies](https://docs.aquanow.io/pay/integration-guide/supported-currencies.md)
- [Confirmations & Limits](https://docs.aquanow.io/pay/integration-guide/confirmations-and-limits.md)
- [Testnet and Faucet](https://docs.aquanow.io/pay/integration-guide/testnet-and-faucet.md)
- [Payment API](https://docs.aquanow.io/pay/api-endpoints/api-reference.md)
- [Transaction API](https://docs.aquanow.io/pay/api-endpoints/transaction-api.md)
- [Invoicing API](https://docs.aquanow.io/pay/api-endpoints/invoicing-api.md)
- [V2 Invoicing APIs](https://docs.aquanow.io/pay/api-endpoints/invoicing-api/v2-invoicing-apis.md)
- [Payouts API](https://docs.aquanow.io/pay/api-endpoints/payouts-api.md)
- [Wallet Types API](https://docs.aquanow.io/pay/api-endpoints/wallet-types-api.md)
- [Subscribing to Webhooks](https://docs.aquanow.io/pay/webhooks/subscribing-to-webhooks.md): Webhook callbacks for clients that want event-driven updates
- [Payment Webhook](https://docs.aquanow.io/pay/webhooks/callback-examples.md)
- [Invoicing Webhook](https://docs.aquanow.io/pay/webhooks/invoicing-webhook.md)
- [Payout Webhook](https://docs.aquanow.io/pay/webhooks/payout-webhook.md)
- [Data Objects and Statuses](https://docs.aquanow.io/pay/data-objects-and-statuses.md)
- [KYC](https://docs.aquanow.io/pay/data-objects-and-statuses/kyc.md)
- [KYC V2](https://docs.aquanow.io/pay/data-objects-and-statuses/kyc-v2.md)
- [FAQs](https://docs.aquanow.io/pay/common-scenarios-and-faqs/faqs.md)
- [Scenario Examples](https://docs.aquanow.io/pay/common-scenarios-and-faqs/scenario-analysis.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.aquanow.io/pay/about-pay/introduction.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.
