# Installation on iOS (PWA)

To install this application on your iPhone, you need to use the Safari browser. This will add the app icon to your home screen, allowing it to function like a native application without downloading anything from the App Store.

### Step-by-Step Guide

Step 1: Open in Safari Launch Safari (the compass icon) and navigate to the web application's URL.

Step 2: Tap the Share Button Locate the Share button in the menu bar.

* On iPhone: It is a square with an arrow pointing up, located at the bottom center of the screen.
* On iPad: It is located at the top right of the address bar.

Step 3: Select "Add to Home Screen" Scroll down or swipe up on the menu that appears until you find the option "Add to Home Screen". Tap on it.

> *Tip: If you don't see it, select "Edit Actions..." at the bottom of the list to add it.*

Step 4: Confirm and Rename A preview screen will appear where you can rename the app if you wish. Tap Add in the top right corner.

Step 5: Launch the App Safari will close, and you will see the app icon on your home screen. Tap it to launch the application.

***

### ❓ Troubleshooting

#### I can't find the "Add to Home Screen" button

* Are you using Safari? Chrome, Firefox, or in-app browsers (like inside TikTok or LinkedIn) often do not support this feature on older iOS versions. Please switch to Safari.
* Is the website fully loaded? Ensure the page has finished loading before opening the share menu.

#### The app opens in the browser instead of full screen

If the app still shows the Safari address bar after adding it, try deleting the icon from your home screen and repeating the steps above. Ensure you are on the homepage of the site when adding it.


---

# 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://kardpay.gitbook.io/kardpay/introduction/installation-on-ios-pwa.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.
