> 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/devices-and-settings/tachograph-and-compliance.md).

# Тахограф и соответствие требованиям

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

## Что такое файлы DDD?

Файлы DDD содержат подробные сведения из цифрового тахографа о действиях водителя, включая часы вождения, периоды отдыха и возможные нарушения требований. Частота загрузки и срок хранения регулируются законом. В ЕС, например, файлы DDD обычно загружают примерно раз в месяц с карты водителя и примерно раз в три месяца с блока транспортного средства, при обязательном сроке хранения около одного года.

{% hint style="warning" %}
Navixy поддерживает **функцию загрузки** запрос и загрузку файлов DDD. Navixy не обрабатывает их никак и не читает из них никаких данных.
{% endhint %}

<table data-view="cards"><thead><tr><th>Блок</th><th>Назначение</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Загрузка файлов DDD</h4></td><td>Запрашивайте и загружайте файлы DDD по требованию с устройства.</td><td><a href="/pages/439288628cdb38e108090c17fcb63531891969ee">/pages/439288628cdb38e108090c17fcb63531891969ee</a></td></tr><tr><td><h4>Email получателя файлов DDD</h4></td><td>Отправляйте каждый загруженный файл DDD по электронной почте до 5 получателям, когда устройство его передаёт.</td><td><a href="/pages/44c877f6887ad99260e7f1bec4fcf152a98a4475">/pages/44c877f6887ad99260e7f1bec4fcf152a98a4475</a></td></tr></tbody></table>


---

# 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/devices-and-settings/tachograph-and-compliance.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.
