> 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/id/guide/x-gps-mobile-apps/x-gps-mobile/quick-start.md).

# Memulai cepat X-GPS Mobile

Ikuti langkah-langkah berikut untuk mempelajari cara menggunakan X-GPS Mobile:

### Langkah 1. Unduh aplikasi

{% columns %}
{% column %}

1. Buka Google Play atau App Store dan masukkan X-GPS Mobile di kolom pencarian.
2. Pilih aplikasi tersebut dan ketuk **Instal**.
   {% endcolumn %}

{% column %}

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

### Langkah 2. Masuk

{% columns %}
{% column %}

1. Buka aplikasi.
2. Masukkan nama pengguna dan kata sandi Anda, lalu ketuk **Masuk**.
3. Jika diperlukan, masukkan URL server Anda (secara default, server Navixy digunakan). Sebagai alternatif, gunakan kode QR untuk melewati pengisian URL dan mengonfigurasi pengaturan Anda secara otomatis.\
   Untuk melihat kode QR, klik <img src="/files/8aaf28ce4e176a6339b3fec2a8156ab4829d93cd" alt="" data-size="line">tombol di bawah platform Navixy [formulir login](https://tracking.navixy.com/).
   {% endcolumn %}

{% column %}

<figure><img src="/files/9ee6abb83f85ebf6a21a0fed57a4393e7630ded0" alt="Login screen" width="301"><figcaption><p>Layar login</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
Jika Anda lupa kata sandi, ketuk tombol yang sesuai dan masukkan alamat email Anda. Anda akan menerima email berisi tautan untuk menyetel ulang kata sandi Anda.
{% endhint %}

### Langkah 3. Atur izin

{% columns %}
{% column %}
Izinkan aplikasi mengirimkan notifikasi kepada Anda dan mengakses lokasi perangkat saat aplikasi digunakan. Perhatikan bahwa Anda akan menerima notifikasi push untuk semua aset di armada Anda.
{% endcolumn %}

{% column %}

<figure><img src="/files/91bad4eb71457e46bffc337bc62a64373f7dd4ee" alt="Permission prompt" width="245"><figcaption><p>Permintaan izin</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Langkah 4. Buka layar pelacakan

{% columns fullWidth="true" %}
{% column width="50%" %}
Layar pelacakan menampilkan aset Anda: kendaraan, staf, dan objek (unit yang mewakili perangkat GPS) dengan ikon yang menunjukkan status gerakan mereka.

Anda dapat memfilternya berdasarkan kategori atau status (bergerak, parkir, dll.) dan mengurutkannya berdasarkan nama atau status.

Untuk mengurutkan atau memfilter daftar aset dan mengakses alat pemantauan, ketuk ikon di sudut kanan atas:

![Alarm bell icon](/files/b0f242e8f295984ae23ffc9f5178ca0159545b57) Memungkinkan Anda memasukkan kueri pencarian

![Magnifying glass icon](/files/8ebeccf1499b19a0b0c3036b6b24e4b75dcf7303) Membuka [log peristiwa](https://squaregps.atlassian.net/wiki/spaces/~7120201a6252f8d34242e3bdb7409b5d34d953/pages/3182821465/new+Assets+list#events-list) untuk semua unit

![Filter icon](/files/221e6ff46da1c40d27e9463c19981951834ed5de) Membuka [pemfilteran dan pengurutan](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#sorting-and-filtering) menu

![Map icon](/files/2085cffc4e3ec8da42a74f056b84461910631801) Membuka [layar peta](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#map-fullscreen)

Gunakan panel bawah untuk beralih antara layar utama dan profil Anda.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/20d12291e8fd7d863993caac310fae08c6c10816" alt="Tracking screen in X-GPS Mobile" width="375"><figcaption><p>Layar pelacakan</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Langkah 5. Mulai bekerja

{% columns %}
{% column width="50%" %}
Ketuk aset untuk melihat lokasi, status, riwayat perjalanan dan Riwayat trek dan peristiwa, sensor, pengingat, detail perangkat GPS, dan informasi lainnya.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/9c23bce7be97dccd6fcac29ad47c6cf3a932867e" alt="Asset information in X-GPS Mobile" width="375"><figcaption><p>Informasi aset</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/id/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.
