# 廣播功能

廣播分為過濾條件跟自行註冊

### 過濾條件

根據你提供給標籤過濾會將訊息轉寄出去。

預設只能過濾標籤和最後交互時間，若是使用LINE、Telegram最後交互時間會限制在一年內，而Facebook根據你選擇的標籤決定時間。

若是想要過濾使用者(除了標籤和最後交互時間) 你需要先具備**機器人分析者**或是**管理者**的權限，然後前往**日誌**->**歷史紀錄**->設定好後在點選下圖的**發布**。

<figure><img src="/files/uhXSa6gQSNIddiDoqjy2" alt=""><figcaption><p>過濾條件</p></figcaption></figure>

然後你就可以讓**事件管理員**或**管理員**選擇過濾器的功能。原因是**事件管理員本身的權限無法查看全部訪客**，所以必須透過**過濾發布**才可以查看。

<figure><img src="/files/APKYpCokIjIxOfuYLh6V" alt=""><figcaption><p>選取過濾器</p></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.dmflow.chat/chatbot/broadcast.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.
