> 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/agent-store/cs.md).

# 客戶服務工具

- [智能客服平台 ](https://docs.maiagent.ai/agent-store/cs/cs1.md): 以台南市政府 1999 市民專線為例子
- [AI 聊天機器人](https://docs.maiagent.ai/agent-store/cs/cs2.md): 以心理諮商師為例子
- [AI 教練 - 對話練習](https://docs.maiagent.ai/agent-store/cs/cs3.md): AI智慧對話教練是一款創新的語言學習和對話練習工具，專為提升職場溝通技巧而設計。透過先進的人工智慧技術，我們打造了一個能夠模擬各種真實對話場景的虛擬教練，幫助使用者在安全、私密的環境中練習並完善their溝通技巧。
- [旅行規劃 AI 智遊助手](https://docs.maiagent.ai/agent-store/cs/cs4.md): 遇見「旅行規劃 AI 智遊助手」 - 您的專屬旅遊規劃專家
- [職場 AI 顧問](https://docs.maiagent.ai/agent-store/cs/cs5.md): 您的專業職涯夥伴 - 職場 AI 顧問


---

# 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/agent-store/cs.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.
