> 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: Карта, Статусы, Чат, Задания и Настройки. Узнайте, как каждый раздел помогает повысить продуктивность сотрудников на местах.

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

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

Это руководство охватывает первые три из них.

![](https://2388694493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-fad418413ea84cd94eb1e0926edf1b155b282039%2Fimage-20250304-162547.png?alt=media)

## Карта

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

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

{% column %}
![](https://2388694493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-503aa65ade9f69df77194c6b1be95c32c6b1bc7b%2Fimage-20250304-162733.png?alt=media)
{% endcolumn %}
{% endcolumns %}

## Статусы

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

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

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

{% column %}
![](https://2388694493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-c9808e51ffc6deb114494365fca662abd97d7833%2Fimage-20250304-163308.png?alt=media)
{% endcolumn %}
{% endcolumns %}

## Чат

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

{% column %}
![](https://2388694493-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-6f11a49930c7d1b5749c0958f5d1a7722ca4af1e%2Fimage-20250304-163401.png?alt=media)
{% 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.
