# 知識庫

- [知識庫總覽](https://docs.maiagent.ai/km/km.md)
- [如何建立知識庫：基本設置](https://docs.maiagent.ai/km/km-basic-settings.md)
- [如何使用爬蟲（爬取資料）功能](https://docs.maiagent.ai/km/scrape-website.md): 只要輸入網址，MaiAgent 即可為您將頁面上的文字和連結資料結構化地爬取下來，方便您迅速選取資料匯入知識庫，更快速建立 AI 助理。
- [如何建立 FAQ 常見問題](https://docs.maiagent.ai/km/faq.md): 當使用者詢問敏感問題，或是您需要 100% 精準回覆的答案，可以利用 FAQ 常見問題來提供指定的回覆，適用於常見的顧客問題，且答案固定的內容。
- [文件管理：標籤及元資料](https://docs.maiagent.ai/km/tags-and-metadata.md)
- [PDF 文件翻譯](https://docs.maiagent.ai/km/translate-pdf.md): 使用 AI 翻譯知識庫中的 PDF 文件，產出翻譯版與雙語對照版 PDF
- [搜尋測試](https://docs.maiagent.ai/km/test-search-result.md): 在 LLM 正式上線前，可以先透過搜尋測試預覽功能，確認 LLM 所搜尋到的資料相關性與內容


---

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