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

# Update 03.02.2025

### Изменения в подсчетах статистики&#x20;

Chatterfy обновил систему подсчёта статистики, чтобы избежать несоответствий из-за часовых поясов. Теперь вся ваша статистика по боту/личку и внутри трекера всегда будет корректно отображаться по таймзоне, которую вы выбрали у себя в настройках кампании<br>

{% hint style="info" %}
**БЫЛО:** Cтатистика на боте отображалась по таймзоне бота (или же по таймзоне пользователя, выбранной в настройках). Статистика в трекере считалась по UTC
{% endhint %}

{% hint style="warning" %}
**СТАЛО:** Теперь вся статистика показывается в таймзоне, которую пользователь указал в настройках
{% endhint %}

### Инструкция по настройке таймзоны пользователя&#x20;

1. Нажмите на профиль вашего аккаунта (справа сверху экрана)

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2Ffi3osHONgmPMXdoAY2SR%2Fimage.png?alt=media&amp;token=470cacbf-091b-4572-b3de-f3bc4c4be647" alt=""><figcaption></figcaption></figure>

2\. Нажмите Settings (Настройки)

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2FCJIFCc2St0vTsKHlO3UP%2Fimage.png?alt=media&amp;token=3cbf9686-6ca7-492f-a02b-427670590cc5" alt=""><figcaption></figcaption></figure>

3. Нажмите на поле Timezone (Таймзона)

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2F4WxECbxcMFAfRiPMlyAG%2Fimage.png?alt=media&amp;token=861f019d-34b8-4cc5-a4c4-ae0f896a0c5d" alt=""><figcaption></figcaption></figure>

4\. Выберите нужное вам отображение часового пояса

<figure><img src="https://1652732612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdQv3zQy9PTd8nN6uVUYs%2Fuploads%2Ft25KAnljnoXjBJBsTur7%2Fimage.png?alt=media&amp;token=c3375c75-7661-4bbc-82de-a943d2d0a1c3" alt=""><figcaption></figcaption></figure>

5. Нажмите Submit (Подтвердить)


---

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