> 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/built-in-agents.md).

# Agent 市集

- [什麼是官方內建 Agent？](https://docs.maiagent.ai/built-in-agents/built-in-agents.md): 官方內建 Agent 是 MaiAgent 預先做好、上架在 Agent 市集的 AI 助理，組織啟用後即可直接使用，不需自行建置。
- [使用官方內建 Agent](https://docs.maiagent.ai/built-in-agents/use.md): 到 Agent 市集挑一隻官方內建 Agent，從上傳資料、追問釐清到取得可下載的產出。
- [啟用與管理](https://docs.maiagent.ai/built-in-agents/management.md): 組織管理者如何啟用官方內建 Agent、設定開放對象與知識庫，以及啟用數量、冷卻期與停用的規則。


---

# 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/built-in-agents.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.
