# チャットフローの作成

{% content-ref url="/pages/daLrYcBrQ9nxBqJLPjNv" %}
[公開とAPI連携](/dify-guide/chatflow/dify-docs-publish-and-api-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/GLjjlKIFDj83ZeajoFK4" %}
[LLMノードの設定](/dify-guide/chatflow/dify-docs-configure-llm-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/GmVFR8Ia3gs1hFhDdbzb" %}
[開始ノードの設定](/dify-guide/chatflow/dify-docs-configure-start-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/ilMdBHJXpEGonhbzWYsk" %}
[チャットフローの新規作成](/dify-guide/chatflow/dify-docs-create-new-chatflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/J1pTtIcNSzuVsoBadDdq" %}
[チャットフローとワークフローの違い](/dify-guide/chatflow/dify-docs-chatflow-vs-workflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/1SCfGZDSmDUrpfOqgElB" %}
[ナレッジ検索ノードの設定](/dify-guide/chatflow/dify-docs-configure-knowledge-retrieval-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/ovIUACcD3kQXimbEd3Ge" %}
[会話履歴（メモリ）の設定](/dify-guide/chatflow/dify-docs-configure-conversation-memory.md)
{% endcontent-ref %}

{% content-ref url="/pages/CHvPnYJ9k1uvdX6ewJyn" %}
[質問分類器ノードの活用](/dify-guide/chatflow/dify-docs-use-question-classifier-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/P5tSOR1nhYOgTqol65u3" %}
[変数とコンテキスト管理](/dify-guide/chatflow/dify-docs-manage-variables-and-context.md)
{% endcontent-ref %}

{% content-ref url="/pages/2aVNbSI2B6WSk50r7Enl" %}
[ペルソナとシステムプロンプト設計](/dify-guide/chatflow/dify-docs-persona-and-system-prompt-design.md)
{% endcontent-ref %}

{% content-ref url="/pages/MycSLPSD4Eo2rlYGkQFt" %}
[デバッグとテスト](/dify-guide/chatflow/dify-docs-debug-and-test-chatflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/EI5FAUtePesP5LhcfioO" %}
[条件分岐ノードの設定](/dify-guide/chatflow/dify-docs-configure-if-else-node.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/chatflow.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.
