> 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/ru/guide/x-gps-mobile-apps/x-gps-tracker/main-features.md).

# Основные функции

Интерфейс мобильного приложения X-GPS Tracker содержит пять основных разделов:

1. **Карта**
2. **Статусы**
3. **Чат**
4. **Задачах**
5. **Настройки**

В этом руководстве рассматриваются первые три из них.

![](/files/fae2e86db847e77d070521f4c03f76313ea6da78)

## Карта

{% columns %}
{% column %}
Отчёт **Карта** Раздел содержит следующие параметры:

1. **Мгновенно перейти к вашему текущему местоположению.** Доступно только когда отслеживание включено в настройках.
2. **Масштаб карты.** Вы можете приблизить или отдалить карту с помощью **+** и **-** кнопок.
3. **Отметиться.** Чтобы узнать подробнее об этой функции, см. [Документацию для разработчиков](https://www.navixy.com/docs/navixy-api/user-api/backend-api/resources/field-service/checkin).
4. **Карта.** Выберите одну из доступных карт, нажав кнопку в левом нижнем углу.
   {% endcolumn %}

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

## Статусы

{% columns %}
{% column %}
Список доступных статусов может быть назначен супервизором через веб-интерфейс платформы мониторинга. Статусы позволяют супервизору видеть текущий статус сотрудников и выбирать тех, кто в данный момент свободен.

Супервизор может изменять статус в веб-интерфейсе или разрешить сотруднику изменять его самостоятельно.

Чтобы изменить статус, просто коснитесь его пальцем.
{% endcolumn %}

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

## Чат

{% columns %}
{% column %}
В поле **Чат** В этом разделе сотрудник может отправлять и получать сообщения от супервизора. В крупных компаниях супервизору часто удобнее общаться в чате с несколькими сотрудниками, чем звонить каждому по отдельности.
{% endcolumn %}

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