> For the complete documentation index, see [llms.txt](https://jetourconnect-help.smartdriving.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jetourconnect-help.smartdriving.io/kontrol-sostoyaniya-avtomobilya/monitoring.md).

# Автомобиль на карте

Функция мониторинга позволяет получать информацию о текущем местоположении автомобиля в режиме реального времени.&#x20;

Информация доступна при достаточном уровне сигнала спутников ГЛОНАСС\GPS.

### Карта

Текущее местоположение автомобиля отображается на карте на экране управления. Для перехода на экран управления нажмите иконку <img src="/files/WLPwmOqQWeY3HTfr8tIX" alt="" data-size="line"> в меню.

<div align="left"><img src="/files/RFNHTQzVOPMXUpwolrZu" alt="" width="375"></div>

При нажатии на иконку <img src="/files/-MYP8Ac8HZ9aa0F810yO" alt="" data-size="line"> на карте откроется экран, на котором вы можете:

* поделиться точкой координат,&#x20;
* построить маршрут до данной точки,
* транслировать геопозицию автомобиля.

<div align="left"><img src="/files/8Ai4Tv36Nm996EZzDfog" alt="" width="375"></div>

### Цветовые круги

В приложении также отображается состояние автомобиля на карте с помощью цветовых кругов и иконки машины:&#x20;

* прозрачные круги - автомобиль не на связи,
* синие круги - автомобиль не в охране,
* зеленые круги - автомобиль в охране,
* желтые круги - автомобиль в сервисном режиме.

### Погода

Погодные условия текущего местоположения автомобиля отображаются на карте на экране управления.&#x20;

Графическое отображение погодных условий позволяет увидеть дождь, солнце или облачность и температуру окружающей среды.

{% hint style="warning" %}
При отсутствии связи данные по погодным условиям не обновляются.
{% endhint %}


---

# 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://jetourconnect-help.smartdriving.io/kontrol-sostoyaniya-avtomobilya/monitoring.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.
