# Finqware API

## Finqware API

- [Quick start](https://docs.finqware.com/readme.md)
- [Skills](https://docs.finqware.com/overview/skills.md)
- [Servicers](https://docs.finqware.com/overview/servicers.md)
- [Tenants](https://docs.finqware.com/overview/tenants.md)
- [Security model](https://docs.finqware.com/overview/security-model.md)
- [Tenant-level elements](https://docs.finqware.com/overview/security-model/tenant-level-elements.md)
- [User-level elements](https://docs.finqware.com/overview/security-model/user-level-elements.md)
- [Intro](https://docs.finqware.com/dev-guide/intro.md)
- [User onboarding](https://docs.finqware.com/dev-guide/user-onboarding.md)
- [Detailed flow](https://docs.finqware.com/dev-guide/user-onboarding/detailed-flow.md)
- [Consuming data](https://docs.finqware.com/dev-guide/consuming-data.md)
- [About caching](https://docs.finqware.com/dev-guide/consuming-data/about-caching.md)
- [Designing a tenant app](https://docs.finqware.com/dev-guide/designing-a-tenant-app.md)
- [The back-end](https://docs.finqware.com/dev-guide/designing-a-tenant-app/the-back-end.md): Building a data model.
- [The front-end](https://docs.finqware.com/dev-guide/designing-a-tenant-app/the-front-end.md): Things to consider while designing the front-end application
- [Signing API requests](https://docs.finqware.com/dev-guide/signing-api-requests.md): An extra layer of security on top of API keys
- [RS256 infrastructure](https://docs.finqware.com/dev-guide/signing-api-requests/rs256-infrastructure.md): Public/private key management
- [Computing the digest](https://docs.finqware.com/dev-guide/signing-api-requests/computing-the-digest.md): Guideline for generating the message digest
- [Signing HTTP requests](https://docs.finqware.com/dev-guide/signing-api-requests/signing-http-requests.md): Signing API requests with the private key
- [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
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.finqware.com/readme.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.
