> For the complete documentation index, see [llms.txt](https://learn.erpag.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.erpag.com/project/6.1-mobile-app/6.1.1-general/6.1.2-how-to-install.md).

# How to install

## Android installation

In order to install ERPAG Mobile App on an Android device follow these instructions.

### Open the Google Play Store

Find the Play Store icon on the home screen or the App Tray.

![Find the Play Store icon](/files/-LIfNoxm64PyM0lZb22e)

{% hint style="info" %}
The Google Play Store icon may be different than the one pictured.
{% endhint %}

Open the Play Store.

![Open the Play Store](/files/-LIfOm2xINS2f4A6wO3O)

### Search for ERPAG in the Play Store.

![](/files/-LIkSmw6jusEBRUrbOTh)

### Tap on ERPAG icon.

![](/files/-LIkSqWTZGgybsYyvVqU)

### Tap Install

Allow the needed permissions

{% hint style="info" %}
The procedure is depended on device manufacturer and Android version.
{% endhint %}

### Wait for installation to finish

{% hint style="info" %}
The installation should take a few minutes at most depending on your internet speed.
{% endhint %}

### Done! You may now use the app as normal!

{% hint style="success" %}
Installation is complete!
{% endhint %}

## IOS installation

### To install this app on iOS Devices&#x20;

First copy this link into Safari Web Browser.

itms-services\://?action=download-manifest\&url=<https://app.erpag.com/install/ERPAG_Enterprise_1_08.plist>

### Trust CODE System

iOS might request you to trust Code System ERPAG App in order to install this app. In order to trust Code System ERPAG App please refer to this Apple support link:

{% hint style="info" %}
<https://support.apple.com/en-us/HT204460>
{% endhint %}

{% hint style="info" %}
The procedure may vary depending on iOS version.
{% endhint %}

### Wait for installation to finish.

{% hint style="info" %}
The installation should take a few minutes at most depending on your internet speed.
{% endhint %}

### Done! You may now use the app as normal!

{% hint style="success" %}
Installation is complete!
{% 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://learn.erpag.com/project/6.1-mobile-app/6.1.1-general/6.1.2-how-to-install.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.
