# Kontoflux.io

## Kontoflux.io

- [Willkommen zur Dokumentation](https://docs.kontoflux.io/willkommen-zur-dokumentation.md)
- [Zugang zum Early Access](https://docs.kontoflux.io/beta-and-early-access/zugang-zum-early-access.md)
- [Step-by-Step Guide](https://docs.kontoflux.io/erste-schritte/step-by-step-guide.md): Alles was Du wissen musst auf einem Blick.
- [Account Management](https://docs.kontoflux.io/workspaces-and-account-management/account-management.md)
- [Workspaces](https://docs.kontoflux.io/workspaces-and-account-management/workspaces.md)
- [Nutzerrollen & Berechtigungen](https://docs.kontoflux.io/workspaces-and-account-management/nutzerrollen-and-berechtigungen.md)
- [Abrechnung und Abonnements](https://docs.kontoflux.io/workspaces-and-account-management/abrechnung-und-abonnements.md): Unser Service wird pro Workspace abgerechnet. Ein Workspace bucht dabei ein Kontingent anzubindener Bankkonten. Aktuelle Preise und AGBs können der Website entnommen werden.
- [Bankkonten hinzufügen](https://docs.kontoflux.io/konten-anbinden/bankkonten-hinzufugen.md)
- [Quick-Connect](https://docs.kontoflux.io/konten-anbinden/quick-connect.md): Konten schnell und bequem aus einer anderen Applikation heraus anbinden.
- [Demokonto zum Testen](https://docs.kontoflux.io/konten-anbinden/demokonto-zum-testen.md): Wie du Kontoflux testen kannst ohne dabei gleich ein echtes Konto anzubinden.
- [PayPal anbinden](https://docs.kontoflux.io/konten-anbinden/paypal-anbinden.md): Zusätzlich zu Bankkonten können PayPal Accounts zu Kontoflux.io hinzugefügt werden und so in allen Services von Kontoflux.io genutzt und verarbeitet werden.
- [Automatische Synchronisation](https://docs.kontoflux.io/konten-synchronisieren/automatische-synchronisation.md): Lasse deine Transaktionen deiner Bankkonten automatisch synchronisieren.
- [Manuelle Synchronisation](https://docs.kontoflux.io/konten-synchronisieren/manuelle-synchronisation.md): Die Synchronisation einer Integration kann auch manuell erfolgen.
- [Quick-Sync Link](https://docs.kontoflux.io/konten-synchronisieren/quick-sync-link.md): Starten der Synchronisation aus einer anderen Applikation mit visuellen Feedback
- [JSON-Sync Endpunkt](https://docs.kontoflux.io/konten-synchronisieren/json-sync-endpunkt.md): Starten einer Synchronisation ohne Login und Absprung zu Kontoflux.io
- [Direkt Integrationen](https://docs.kontoflux.io/integrationen/direkt-integrationen.md): Verbinde ohne eine Zeile Code deine Transaktionen tagesaktuell mit anderen Softwares innerhalb weniger Minuten und automatisiere Direkt deine Bankkonten.
- [Ninox](https://docs.kontoflux.io/integrationen/ninox.md)
- [Überblick API](https://docs.kontoflux.io/api/uberblick-api.md): Nutze unsere REST-API um deine Bank- und Transaktionsdaten einfach in anderen Prozesse und Tools zu integrieren. Hier sind alle Informationen die du benötigst um mit unserer API direkt durchzustarten.
- [Zugang zur API](https://docs.kontoflux.io/api/zugang-zur-api.md): Der Zugang zur API erfolgt über API-Key-Authentifizierung. Zusätzlich wird für jeden Endpunkt die Workspace-ID benötigt.
- [Transaktionen filtern](https://docs.kontoflux.io/api/transaktionen-filtern.md): Hier eine kleine Übersicht an API-Abfragen, die verschiedene Filtern deiner Transaktionen der Kontoflux.io API schnell am Beispiel sehen zeigen.
- [Interaktive API Dokumentation](https://docs.kontoflux.io/api/interaktive-api-dokumentation.md): Verbinde dich einfach mit einem gültigen API-Key und deiner Workspace-ID über deinen Browser und teste interaktiv mit unserer OpenAPI basierten Dokumentation.
- [API Snippets](https://docs.kontoflux.io/api/api-snippets.md): Eine Sammlung von Snippets in gängigen Tools für Beispiele mit der Kontoflux API
- [Aktualität der Daten](https://docs.kontoflux.io/limitationen-and-sonderfalle/aktualitat-der-daten.md): Auf den Bankkonten sind die Daten am aktuellsten. Hier die Informationen mit welchen Verzögerungen zu rechnen ist, bis die Daten synchronisiert sind.
- [Wechselwirkung Softwares mit finAPI.io](https://docs.kontoflux.io/limitationen-and-sonderfalle/wechselwirkung-softwares-mit-finapi.io.md)
- [Sonderfälle Datenfelder und Banken](https://docs.kontoflux.io/limitationen-and-sonderfalle/sonderfalle-datenfelder-und-banken.md): Von Bank zu Bank kann es Unterschiede in den übermittelten Daten geben. Hier Listen wir uns bekannte Fälle.


---

# 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.kontoflux.io/willkommen-zur-dokumentation.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.
