> For the complete documentation index, see [llms.txt](https://help.helioscard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.helioscard.xyz/the-helios-card/mobile-wallet.md).

# Apple Pay & Google Pay

You can add your Helios card to your phone's wallet to tap and pay in stores and online.

## Adding your card

1. Open the **Card** screen in Helios.
2. Choose **Add to Apple Wallet** (iPhone) or **Add to Google Wallet** (Android).
3. Follow your phone's prompts to finish adding the card.

Both Apple Pay and Google Pay are supported, and both virtual and physical cards can be added.

{% hint style="info" %}
Once added, your card works wherever Apple Pay or Google Pay is accepted — no need to enter card details each time.
{% endhint %}

## Frequently asked

### My phone won't add the card.

Make sure your phone's wallet app is set up and you're signed in to it. If it still fails, [contact support](/help-and-troubleshooting/contact.md).

### Does the card in my phone wallet use my funded balance?

Yes — payments draw from the same card, so the same funded balance and limits apply. See [Funding your card](/the-helios-card/funding.md) and [Managing your card](/the-helios-card/managing.md).

### I froze my card — does Apple/Google Pay still work?

No. Freezing the card stops payments through your phone's wallet too.


---

# 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.helioscard.xyz/the-helios-card/mobile-wallet.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.
