> 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/maiagent-user-guide/maiagent-user-guide-ja/km.md).

# ナレッジベース

- [ナレッジベース総覧](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/km.md)
- [ナレッジベースの作成方法：基本設定](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/km-basic-settings.md)
- [クローラー（データ取得）機能の使い方](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/scrape-website.md): URLを入力するだけで、MaiAgentがページ上のテキストやリンクのデータを構造化してクロールします。データを素早く選択してナレッジベースに取り込めるため、AIアシスタントをより迅速に構築できます。
- [FAQ の作成方法](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/faq.md): 機密性の高い質問をされた場合や、100%正確な回答が必要な場合には、FAQ（よくある質問）機能を活用して指定の回答を提供できます。よくある顧客からの質問で、かつ回答が固定されている内容に適しています。
- [ファイル管理：タグとメタデータ](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/tags-and-metadata.md)
- [PDF ファイルの翻訳](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/translate-pdf.md): AI を使ってナレッジベース内の PDF ファイルを翻訳し、翻訳版と対訳版の PDF を生成します
- [検索テスト](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/km/test-search-result.md): LLMを本番公開する前に、検索テストのプレビュー機能を使って、LLMが検索したデータの関連性や内容を事前に確認できます


---

# 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/maiagent-user-guide/maiagent-user-guide-ja/km.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.
