# ナレッジベースの設定

{% content-ref url="/pages/MJw3HsjmgZADn5k5XF7v" %}
[ハイブリッド検索とRerankの活用](/dify-guide/knowledge-base/dify-docs-use-hybrid-search-and-rerank.md)
{% endcontent-ref %}

{% content-ref url="/pages/nAXs1mTv6waHgJN9CHkR" %}
[ナレッジベースのテストと確認](/dify-guide/knowledge-base/dify-docs-test-and-verify-knowledge-base.md)
{% endcontent-ref %}

{% content-ref url="/pages/NMAHHn8kGf5nxQTjQ3tb" %}
[チャットフローへの組み込み方](/dify-guide/knowledge-base/dify-docs-embed-knowledge-base-into-chatflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/SYceMlmnEG0hiGJlkjrp" %}
[テストと精度改善](/dify-guide/knowledge-base/dify-docs-testing-and-quality-improvement.md)
{% endcontent-ref %}

{% content-ref url="/pages/oXEa1dg2Rb2xwa9rbgkE" %}
[埋め込みモデルの選択](/dify-guide/knowledge-base/dify-docs-choose-embedding-model.md)
{% endcontent-ref %}

{% content-ref url="/pages/Avo9v5QtXIEB6hSfq5gZ" %}
[デジタルヒューマン向け最適化のポイント](/dify-guide/knowledge-base/dify-docs-optimization-tips-for-digital-humans.md)
{% endcontent-ref %}

{% content-ref url="/pages/mMd5BE5nprH9JnGTI6lj" %}
[ナレッジベースの概要と設計方針](/dify-guide/knowledge-base/dify-docs-knowledge-base-overview-and-design-policy.md)
{% endcontent-ref %}

{% content-ref url="/pages/EcXNbkderd6uWZloimy1" %}
[外部ナレッジベースと連携](/dify-guide/knowledge-base/dify-docs-integrate-external-knowledge-base.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y4r5u5ecQx2ijkj4U1hP" %}
[ナレッジベースの作成](/dify-guide/knowledge-base/dify-docs-create-knowledge-base.md)
{% endcontent-ref %}

{% content-ref url="/pages/DgbpiTa7HE9taehdAKCu" %}
[チャンク分割とインデックス設定](/dify-guide/knowledge-base/dify-docs-chunking-and-index-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/xBrCdCFY1M8xSgkpfP6U" %}
[知識パイプラインから作成する](/dify-guide/knowledge-base/dify-docs-create-from-knowledge-pipeline.md)
{% endcontent-ref %}


---

# 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.digitalhumans.jp/dify-guide/knowledge-base.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.
