> 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/2c608e39c83cc3e06cdc7c37b5d5bb971860fdae" 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/6d9ea46a6b3f44bcfbb6974e67d7e1d58539fcbb" alt="" data-size="line">формой входа платформы Navixy [форма входа](https://tracking.navixy.com/).
   {% endcolumn %}

{% column %}

<figure><img src="/files/8ac0cace53e5d52585bebf8df1fbbc4af203d742" 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/b2c7e910844e40f122b6e8a309f0b1a11db1b767" alt="Permission prompt"><figcaption><p>Запрос разрешения</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

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

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

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

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

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

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

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

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

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

{% column width="50%" %}

<figure><img src="/files/b0687b430ae701a81579d2ec15e8291706691a0a" alt="Assets list"><figcaption><p>Список объектов</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

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

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

{% column width="50%" %}

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