> 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.md).

# Обновления 2026 года

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

## Выпуски

* [**1 июля 2026 г.**](/updates/2026/1-iyulya-2026.md)\
  Bitrix24, WhatsApp / MAX, модели Grok 4.3 и DeepSeek V4, собственные API-ключи OpenRouter, xAI и DeepSeek.
* [**12 мая 2026 г.**](/updates/2026/12-maya-2026.md)\
  Сценарии, Python Script, личный и партнёрский кабинеты, модели, интеграции и диалоги.
* [**1 мая 2026 г.**](/updates/2026/1-maya-2026.md)\
  Партнёрский кабинет, WhatsApp Business API, MAX, пользовательские переменные, модели, субагенты и облако.
* [**22 марта 2026 г.**](/updates/2026/22-marta-2026.md)\
  Новые LLM, защита от ночных отправок, лимит срабатывания функций, форма персональных данных, аналитика и вебхуки.
* [**3 марта 2026 г.**](/updates/2026/3-marta-2026.md)\
  Повышение отказоустойчивости ИИ-агентов за счёт резервных LLM-провайдеров.
* [**24 февраля 2026 г.**](/updates/2026/24-fevralya-2026.md)\
  Варианты системного промпта, Instagram, Домклик, Avito PRO, Telegram, Python Script, GitBook и диалоги.
* [**27 января 2026 г.**](/updates/2026/27-yanvarya-2026.md)\
  Облачное хранилище, YClients / Altegio, WhatsApp, голосовые ответы, деление сообщений, диалоги и сценарии.
* [**14 января 2026 г.**](/updates/2026/14-yanvarya-2026.md)\
  Полноценная интеграция с Kommo для подключения мессенджеров, ИИ-агентов, сделок и полей CRM.
* [**9 января 2026 г.**](/updates/2026/9-yanvarya-2026.md)\
  Интеграция с Wazzup для подключения ИИ-агента к выбранным каналам.


---

# 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.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.
