> For the complete documentation index, see [llms.txt](https://blog.mantago.cc/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.mantago.cc/zh/qi-ta/tui-bo.md).

# 推播

對話模組和其他內容都設定好後，現在最重要的就是來推播給用戶啦～

#### 在左側的訊息中心選取群發訊息

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

#### 進來後，依據選擇及填寫

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

{% hint style="info" %}
針對您的需求，可以思考看看這則訊息適合全部好友推播或特定好友。也可以預約發送時間喔～
{% endhint %}

建立好後，點擊訊息名稱就可查看所有資訊

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


---

# 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://blog.mantago.cc/zh/qi-ta/tui-bo.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.
