> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/getting-started/install-the-subwallet-mobile-app.md).

# Install the SubWallet mobile app

### If you are using an iOS device

**Step 1**: Open the App Store app and select the Search tab. Search for SubWallet, then select "**Get**".

{% hint style="info" %}
You can also download SubWallet via this link: <https://apps.apple.com/us/app/subwallet-polkadot-wallet/id1633050285>
{% endhint %}

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

**Step 2**: A popup will appear. Hit "**Install**" to install the app.

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

### If you are using an Android device

Open the Play Store app and select the Search tab at the bottom of the screen. Search for SubWallet, then hit "**Install**".

{% hint style="info" %}
You can also download the app via this link: <https://play.google.com/store/apps/details?id=app.subwallet.mobile&pli=1>
{% endhint %}

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

### Update the app

{% hint style="info" %}
Our team will constantly release new versions to improve app performance and user experience, so be sure to check and update new versions regularly to ensure a seamless experience.
{% endhint %}

When a new version is released, open the Play Store/App Store app and select the "**Update**" button to download:

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

{% hint style="danger" %}
SubWallet no longer supports app updates for devices running iOS 16.4 or lower. To continue using the app and receive new updates in the future, please update your device to a higher iOS version.
{% endhint %}


---

# 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.subwallet.app/main/mobile-app-user-guide/getting-started/install-the-subwallet-mobile-app.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.
