# API 串接

- [快速上手](https://docs.maiagent.ai/tech/api-integration/quickstart.md)
- [AI 助理列表](https://docs.maiagent.ai/tech/api-integration/qu-de-ji-qi-ren-lie-biao-bing-dui-hua.md)
- [對話與訊息回覆（串流/同步）](https://docs.maiagent.ai/tech/api-integration/dui-hua-yu-xun-xi-hui-fu-chuan-liu-tong-bu.md): 對話與同步
- [建立對話與訊息](https://docs.maiagent.ai/tech/api-integration/dui-hua-yu-xun-xi.md)
- [Webhook](https://docs.maiagent.ai/tech/api-integration/webhook.md)
- [Presigned 檔案上傳模式](https://docs.maiagent.ai/tech/api-integration/api_knowledge.md): 檔案串接上傳檔案
- [使用知識庫—建立與互動](https://docs.maiagent.ai/tech/api-integration/shi-yong-zhi-shi-ku-jian-li-yu-hu-dong.md): 本指南將說明如何使用公開 REST API 來管理知識庫中的檔案，並說明整合應用例子。
- [Web Chat SDK 操作指令](https://docs.maiagent.ai/tech/api-integration/web-chat-sdk.md): 本篇將介紹如何使用 MaiAgent 的 Web Chat SDK


---

# Agent Instructions: 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:

```
GET https://docs.maiagent.ai/tech/api-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
