> 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/dian-zi-you-jian-fu-jian.md).

# 電子郵件附件

## 關於電子郵件附件 <a href="#ariaid-title2" id="ariaid-title2"></a>

專員透過電子郵件方式回覆或聯絡客戶時，能上傳檔案並透過不同形式傳遞給客戶。\
而目前系統提供兩種方式來傳遞，專員將可依據不同情況選擇其一使用，而系統預設為連結形式傳遞，客戶有需要將能點擊下載檔案。

#### 附件類型<br>

<table><thead><tr><th width="150">類型</th><th>描述</th><th>於 gmail 顯示範例</th></tr></thead><tbody><tr><td><strong>連結附件</strong></td><td>檔案上傳至系統並透過網址形式附加於信件內文底部。</td><td><img src="/files/4AXYqFonkCsd74KdJyQF" alt=""></td></tr><tr><td><strong>嵌入附件</strong></td><td>檔案上傳至系統透過標準信件附件寄送，但可能受到客戶端附件大小限制。</td><td><img src="/files/hAOPO2Wcel8iOFHfNas2" alt=""></td></tr></tbody></table>


---

# 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/dian-zi-you-jian-fu-jian.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.
