# Check Balance & Transactions

- [A Quick Mobile App Guide](https://tutorial.digitalpurse.io/check-balance-and-transactions/a-quick-mobile-app-guide.md): Welcome! Explore this tutorial with graphical instructions on checking your card balance and accessing transaction history on the Digital Purse mobile app.
- [A Quick Telegram Bot Guide](https://tutorial.digitalpurse.io/check-balance-and-transactions/a-quick-telegram-bot-guide.md): Welcome! Explore this tutorial with graphical instructions on checking your card balance and accessing transaction history on the Digital Purse telegram bot.


---

# 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://tutorial.digitalpurse.io/check-balance-and-transactions.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.
