> 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/997e783493656a5f16b008b88b69e008f23204f9)

## Карта

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

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

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

## Статусы

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

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

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

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

## Чат

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

{% column %}
![](/files/b3a40e707b290bbbcf9c1a6f0093e0116ca55795)
{% 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/ru/guide/x-gps-mobile-apps/x-gps-tracker/main-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.
