> 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/api/api-reference.md).

# API 端點說明文件

- [AI 助理](https://docs.maiagent.ai/api/api-reference/ai-zhu-li.md)
- [附件與檔案](https://docs.maiagent.ai/api/api-reference/fu-jian-he-dang-an.md)
- [知識庫（新版）](https://docs.maiagent.ai/api/api-reference/zhi-shi-ku-xin-ban.md)
- [知識庫（舊版）](https://docs.maiagent.ai/api/api-reference/zhi-shi-ku-jiu-ban.md)
- [對話與訊息](https://docs.maiagent.ai/api/api-reference/dui-hua-he-xun-xi.md)
- [對話 Widget](https://docs.maiagent.ai/api/api-reference/dui-hua-widget.md)
- [組織與成員](https://docs.maiagent.ai/api/api-reference/zu-zhi-he-cheng-yuan.md)
- [角色與權限](https://docs.maiagent.ai/api/api-reference/jue-se-he-quan-xian.md)
- [聯絡人](https://docs.maiagent.ai/api/api-reference/lian-luo-ren.md)
- [工具與連接器](https://docs.maiagent.ai/api/api-reference/gong-ju-he-lian-jie-qi.md)
- [技能](https://docs.maiagent.ai/api/api-reference/ji-neng.md)
- [資料庫](https://docs.maiagent.ai/api/api-reference/zi-liao-ku.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:

```
GET https://docs.maiagent.ai/api/api-reference.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.
