> For the complete documentation index, see [llms.txt](https://tutorial.digitalpurse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.digitalpurse.io/check-balance-and-transactions/a-quick-mobile-app-guide.md).

# A Quick Mobile App Guide

<figure><img src="/files/G6gU9QPRrKoNQFASYkFK" alt=""><figcaption><p>Simply click "View My Cards" to see the cards you've already created.</p></figcaption></figure>

<figure><img src="/files/GDOHGH0Y2yc3QaxdTCnY" alt=""><figcaption><p>Please choose the card you'd like to check the balance or history of.</p></figcaption></figure>

<figure><img src="/files/i3ZK6D540sJKQYdfyTKb" alt=""><figcaption><p>Select the "Manage" button.</p></figcaption></figure>

<figure><img src="/files/sAdYcQwhl7qI2el4LoIW" alt=""><figcaption><p>Carefully read the instructions, then click "Continue."</p></figcaption></figure>

<figure><img src="/files/Hj2Te6nNVZHjwY1Oxmv3" alt=""><figcaption><p>This image above show a phone number and email address assigned specifically to your account by the DigitalPurse team. As a no KYC zone, we don't require your personal number or email. Please choose the email option and request the code.</p></figcaption></figure>

<figure><img src="/files/ur43Z7EhqojtdvDJDGcE" alt=""><figcaption><p>The code has been sent to your email. Wait for at least 5 seconds, then return to the mobile app to retrieve the code.</p></figcaption></figure>

<figure><img src="/files/c0XEFZAVPy2j45cuY2Mc" alt=""><figcaption><p>Select "Get OTP Code."</p></figcaption></figure>

<figure><img src="/files/GtwfA15t1aIhYB9jSice" alt=""><figcaption><p>Now that you have your OTP code, please go back to your browser and paste the code.</p></figcaption></figure>

<figure><img src="/files/66YweyrT5MNfkDEQjYPK" alt=""><figcaption><p>Once you've pasted the code, click on "Verify."</p></figcaption></figure>

<figure><img src="/files/AMochvLxiNUGfBxvx8Lw" alt=""><figcaption><p>You've successfully accessed your card and can now view your balance. Navigate to the transaction history if you wish to see your spending history.</p></figcaption></figure>

<figure><img src="/files/KbELsdegYtogWGbjRhtM" alt=""><figcaption><p>Explore what the transaction history looks like.</p></figcaption></figure>

I hope the tutorial above made it easy for you to check your card balance and history. For further assistance, reach out to us on Instagram @digitalpurse.io. We're here to help!


---

# 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 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, and the optional `goal` query parameter:

```
GET https://tutorial.digitalpurse.io/check-balance-and-transactions/a-quick-mobile-app-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
