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

# Agent Teams

- [什麼是 Agent Teams？](https://docs.maiagent.ai/teams/teams.md): 把多個各有專長的 AI 助理組成一個協作團隊，透過「移交」與「委派」自動分工——使用者只跟一個入口對話，系統就把問題交給最合適的助理處理。
- [建立與編排團隊](https://docs.maiagent.ai/teams/setup.md): 從新建團隊、在畫布拖入助理節點、拉連線設定互動方式（自動／移交／委派）、指定入口節點，到設定安全護欄與開始對話的完整流程。
- [團隊執行記錄](https://docs.maiagent.ai/teams/traces.md): 查看團隊每一次執行的記錄——經過哪些助理、各自的 Token 用量、耗時與狀態，並展開單一步驟的輸入、輸出與成本分攤。


---

# 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/teams.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.
