> For the complete documentation index, see [llms.txt](https://element-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://element-help.smartdriving.io/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu.md).

# Автоматизация

{% hint style="danger" %}
В зависимости от условий договора и комплектации автомобиля доступен различный функционал системы.
{% endhint %}

Автоматизация запуска двигателя и прогрева позволяет задать следующие сценарии:

* [Температура](/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu/temperatura-v-salone.md). Запуск двигателя при низкой температуре салона.&#x20;
* [Заряд АКБ](/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu/zaryad-akb.md). Запуск двигателя при определенном заряде АКБ.&#x20;
* [Двигатель по расписанию](/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu/dvigatel-po-raspisaniyu.md). Запуск двигателя в определенное время и день.
* [Прогрев по расписанию](/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu/progrev-po-raspisaniyu.md). Включение прогрева в определенные время и день.

<div align="center"><img src="/files/-MYHFYXTb8iw0PO8uyPK" alt="" width="375"></div>

При автоматизированном запуске двигателя или включении прогрева время работы двигателя/прогрева берется из настроек времени работы двигателя/прогрева в блоке "Автоматизация" на экране управления.

<div align="center"><img src="/files/-MYHQZULp_L7bp5LLnzO" alt="" width="375"></div>

Более подробно задание времени работы двигателя описано в разделе [Двигатель](/upravlenie-sistemami-avtomobilya/zapusk-i-ostanovka-dvigatelya.md), задание времени работы прогрева - в разделе [Прогрев.](/upravlenie-sistemami-avtomobilya/klimaticheskaya-otopitelno-ventilyacionnaya-ustanovka.md)


---

# 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://element-help.smartdriving.io/upravlenie-sistemami-avtomobilya/avtozapusk-po-raspisaniyu.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.
