# Приветствия

Функционал приветствий в интеграции полностью идентичен по своей логике триггерам First Words из Streamer.bot.

{% hint style="warning" %}
Пользовательские события поддерживаются в версиях интеграции [v0.5.0](https://docs.play-code.ru/minichat/instructions/pages/riDMLsYrLOEQKjZ8Wetg#versiya-0.5.0-boosters) и выше
{% endhint %}

Для обработки приветствий, добавьте на Action триггер First Words.

<figure><img src="/files/Sstx7Y1SxsRBe5tEficl" alt=""><figcaption></figcaption></figure>

Сообщения новых пользователей в чате будут провоцировать выполнение этого триггера, а так же выполнение обычного триггера Message.

Настройка времени автоматического сброса выполняется через интерфейс Streamer.bot на вкладке **Platforms -> Twitch -> First Words**: Auto Reset Cache

<figure><img src="/files/pcaDOwN75CawzaR3ZsXF" alt=""><figcaption></figcaption></figure>

Для ручной очистки памяти приветствий, выполните C# метод `ClearFirstWordsCache` из **MiniChat Method Collection**

<figure><img src="/files/GTB2J7iX40lI8pzXjBDU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.play-code.ru/minichat/instructions/privetstviya.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
