> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/conversations.md).

# 客服對話與串接平台

- [選擇串接平台](https://docs.maiagent.ai/conversations/choose-channel.md)
- [內部問答的功能](https://docs.maiagent.ai/conversations/explain.md): 直接在平台上進行與 AI 助理 問答，相關對話不在外部設備上顯示。適用於內部資料的處理、教育訓練等用途。
- [Web Chat 介紹總覽](https://docs.maiagent.ai/conversations/web-chat.md): 本篇將介紹 Web Chat 互動功能及自定義介面，讓您打造符合企業風格的 Web Chat 服務
- [串接對話平台：網站](https://docs.maiagent.ai/conversations/web-chat/website.md)
- [引用來源顯示](https://docs.maiagent.ai/conversations/web-chat/citation-display.md)
- [Markdown 渲染](https://docs.maiagent.ai/conversations/web-chat/markdown-rendering.md)
- [串接對話平台：LINE](https://docs.maiagent.ai/conversations/line.md)
- [串接對話平台：FB Messenger](https://docs.maiagent.ai/conversations/fb.md)
- [串接對話平台：Telegram](https://docs.maiagent.ai/conversations/connect-telegram.md)
- [串接對話平台：Microsoft Teams](https://docs.maiagent.ai/conversations/teams.md)
- [串接對話平台：WhatsApp](https://docs.maiagent.ai/conversations/whatsapp.md)
- [串接對話平台：Email](https://docs.maiagent.ai/conversations/email.md)
- [串接對話平台：Slack](https://docs.maiagent.ai/conversations/slack.md)
- [所有對話的功能](https://docs.maiagent.ai/conversations/reply.md)
- [對話檢視器](https://docs.maiagent.ai/conversations/conversation-viewer.md): 檢視完整對話內容與詳細資訊
- [轉真人客服通知](https://docs.maiagent.ai/conversations/handoff-notification.md): 當對話被指派給真人客服時，透過 Email 與通知中心主動通知專員與主管，縮短接手反應時間
- [收件匣搜尋](https://docs.maiagent.ai/conversations/inbox-search.md): 快速搜尋與過濾收件匣對話
- [收件匣時區設定](https://docs.maiagent.ai/conversations/inbox-timezone-configuration.md)
- [對話平台分析](https://docs.maiagent.ai/conversations/inbox-analysis.md): 針對單一對話平台的對話資料，使用 AI 自動分析主題分群、解決率與改善建議
- [Webhook](https://docs.maiagent.ai/conversations/webhook.md)


---

# 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.maiagent.ai/conversations.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.
