# AI 助理

- [AI 助理的功能](https://docs.maiagent.ai/build/explain.md)
- [建立 AI 助理](https://docs.maiagent.ai/build/setup.md)
- [角色指令設計指南](https://docs.maiagent.ai/build/system-prompt.md)
- [為 AI 助理加入角色指令](https://docs.maiagent.ai/build/add-system-prompt.md)
- [多國語言支援](https://docs.maiagent.ai/build/multi-language-support.md)
- [AI 客服品質管理](https://docs.maiagent.ai/build/ai-quality-guide.md)
- [自訂最大輸出 Tokens](https://docs.maiagent.ai/build/custom-max-tokens.md): 自訂 AI 助理回覆長度上限


---

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