# AI 助理模組

- [角色指令](https://docs.maiagent.ai/tech/ai-agents/system-prompt.md)
- [知識庫](https://docs.maiagent.ai/tech/ai-agents/knowledge-base.md)
- [FAQ 常見問題管理](https://docs.maiagent.ai/tech/ai-agents/faq.md)
- [回覆評估與監測結果](https://docs.maiagent.ai/tech/ai-agents/evaluation.md)
- [AWS Guardrails](https://docs.maiagent.ai/tech/ai-agents/aws-guardrails.md): AWS Guardrails  防護機制提供可設定的安全措施，協助安全地大規模建置生成式 AI 應用程式。使用自動推理來協助防止幻覺造成的事實錯誤。可封鎖高達 85% 以上不需要和有害的內容。篩選來自擷取增強生成 (RAG) 和摘要使用案例模型的超過 75% 幻覺回應。


---

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