# Account Information Services

Account Information Services (AIS) can be used to get real-time information about Customers accounts and related financial information, including:

* Account balances - information about current balances and optionally payment limits
* Account statements - list of  transactions in a period requested including start and end  balances
* Transaction notifications - information about one transaction

All these services currently use ISO 20022 XML format standards.

## Services

[Account Statement](/home/connect/services/account-reports/account-statement.md)

[Account Balance](/home/connect/services/account-reports/account-balance.md)

[Transaction Notification](/home/connect/services/account-reports/transaction-notification.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.lhv.com/home/connect/services/account-reports.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.
