# Integration guides

- [Quick Start](https://docs.powens.com/documentation/integration-guides/quick-start.md)
- [API Overview](https://docs.powens.com/documentation/integration-guides/quick-start/api-overview.md)
- [Add a first user and connection](https://docs.powens.com/documentation/integration-guides/quick-start/add-a-first-user-and-connection.md)
- [Bank](https://docs.powens.com/documentation/integration-guides/bank.md)
- [Introduction to Bank](https://docs.powens.com/documentation/integration-guides/bank/introduction-to-bank.md): Bank provides standardised and secure access to structured account and transaction data from 1,800+ financial institutions across Europe.
- [Bank integration guide](https://docs.powens.com/documentation/integration-guides/bank/bank-integration-guide.md)
- [Check](https://docs.powens.com/documentation/integration-guides/check.md): Check lets you confirm the ownership of a bank account, account number, IBAN and type of account complying with the revised Payment Service Directive (PSD2).
- [Wealth](https://docs.powens.com/documentation/integration-guides/wealth.md)
- [Pay](https://docs.powens.com/documentation/integration-guides/pay.md): Getting started with the Pay product through specific guides
- [Getting started with Pay](https://docs.powens.com/documentation/integration-guides/pay/getting-started-with-pay.md): Discover what the Pay product is about, and enable Pay on your domain!
- [Initiating a one-time payment with the Webview](https://docs.powens.com/documentation/integration-guides/pay/initiating-a-one-time-payment-with-the-webview.md): In this guide, we will create and validate a basic, one-time payment using the Pay product.
- [Initiating a bulk payment with the Webview](https://docs.powens.com/documentation/integration-guides/pay/initiating-a-bulk-payment-with-the-webview.md): In this guide, we will create and validate a "bulk" payment using the Pay product.
- [Initiating a recurring payment with the Webview](https://docs.powens.com/documentation/integration-guides/pay/initiating-a-recurring-payment-with-the-webview.md): In this guide, we will create and validate a recurring payment using the Pay product.
- [Cancelling a payment](https://docs.powens.com/documentation/integration-guides/pay/cancelling-a-payment.md): In this guide, we will initiate a cancellation on a payment, and validate it if necessary.
- [Validating your implementation with the test connector](https://docs.powens.com/documentation/integration-guides/pay/validating-your-implementation-with-the-test-connector.md): In this guide, we will use the test connector to validate our implementation.
- [Advanced](https://docs.powens.com/documentation/integration-guides/pay/advanced.md): Advanced guides for the Pay product.
- [Listing connectors with Pay enabled programmatically](https://docs.powens.com/documentation/integration-guides/pay/advanced/listing-connectors-with-pay-enabled-programmatically.md): In this guide, we will list connectors programmatically.
- [Implementing your own payment validation webview](https://docs.powens.com/documentation/integration-guides/pay/advanced/implementing-your-own-payment-validation-webview.md): In this guide, once the payment has been created on the API, we will validate it without using Powens' Webview.
- [Confirming payments manually](https://docs.powens.com/documentation/integration-guides/pay/advanced/confirming-payments-manually.md)
- [Changing the manual expiration time](https://docs.powens.com/documentation/integration-guides/pay/advanced/changing-the-manual-expiration-time.md): Make your payments expire either faster or slower!
- [Changing the maximum amounts for payments](https://docs.powens.com/documentation/integration-guides/pay/advanced/changing-the-maximum-amounts-for-payments.md): Place a hard limit on your created payment requests, to mitigate attacks!
- [Trust](https://docs.powens.com/documentation/integration-guides/trust.md)
- [Advisory (obsolete)](https://docs.powens.com/documentation/integration-guides/advisory-obsolete.md): Real-time revenue-checking solution for better credit decisions. It allows online credit providers to evaluate their clients' financial profiles in an instant based on categorized transactions.
- [Indicators](https://docs.powens.com/documentation/integration-guides/indicators.md): Real-time revenue-checking solution for better credit decisions. It allows online credit providers to evaluate their clients' financial profiles in an instant based on categorized transactions.
- [SCA & connection states](https://docs.powens.com/documentation/integration-guides/sca-and-connection-states.md)
- [Webhooks](https://docs.powens.com/documentation/integration-guides/webhooks.md)
- [Advanced](https://docs.powens.com/documentation/integration-guides/advanced.md)
- [Custom connection implementation](https://docs.powens.com/documentation/integration-guides/advanced/custom-connection-implementation.md)
- [End-to-end encryption](https://docs.powens.com/documentation/integration-guides/advanced/end-to-end-encryption.md)
- [Response signature](https://docs.powens.com/documentation/integration-guides/advanced/response-signature.md)


---

# 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://docs.powens.com/documentation/integration-guides.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.
