> 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/features.md).

# Features

The X-GPS Monitor mobile application provides a wide range of tools for working with the map, trackers, tasks, etc.

## Object list

Click the <img src="/files/vOV7Jpa5tez43k1Sejtj" alt="image-20250304-153340.png" data-size="line"> icon in the upper left corner of the screen to display the side menu.\
The following items are available in the menu:

{% columns %}
{% column %}

1. **Devices list.** All your trackers are displayed here. Using the buttons in the upper right corner, you can search for devices you need or filter the list by various parameters.
2. **Chat messages.** Used for online chatting with employees using the X-GPS Tracker application.
3. **Tasks.** You can view all active and completed tasks and reassign them.
4. **Add asset.** Activate new GPS devices directly from the mobile application.
5. **Settings.** Allows you to configure mobile notifications, sort the trackers list, and specify a different server address.
6. **User information and balance.** Click on your username to get extended information on recent transactions.
7. **Log out.** Click to sign out. The next time you start the application, you will have to re-enter your username and password.
   {% endcolumn %}

{% column %}
![](/files/7iJOJVFl80atu9HZ0h9h)
{% endcolumn %}
{% endcolumns %}

## Object view

If you click on the object in the list, the application will show you its location and display brief information—GPS signal level, current speed, and when the device last sent data. Also, additional buttons will appear at the top of the screen:

{% columns %}
{% column %}

1. **Object details.** Detailed information about the GPS device and its settings.
2. **Events for the period.** Show all events for a specific time interval.
3. **Tracks for the period.** Show all trips for the selected time period.
4. **Unread notifications.** Show all new events related to the device.
   {% endcolumn %}

{% column %}
![](/files/tF2AYiCw2PY6EPeWB0Oa)
{% endcolumn %}
{% endcolumns %}

## Object status

By clicking on the <img src="/files/0GFXquyLDo6sCxoP5DGe" alt="image-20250304-153652.png" data-size="line"> icon, you will get complete information about the current status of the device and its settings:

{% columns %}
{% column %}

1. Tracker model, tariff, IMEI and current status.
2. GPS signal level, coordinates, speed, direction and address.
3. GSM signal level and carrier.
4. Information about the external power and the state of the built-in battery.
5. The status of all digital inputs.
6. Readings of all configured sensors.
7. Engine hours and odometer readings.
8. Outputs switching.
9. Access to tracking settings and others.

And other information specific to certain tracker models.
{% endcolumn %}

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