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

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

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

## Выпуски

* [**25 декабря 2025 г.**](/updates/2025/25-dekabrya-2025.md)\
  MAX, Робокасса, вебхуки, 1C, Мой склад, Авито, Telegram, сценарии, справочники и английский интерфейс.
* [**8 декабря 2025 г.**](/updates/2025/8-dekabrya-2025.md)\
  ChatGPT 5.1, деление сообщений, отложенные сообщения, CRM-поля, Авито и реферальная система.
* [**17 ноября 2025 г.**](/updates/2025/17-noyabrya-2025.md)\
  Altegio, YClients, Авито PRO, рассылки, переменные в промпте и интерфейс агентов.
* [**13 октября 2025 г.**](/updates/2025/13-oktyabrya-2025.md)\
  PDF-документы, добавление контекста в диалог, чат-лендинг, YClients и партнёрская программа.
* [**30 сентября 2025 г.**](/updates/2025/30-sentyabrya-2025.md)\
  Шаблоны агентов, отложенные сообщения, VK, Bitrix24, системные переменные и сценарии.
* [**17 сентября 2025 г.**](/updates/2025/17-sentyabrya-2025.md)\
  Массовые действия с диалогами, видеоуроки, история платежей, iFrame, Telegram и Авито PRO.
* [**2 сентября 2025 г.**](/updates/2025/2-sentyabrya-2025.md)\
  EnvyCRM, Bitrix24, ElevenLabs и тестовый тариф.
* [**26 августа 2025 г.**](/updates/2025/26-avgusta-2025.md)\
  Тариф «Парковка», справочники, обучающие туры, действия функций, реферальные коды и Telegram-метки.
* [**8 августа 2025 г.**](/updates/2025/8-avgusta-2025.md)\
  GPT-5, GPT-5 Mini, GPT-5 Nano и настройки генерации.
* [**29 июля 2025 г.**](/updates/2025/29-iyulya-2025.md)\
  Опция Авито PRO для ответов на чужие объявления.
* [**28 июля 2025 г.**](/updates/2025/28-iyulya-2025.md)\
  Обновлённый интерфейс функций и отключение отдельных функций.


---

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