> 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/agent-store/ai-doc.md).

# 文件處理工具

- [AI OCR文字辨識](https://docs.maiagent.ai/agent-store/ai-doc/ai-ocr.md): 影像秒變文字，智慧辨識超精準
- [AI 文件自動化整理](https://docs.maiagent.ai/agent-store/ai-doc/auto.md): 以法院判決書為例子
- [AI 履歷 HR 助理](https://docs.maiagent.ai/agent-store/ai-doc/hr.md): AI加速履歷審查，找到最佳人才更有效率
- [AI 公文撰寫小助理](https://docs.maiagent.ai/agent-store/ai-doc/ai-gong-wen-zhuan-xie-xiao-zhu-li.md): 讓公文撰寫變得輕鬆簡單！AI 公文撰寫小助理運用先進的人工智能技術，是您處理各類公文的最佳幫手。
- [AI 法律專家 - 撰寫存證信函](https://docs.maiagent.ai/agent-store/ai-doc/ai-falzhuan-jia-zhuan-xie-cun-zheng-xin-han.md): 在糾紛與權益保護中，撰寫專業的存證信函往往令人頭痛。現在，有了AI法律專家的協助，人人都能輕鬆完成！


---

# 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/agent-store/ai-doc.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.
