> 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/updates/2026/1-iyulya-2026.md).

# 1 июля 2026 г.

В этом обновлении расширили интеграции с Bitrix24, добавили перенос пакетов WhatsApp / MAX между агентами, обновили модели и возможность подключения собственных API-ключей.

## 🔌 Интеграции

### Bitrix24

Расширили возможности работы с открытыми линиями:

* Теперь чат открытой линии можно передавать не только в очередь, но и конкретному оператору через функции и сценарии.
* Добавили возможность закрывать чат открытой линии через функции и сценарии.
* Добавили возможность назначать ответственного за сделку, лид или контакт через функции и сценарии.

### WhatsApp / MAX

#### Перенос пакета на другого агента

Теперь оплаченный пакет WhatsApp или MAX можно перенести на другого агента. Это удобно, если пакет был куплен на одном агенте, но использовать его теперь нужно на другом.

## 🧠 Модели

* **Grok 4.3** — флагманская reasoning-модель xAI для сложных задач и агентной работы.
* **DeepSeek V4 Pro** — флагманская модель DeepSeek на архитектуре смеси экспертов для сложных задач.
* **DeepSeek V4 Flash** — оптимизированная по скорости и стоимости модель DeepSeek для быстрых ответов и высоконагруженных сценариев.

Теперь можно подключить свой ключ OpenRouter, xAI и DeepSeek.


---

# 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/updates/2026/1-iyulya-2026.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.
