# Basic Interface

### The login screen

This is the first screen you get when you open the ERPAG Mobile App. There are text boxes where you put in your credentials as well as buttons to sign in with Google or Microsoft accounts.&#x20;

{% hint style="info" %}
In order to log into ERPAG Mobile app, you have to be open as 'MOBILE DEVICE' user type in ERPAG desktop version. And use those credentials to log in.
{% endhint %}

![Login screen of ERPAG Mobile App (on iPhone 7)](/files/-LIkUa5iseSgztbk729f)

### &#x20;Main page

After you login, you will be taken to the main page. On this page you can access Products, Inventory, Manufacturing and other pages.

![Main page](/files/-LIkVBeSh0gEefwJfCDU)

### &#x20;Sidebar

On the top left of the screen there is a button with 3 parallel lines. This button opens the side bar. Once you open the sidebar you can change the current warehouse, switch to Point Of Sale and logout.

![Sidebar](/files/-LIkVyiSS8t_hizRP2Ss)

### &#x20;Point of Sale

In the Point of Sale page you can use your mobile device as a POS Terminal to create sales orders directly from the device. On the POS page you have a list of items as well as their respective prices.

![POS Page](/files/-LIkh6CjkNBCHAiAlTB8)

#### Shopping cart

On the top right of the PoS Page you can see a shopping cart icon. That's where items go if you tap onto them.

![](/files/-LIkhPH5KDbUHKxyjNAj)

From there you can  check out with credit card, cash, or request money.

{% hint style="warning" %}
Stripe account is needed to check out with credit cards.
{% endhint %}

![Checkout](/files/-LIki4lTJdQAx0zAJW1s)


---

# 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://learn.erpag.com/project/6.1-mobile-app/6.1.1-general/basic-interface.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.
