> For the complete documentation index, see [llms.txt](https://help.firstline.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.firstline.cc/feature/channels/email/outgoing-email-comments.md).

# 電子郵件分隔文本

## 概述

當您透過系統發送或回覆信件時，信件內容末端將會自動夾帶一段服務編碼，此文本稱為電子郵件分隔文本，此文本用於確保客戶回覆信件時，能歸於原同一服務主旨中，防止信件另開新的一筆服務，來協助整個服務流程維持順暢。

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

## 附加文本內容

在多數情形，文本將會預設隱藏樣式，避免客戶刪除異動，但仍可能依照電子信箱應用程式而有所顯示，而預設顯示的文本樣式有以下：

```html
##==###==##==###==####==###==##==###==##
a531ex1041-4d28-4e2b-b2a4-3853dd88f5b9
##==###==##==###==####==###==##==###==##
```

```
##- Please reply above the line, this is your service no. -##
##==###==##==###==####==###==##==###==##
a531ex1041-4d28-4e2b-b2a4-3853dd88f5b9
##==###==##==###==####==###==##==###==##
```


---

# 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.firstline.cc/feature/channels/email/outgoing-email-comments.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.
