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

# Main features

The X-GPS Tracker mobile app interface contains five main sections:

1. **Map**
2. **Statuses**
3. **Chat**
4. **Tasks**
5. **Settings**

This guide covers the first three of them.

![](/files/NdYZnmdJlFUIhbt8GbFO)

## Map

{% columns %}
{% column %}
The **Map** section contains the following options:

1. **Go instantly to your current location.** Available only when the tracking is enabled in the settings.
2. **Zoom Map.** You can zoom in or out using the **+** and **-** buttons.
3. **Check-in.** To learn more about this feature, see [Developer Documentation](https://www.navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/checkin).
4. **Map.** Select one of the available maps by tapping the button in the lower left corner.
   {% endcolumn %}

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

## Statuses

{% columns %}
{% column %}
The list of available statuses can be assigned by the supervisor via the web interface of the monitoring platform. The statuses allow the supervisor to see the current status of employees and to select those who are currently free.

The supervisor can change the status in the web interface or allow the employee to change it himself.

To change the status, simply tap it with your finger.
{% endcolumn %}

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

## Chat

{% columns %}
{% column %}
In the **Chat** section, an employee can send and receive messages from the supervisor. In large companies, it is often more convenient for the supervisor to chat with several employees than to call each separately by phone.
{% endcolumn %}

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

```
GET https://navixy.com/docs/user/guide/x-gps-mobile-apps/x-gps-tracker/main-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
