> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/chatterfy.ai/update-log/update-06.10.2024.md).

# Update 06.10.2024

Изменение системы юзер менеджмента и обновление настроек создания бота

{% hint style="warning" %}
Теперь если клиент покинул канал и повторно подписался, система не перезапускает флоу заново и не удаляет предыдущие сообщения.
{% endhint %}

## **Обновление системы настройки шагов воронки при создании бота**

{% hint style="info" %}
**Было:** добавление степа (этапа) флоу в общем поле без разделения на табы
{% endhint %}

{% hint style="success" %}
**Стало:** создание степа (этапа) флоу с разделением на табы (название степа, cообщение, пуши)
{% endhint %}

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2FXTsWeRlbh6kdXBFvzxyO%2FScreenshot%202024-10-07%20at%2018.59.11.png?alt=media&amp;token=39cb7ab6-e7d2-4848-bcda-5e4eba4e8003" alt=""><figcaption><p>новое разделение на табы при создании степов (этапов) </p></figcaption></figure>

## Добавлена возможность менять местами сообщения внутри степа воронки

Теперь вы сможете легко менять порядок сообщений внутри степа (этапа), который создаете. Вам просто нужно нажать на меню <img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2FyqpGk3txYQ6Y61LM3bIP%2FScreenshot%202024-10-07%20at%2019.13.16.png?alt=media&amp;token=bda8f16f-0ced-4789-978c-68132e3c4e14" alt="" data-size="line"> перетаскивая их в нужную последовательность.

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2FRJva1uppO0FY73o0WocW%2Fimage.png?alt=media&amp;token=9467f9dd-3d3d-46a2-a61f-00c449b45dd4" alt=""><figcaption><p>нажмите на кнопку меню, чтобы перетащить сообщения </p></figcaption></figure>

## Появилась опция выделять теги разными цветами

Теперь вы сможете визуально группировать теги для разных этапов воронки, используя цветовое выделение для удобства навигации.

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2FltlG3SjToUcpFxtUTN6p%2Fimage.png?alt=media&amp;token=17e2f927-efd2-432a-807c-46e32d1d050e" alt=""><figcaption><p>опция выделения тегов разными цветами </p></figcaption></figure>

<br>


---

# 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://help.chatterfy.ai/chatterfy.ai/update-log/update-06.10.2024.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.
