> For the complete documentation index, see [llms.txt](https://help.digitalwallet.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digitalwallet.cards/how-to-install-the-card/android/pwa-cards-on-android.md).

# PWA Cards on Android

> **Digital Wallet > Left-Hand Menu > Cards > Select Card**

1\. Follow the above-mentioned workflow to land on the Card Information section.

2\. Scan the QR code from your Android device. This takes you to the Card Issuing Form.

<figure><img src="/files/CVJYTxhHKZXBIq74EUVR" alt=""><figcaption></figcaption></figure>

3\. Use the First Name field to record your first name.

<figure><img src="/files/sOABQsOTxScWRBjCKfSL" alt=""><figcaption></figcaption></figure>

4\. Similarly, enter your last name in the Last Name field.

<figure><img src="/files/8BxIeaXooXHv2cDX5XGj" alt=""><figcaption></figcaption></figure>

5\. Enter your contact number in the Contact Number field.

<figure><img src="/files/00XZNzkNJww6ulNgKoLl" alt=""><figcaption></figcaption></figure>

6\. Use the Email field to record your email address.

<figure><img src="/files/ORclSWsCYigf1xIDKtTp" alt=""><figcaption></figcaption></figure>

7\. To install the card on your home screen, click the Install on Home Screen button.

<figure><img src="/files/hdIcnVccG8PFr2h4RVYC" alt=""><figcaption></figcaption></figure>

8\. This opens the push notifications confirmation screen. To enable, click the Enable button.

<figure><img src="/files/UkfclChihoNLZ39oMizu" alt=""><figcaption></figcaption></figure>

9\. To install the link to your homepage, click the Install button.

<figure><img src="/files/MtpzmbrIqadeLB6oCarB" alt=""><figcaption></figcaption></figure>

10\. This opens the Install app popup. To install, click the Install button.

<figure><img src="/files/lhucDNSOBgMybdQhH0fr" alt=""><figcaption></figcaption></figure>


---

# 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://help.digitalwallet.cards/how-to-install-the-card/android/pwa-cards-on-android.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.
