# API

- [Sessions](https://docs.finqware.com/api/sessions.md): An ordered sequence of steps that can be used to build conversational UIs (eg: product onboarding).
- [Tokens](https://docs.finqware.com/api/tokens.md): Token related operations
- [Accounts](https://docs.finqware.com/api/accounts.md): Query for bank accounts.
- [Balances](https://docs.finqware.com/api/balances.md): Query for bank account balances.
- [Transactions](https://docs.finqware.com/api/transactions.md): Query for bank account transactions.
- [Payments](https://docs.finqware.com/api/payments.md): The Payments API allows customers to securely make account-to-account payments in Europe from your app or website in real time.
- [Consents](https://docs.finqware.com/api/consents.md): Manage user consent records (credentials) created through the Sessions API
- [Catalogs](https://docs.finqware.com/api/catalogs.md): A programatic method to query the list of skills available for integration.
- [Errors](https://docs.finqware.com/api/errors.md): A list of standard errors & codes.


---

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