> For the complete documentation index, see [llms.txt](https://element-service.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-service.smartdriving.io/vybor-tipa-rabot/novaya-ustanovka/kontrol-zazhiganiya.md).

# Контроль зажигания

На данном шаге необходимо проверить получение событий по включению / выключению зажигания.

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

<div align="left"><figure><img src="/files/vzgpUuLLlHHax5EaR1cd" alt="" width="240"><figcaption></figcaption></figure></div>

Если вы ранее не проверяли режим Паника и не заводили двигатель, то нажмите "Начать" и следуйте инструкциям на экране.

<div align="left"><figure><img src="/files/UnFS9zubqlqPAYolm8lk" alt="" width="239"><figcaption></figcaption></figure></div>

Заведите двигатель автомобиля. При получении события по включению зажигания проставится Успешно.

<div align="left"><figure><img src="/files/7k0c0VYHlsvLkYtQ7Msk" alt="" width="245"><figcaption></figcaption></figure> <figure><img src="/files/rtvjngC3NSPUoagOTo3H" alt="" width="243"><figcaption></figcaption></figure></div>

Заглушите двигатель автомобиля. При получении события по выключению зажигания проставится Успешно.

<div align="left"><figure><img src="/files/HICQK6CzqeSra3WTwaGe" alt="" width="243"><figcaption></figcaption></figure> <figure><img src="/files/bNXzTQTpXIw2KCGsuYNd" alt="" width="243"><figcaption></figcaption></figure></div>

Для перехода к следующему шагу нажмите "Далее".&#x20;

Если по событию пришло Неуспешно, то вы можете повторить шаг. Для этого нажмите "Повторить".


---

# 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-service.smartdriving.io/vybor-tipa-rabot/novaya-ustanovka/kontrol-zazhiganiya.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.
