# Transactions and Balances with Kolo

{% hint style="info" %}
Note:

This is a beta, and so things may be a bit flaky at the edges. We are always grateful to have your feedback to make things better.
{% endhint %}

## Introduction&#x20;

[Kolo](https://lsq.li/kolo?s=documentation) is a financial management application that consolidates all your bank accounts into a single platform. With Kolo, users can view balances, transactions, categorize spending, and much more. Our API extends these functionalities, allowing developers to integrate Kolo’s features into their applications. This API enables the tracking of bank balances and transactions, giving you a glimpse of your customers financial health.&#x20;

## Getting Started&#x20;

To use the Kolo API, customers need to:&#x20;

* **Create an Account**: Users must sign up for an account with [Kolo](https://lsq.li/kolo-app?s=documentation).&#x20;
* **Grant Permissions**: Users need to authorize the API to access their bank account information.

<figure><img src="/files/SEa9SbFzPnf9iR3idLsi" alt=""><figcaption><p>Kolo permissions page</p></figcaption></figure>

## Authentication&#x20;

The Kolo API uses OAuth 2.0 for authentication.&#x20;

Ensure that you have valid credentials and have completed the necessary authorization steps to interact with the endpoints.


---

# 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.adjutor.io/adjutor-api-endpoints/transactions-and-balances-with-kolo.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.
