# Agent Builder 總覽

- [什麼是 Agent Builder？](https://docs.maiagent.ai/agent-builder/agent-builder.md)
- [Agent（AI 助理）](https://docs.maiagent.ai/agent-builder/agent.md)
- [知識庫](https://docs.maiagent.ai/agent-builder/knowledge-base.md)
- [資料庫](https://docs.maiagent.ai/agent-builder/database.md)
- [代理排程](https://docs.maiagent.ai/agent-builder/schedule.md)
- [如何設定代理排程](https://docs.maiagent.ai/agent-builder/schedule/schedule-setup.md): 從 0 到 1 建立一個代理排程：選擇 AI 助理、撰寫提示詞、設定排程時間、配置傳遞方式。
- [工具](https://docs.maiagent.ai/agent-builder/tools.md)
- [Code Interpreter](https://docs.maiagent.ai/agent-builder/code-interpreter.md)
- [Browser Tool](https://docs.maiagent.ai/agent-builder/browser-tool.md)
- [語音助理](https://docs.maiagent.ai/agent-builder/voice-agent.md): 讓 AI 助理能用「聽」和「說」服務客戶，支援即時對話、STT/LLM/TTS 管線與中斷控制
- [技能](https://docs.maiagent.ai/agent-builder/skills.md)
- [爬蟲](https://docs.maiagent.ai/agent-builder/crawler.md)
- [我要做 X，該用什麼？](https://docs.maiagent.ai/agent-builder/decision-guide.md)


---

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