> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/quick-start.md).

# Quick start

Follow these steps to learn how to work with X-GPS Mobile.

### Step 1. Download the app

{% columns %}
{% column %}

1. Open Google Play or App Store and enter X-GPS Mobile in the search field.
2. Select it and tap **Install**.
   {% endcolumn %}

{% column %}

<figure><img src="/files/zO1iyiFT7RtHuyQo73NB" alt="X-GPS Mobile in Google Play"><figcaption><p>Search screen</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Step 2. Log in

{% columns %}
{% column %}

1. Open the app.
2. Enter your username and password and tap **Sign in**.
3. If required, enter your server URL (by default, the Navixy server is used). Alternatively, use a QR code to bypass entering the URL and automatically configure your settings.\
   To view the QR code, click the <img src="/files/BZiYCk8Hyz3buQvdW9Mc" alt="" data-size="line">button under the Navixy platform's [login form](https://tracking.navixy.com/).
   {% endcolumn %}

{% column %}

<figure><img src="/files/1xI1utvBMusOp9PQWa5j" alt="Login screen" width="301"><figcaption><p>Login screen</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
If you forgot your password, tap the corresponding button and enter your email address. You will receive an email with a link to reset your password.
{% endhint %}

### Step 3. Set permissions

{% columns %}
{% column %}
Allow the app to send you notifications and access the device’s location while using the app. Note that you will receive push notifications for all assets in your fleet.
{% endcolumn %}

{% column %}

<figure><img src="/files/8xp9ENdNhJ5BPB5SY14p" alt="Permission prompt"><figcaption><p>Permission prompt</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Step 4. Open the main screen

{% columns fullWidth="true" %}
{% column width="50%" %}
The main screen displays your assets: vehicles, staff, and objects (units representing GPS devices) with icons indicating their movement status.

You can filter them by category or status (moving, parked, etc.) and sort them by name or status.

To sort or filter the list of assets and access the monitoring tools, tap the icons in the top-right corner:

![](/files/kTah19QepTmC6RX1BR3o) Allows you to enter a search query

![](/files/Vg9Wq9sudU3mli079vQo) Opens the [event log ](https://squaregps.atlassian.net/wiki/spaces/~7120201a6252f8d34242e3bdb7409b5d34d953/pages/3182821465/new+Assets+list#events-list)for all units

![](/files/v0yb9KipL7bGfDh9VCTu) Opens the [filtering and sorting](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#sorting-and-filtering) menu

![](/files/HAbTLmE6efSXfLvJ9uOp) Opens the [map screen](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#map-fullscreen)

Use the bottom panel to switch between the main screen and your profile.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/adrTuQxgtglQbGSo7fLa" alt="Assets list"><figcaption><p>Assets list</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Step 5. Start working

{% columns %}
{% column width="50%" %}
Tap on an asset to view its location, status, trip and event history, sensors, reminders, GPS device details, and other information.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/LduEzJu6uSbACJKYIpIe" alt=""><figcaption><p>Asset information</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-mobile/quick-start.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.
