> 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-mobile/quick-start.md).

# Быстрый старт X-GPS Mobile

Следуйте этим шагам, чтобы научиться работать с X-GPS Mobile:

### Шаг 1. Скачайте приложение

{% columns %}
{% column %}

1. Откройте Google Play или App Store и введите X-GPS Mobile в поле поиска.
2. Выберите его и нажмите **Установить**.
   {% endcolumn %}

{% column %}

<figure><img src="/files/060552e93ecc6d35bc4e8998112c8ccc2300effb" alt="X-GPS Mobile in Google Play"><figcaption><p>Экран поиска</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Шаг 2. Войдите в систему

{% columns %}
{% column %}

1. Откройте приложение.
2. Введите имя пользователя и пароль и нажмите **Войти**.
3. При необходимости введите URL сервера (по умолчанию используется сервер Navixy). Кроме того, вы можете использовать QR-код, чтобы не вводить URL и автоматически настроить параметры.\
   Чтобы просмотреть QR-код, нажмите <img src="/files/49e411b494e29be68310426f4b8ed9cd75b516df" alt="" data-size="line">кнопку под формой входа платформы Navixy [формой входа](https://tracking.navixy.com/).
   {% endcolumn %}

{% column %}

<figure><img src="/files/31ec219fe3beb6b9a265490df037f1db0d0b8c04" alt="Login screen" width="301"><figcaption><p>Экран входа</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
Если вы забыли пароль, нажмите соответствующую кнопку и введите адрес электронной почты. Вам придёт письмо со ссылкой для сброса пароля.
{% endhint %}

### Шаг 3. Предоставьте разрешения

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

{% column %}

<figure><img src="/files/5b1fb0e4f782918708a625f33bf00a48671e5771" alt="Permission prompt" width="245"><figcaption><p>Запрос разрешения</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Шаг 4. Откройте экран мониторинга

{% columns fullWidth="true" %}
{% column width="50%" %}
Экран мониторинга отображает ваши активы: транспорт, сотрудников и объекты (единицы, представляющие GPS-устройства) со значками, обозначающими их статус движения.

Вы можете фильтровать их по категории или статусу (Движется, Стоит и т. д.) и сортировать по имени или статусу.

Чтобы отсортировать список активов или отфильтровать его и получить доступ к инструментам мониторинга, нажмите значки в правом верхнем углу:

![Alarm bell icon](/files/b8eee7b65ba51ab9e4c1cbfa02f78fa37acfabb5) Позволяет ввести поисковый запрос

![Magnifying glass icon](/files/1faf2c4105e722dd9c85590f1074e379c55885f7) Открывает [журнал событий](https://squaregps.atlassian.net/wiki/spaces/~7120201a6252f8d34242e3bdb7409b5d34d953/pages/3182821465/new+Assets+list#events-list) для всех устройств

![Filter icon](/files/ec60ae17fd449e6bb125692c5f9237e52aec5bf6) Открывает [фильтрация и сортировка](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#sorting-and-filtering) меню

![Map icon](/files/15f227ddc417df824fc4f876787af50c308d48cb) Открывает [Экран карты](https://squaregps.atlassian.net/wiki/spaces/USERDOCSOLD/pages/3235676161/Assets+list#map-fullscreen)

Используйте нижнюю панель, чтобы переключаться между главным экраном и профилем.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/8278c28613a5cfe07d63a72da3ed134910dc0d20" alt="Tracking screen in X-GPS Mobile" width="375"><figcaption><p>Экран мониторинга</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Шаг 5. Начните работу

{% columns %}
{% column width="50%" %}
Нажмите на актив, чтобы посмотреть его местоположение, статус, историю поездок и событий, датчики, напоминания, сведения о GPS-устройстве и другую информацию.
{% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/7560c96e7e22fcf19163c8d91c798410d8d30767" alt="Asset information in X-GPS Mobile" width="375"><figcaption><p>Сведения об активе</p></figcaption></figure>
{% 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-mobile/quick-start.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.
