diff --git a/en/guides/workflow/node/start.mdx b/en/guides/workflow/node/start.mdx
index 6817ff68..ff6f8d2f 100644
--- a/en/guides/workflow/node/start.mdx
+++ b/en/guides/workflow/node/start.mdx
@@ -15,9 +15,11 @@ There are two types of Start nodes, each initiating your application in a differ
Only applications that start with a User Input node can be published as standalone web apps or MCP servers, exposed through backend service APIs, or used as tools in other Dify applications.
-
- A single workflow can have both User Input nodes and triggers as parallel start points.
-
+
+ The User Input node and trigger are mutually exclusive—they cannot be used in the same canvas.
+
+ To switch between them, right-click the current start node > **Change Node**. Alternatively, delete the current start node and add a new one.
+
{/*
Contributing Section
diff --git a/ja-jp/guides/workflow/node/start.mdx b/ja-jp/guides/workflow/node/start.mdx
index b918fbcd..77d1d0ed 100644
--- a/ja-jp/guides/workflow/node/start.mdx
+++ b/ja-jp/guides/workflow/node/start.mdx
@@ -16,9 +16,11 @@ sidebarTitle: "概要"
ユーザー入力ノードで開始するアプリケーションのみ、単体の Web アプリや MCP サーバーとして公開でき、バックエンドサービス API を通じて外部に公開したり、他の Dify アプリケーション内でツールとして利用したりできます。
-
- 1 つの workflow において、ユーザー入力ノードとトリガーを並行する開始ポイントとして設定することも可能です。
-
+
+ ユーザー入力ノードとトリガーは相互に排他的であり、同じキャンバス上に共存することはできません。
+
+ ユーザー入力ノードとトリガーの切り替えは、既存の開始ノードを右クリックして **ノード変更** を選択するか、現在の開始ノードを削除して新しいノードを追加することで行えます。
+
{/*
Contributing Section
diff --git a/zh-hans/guides/workflow/node/start.mdx b/zh-hans/guides/workflow/node/start.mdx
index 88f57d89..ef58f6b3 100644
--- a/zh-hans/guides/workflow/node/start.mdx
+++ b/zh-hans/guides/workflow/node/start.mdx
@@ -15,9 +15,11 @@ Dify 支持两种类型的开始节点,可分别以不同的方式启动你的
只有以用户输入节点为起点的应用,才能被发布为独立的 Web App 或 MCP 服务器、对外暴露为后端服务 API,或作为工具在其他 Dify 应用中使用。
-
- 一个 Workflow 中可同时包含用户输入节点和触发器节点作为并行起点。
-
+
+ 用户输入节点与触发器互斥,不能共存于同一画布中。
+
+ 如需切换,右键单击现有开始节点 > **更改节点**。或者,删除现有开始节点,再添加新的节点。
+
{/*
Contributing Section