> 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-monitor/quick-start.md).

# Mulai cepat

{% columns %}
{% column %}
Anda dapat mengunduh aplikasi secara gratis dari Google Play atau App Store.

Buka toko aplikasi dan ketik X-GPS di kolom pencarian.

Pilih **X-GPS Monitor** dan klik "Instal".
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-44-46-600x399.png)
{% endcolumn %}
{% endcolumns %}

### Masuk

{% columns %}
{% column %}
Pada peluncuran pertama, aplikasi akan menawarkan untuk memindai kode QR. Untuk menerima kode QR, klik <img src="/files/ec2ad6b3568a17b2b51c33f3e4fc5e1ecc1f198c" alt="" data-size="line">tombol di bawah platform Navixy [formulir login](https://tracking.navixy.com/).

Setelah memindai kode QR, masukkan nama pengguna dan kata sandi Anda lalu klik **Masuk** tombol.

Jika Anda lupa kata sandi, klik tombol yang sesuai, masukkan alamat email Anda, dan captcha. Setelah itu, Anda akan menerima email dengan tautan untuk mengatur ulang kata sandi Anda.

Setelah berhasil masuk, Anda akan melihat layar peta.
{% endcolumn %}

{% column %}
![](https://www.navixy.com/wp-content/uploads/2020/02/2020-02-28_16-45-53-453x600.png)
{% endcolumn %}
{% endcolumns %}

### Alat utama

{% columns %}
{% column %}
Item berikut tersedia di layar utama:

1. **Bilah samping.** Menekan tombol akan menampilkan menu tempat Anda dapat mengakses informasi tentang pengguna, saldo, daftar perangkat, dan kontrol lainnya.
2. **Tampilkan pelacak.** Klik untuk memilih pelacak yang akan ditampilkan - semua, satu, atau grup. Anda juga dapat mengaktifkan **Ikuti objek**, dan peta akan secara otomatis berpusat pada satu perangkat.
3. **Jenis peta.** Memungkinkan Anda memilih dari daftar peta yang tersedia, serta mengaktifkan tampilan lalu lintas.
4. **Daftar notifikasi.** Menampilkan semua notifikasi yang belum dibaca.
5. **Tampilkan lokasi.** Pusatkan peta pada lokasi Anda saat ini.
6. **Skala.** Anda dapat mengubah skala peta dengan tombol "+" dan "-".
   {% endcolumn %}

{% column %}
![](/files/e865fd260c9daf75269bf1a2c8d3f7cc2048e191)
{% 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-monitor/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.
