> For the complete documentation index, see [llms.txt](https://docs.axolot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axolot.org/guides-and-tutorials/overview/adding-a-card-to-apple-wallet.md).

# Adding a card to Apple Wallet

1. We go to the "Wallet" app, and click on the "+" to add our card

<figure><img src="/files/6bbL4e4D31jWNSTmtCN2" alt="" width="295"><figcaption></figcaption></figure>

2. Then we select "Debit or Credit Card".

<figure><img src="/files/ckecOyoR8zyS1pLuJMEB" alt="" width="317"><figcaption></figcaption></figure>

3. Then we got to the page where in "Name" fill in your initials, and in "Card Number" your card number

<figure><img src="/files/B4JPY9QyfO3VR9AFkrSl" alt="" width="296"><figcaption></figcaption></figure>

4. On the next page we also fill in our data.

<figure><img src="/files/oFqGtUgLtjQxlsT0lnoD" alt="" width="313"><figcaption></figcaption></figure>

5. Then we click Next so that we get a push notification in the app

<figure><img src="/files/zNbSbIwwEbjUDsEPfigI" alt="" width="315"><figcaption></figcaption></figure>

6. You should now receive a push notification in the app. You can access it immediately after it appears, copy the code from your notification history by tapping it, and then paste it into the "Verification Code" field.

<figure><img src="/files/j40CFIwxIdIhmcGjUWM4" alt="" width="315"><figcaption></figcaption></figure>

Congratulations you have connected the card to your "Wallet" app


---

# 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://docs.axolot.org/guides-and-tutorials/overview/adding-a-card-to-apple-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.
