> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/altegio/nastroika-peredachi-tekushei-daty-i-vremeni.md).

# Настройка передачи текущей даты и времени

После подключения интеграции рекомендуется включить опцию **«Передача текущей даты».** Это позволяет ИИ-агенту корректно создавать и обрабатывать визиты, а также предоставлять актуальную информацию клиентам.

<figure><img src="/files/1rvnfMC4uUlfrXGhjE8p" alt=""><figcaption></figcaption></figure>

#### Зачем это нужно

ИИ-агент использует текущую дату, чтобы:

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

Без передачи текущей даты ИИ-агент может неверно интерпретировать запросы, связанные со временем (например, «записаться сегодня» или «какие визиты завтра»).

{% hint style="warning" %}
**Важно!**

Опция **«Передача текущей даты»** является **общей настройкой ИИ-агента**.\
Если она включена на [странице настроек агента](/functional/setting-up-agent/data-i-vremya.md), то в на странице настройки интеграции с ALTEGIO она будет **активна автоматически**.
{% 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://doc.nextbot.ru/functional/integrations/altegio/nastroika-peredachi-tekushei-daty-i-vremeni.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.
