> 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.

### Шаг 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">кнопку под [формой входа](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"><figcaption><p>Запрос разрешений</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Шаг 4. Откройте главный экран

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

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

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

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

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

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

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

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

{% column width="50%" %}

<figure><img src="/files/410ab3a65a8a1c279ea6c1229b26bd05e7d7abc1" alt="Assets list"><figcaption><p>Список активов</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Шаг 5. Приступите к работе

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

{% column width="50%" %}

<figure><img src="/files/5fa6bd12096441e41d708dfe21ce3cc4538e723c" alt=""><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.
