# API Reference

- [Overview](https://docs.zumrails.com/api-reference/overview.md)
- [Authentication](https://docs.zumrails.com/api-reference/authentication.md)
- [Users](https://docs.zumrails.com/api-reference/users.md)
- [Cards](https://docs.zumrails.com/api-reference/cards.md)
- [Transactions](https://docs.zumrails.com/api-reference/transactions.md)
- [Funding Source](https://docs.zumrails.com/api-reference/funding-source.md)
- [Products](https://docs.zumrails.com/api-reference/products.md)
- [Product Prices](https://docs.zumrails.com/api-reference/product-prices.md)
- [Invoices](https://docs.zumrails.com/api-reference/invoices.md)
- [Subscriptions](https://docs.zumrails.com/api-reference/subscriptions.md)
- [Aggregation](https://docs.zumrails.com/api-reference/aggregation.md)
- [Insights](https://docs.zumrails.com/api-reference/insights.md): Follow this documentation to see what are the endpoints you can call to get all about Insights.
- [Wallets](https://docs.zumrails.com/api-reference/wallets.md)
- [Operations](https://docs.zumrails.com/api-reference/operations.md)
- [Transaction Limits](https://docs.zumrails.com/api-reference/operations/transaction-limits.md)
- [Review Transactions](https://docs.zumrails.com/api-reference/operations/review-transactions.md)
- [Daily Auto-Withdrawal Summary](https://docs.zumrails.com/api-reference/operations/daily-auto-withdrawal-summary.md)
- [Webhooks](https://docs.zumrails.com/api-reference/webhooks.md)
- [Errors](https://docs.zumrails.com/api-reference/errors.md)
- [Idempotency](https://docs.zumrails.com/api-reference/idempotency.md)
- [Country & Region Codes](https://docs.zumrails.com/api-reference/country-and-region-codes.md)
- [Encryption](https://docs.zumrails.com/api-reference/encryption.md): To protect sensitive data, our API support certain fields to be encrypted before transmission. This page explains how to encrypt data using RSA 2048-bit with OAEP padding and SHA-256.


---

# 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.zumrails.com/api-reference.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.
