> For the complete documentation index, see [llms.txt](https://docs.ezorderly.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezorderly.com/guide/app/series_message/action-setting.md).

# 強化模組 - 模組設定

## 設定客製化訊息自動發送

以信任強化模組為例，第一階段為目標客群「潛在未購買」，第二階段為指定天數過後再寄一封，間隔天數與階段數可以自由設定。

![](/files/5eNuoXfoYWjMrgOVgO94)

![可點選階段預覽空白處新增發送階段](/files/52ZqdLVV7uUXFLaov9Oz)

{% hint style="info" %}
注意：新增數量最多到第15階段，但新增後不可刪除。
{% endhint %}

1. 操作選項：點選右上角 「三」橫槓，可下拉選擇「編輯」「預覽」「成效」。
2. 標題：該模組信件的標題名稱，可點選「編輯」進入修改。
3. 觸發條件：該模組信件的觸發條件，可點選「編輯」進入修改。
4. 觸發時間：該模組統一的發送時段，本時段由系統自動化發送，無法自行調整。
5. 模組成效：上半部為GA成效，須完成GA串接才會顯示；下半部為系統記錄成效，可看到累積的開信率與點擊率，當匯入訂單資料時，若該群受眾有成立訂單，也會將該筆訂單歸屬於本信件訂單數與營業額計算。

![](/files/1yvCfbm8lyLq2w1o0TGP)

{% hint style="info" %}
無論開啟多少階段，編輯時都必須在第一階段完成編輯後，才能前往下一階段做設定。
{% endhint %}


---

# 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://docs.ezorderly.com/guide/app/series_message/action-setting.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.
