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

# Quick start

{% columns %}
{% column %}
You can download the application for free from Google Play or App Store.

Go to the store and type X-GPS in the search field.

Select **X-GPS Monitor** and click "Install".
{% endcolumn %}

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

### Log in

{% columns %}
{% column %}
At the first launch, the application will offer to scan a QR code. To receive 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/).

After scanning the QR code, enter your username and password and click the **Log in** button.

If you forgot your password, click the corresponding button, enter your email address, and captcha. After that, you will receive an email with a link to reset your password.

After successful login, you will see the map screen.
{% endcolumn %}

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

### Main tools

{% columns %}
{% column %}
The following items are available on the main screen:

1. **Sidebar.** Pressing a button brings up a menu where you can access information about the user, balance, list of devices, and other controls.
2. **Show trackers.** Click to select which trackers to display - all, one, or a group. You can also enable **Follow the object**, and the map will automatically center on one device.
3. **Map type.** Allows you to select from the list of available maps, and also enable the traffic display.
4. **Notifications List.** Displays all unread notifications.
5. **Show location.** Center the map at your current location.
6. **Scale.** You can change the map scale with the "+" and "-" buttons.
   {% endcolumn %}

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