# API Requests

- [Transactions](https://docs.smartfastpay.com/thesmartway/api-requests/transactions.md): Call the Payments API to request transactions via bank transfer or pix.
- [Country Codes](https://docs.smartfastpay.com/thesmartway/api-requests/country-codes.md)
- [Currency Codes](https://docs.smartfastpay.com/thesmartway/api-requests/currency-codes.md)
- [Document Types](https://docs.smartfastpay.com/thesmartway/api-requests/document-type.md): An API to help you get information about the types of documents allowed for the country you want to work.
- [List Bank Codes](https://docs.smartfastpay.com/thesmartway/api-requests/list-bank-codes.md): An API to help you get information about the list of banks allowed for the country you want to work.
- [Wallet](https://docs.smartfastpay.com/thesmartway/api-requests/wallet.md): Call the Wallet API to request balance wallet.
- [Our Status and Flow](https://docs.smartfastpay.com/thesmartway/api-requests/status-flow.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.smartfastpay.com/thesmartway/api-requests.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.
