From 5c2885fa4ed95c7e6d7bb91997452dbed647b1cd Mon Sep 17 00:00:00 2001 From: sumitshinde-84 Date: Wed, 28 Jan 2026 18:09:40 +0530 Subject: [PATCH 1/2] Add redirect for updated flowfuse expert link --- src/redirects.njk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redirects.njk b/src/redirects.njk index 1b0218f308..f4a2020b92 100644 --- a/src/redirects.njk +++ b/src/redirects.njk @@ -93,4 +93,5 @@ eleventyExcludeFromCollections: true /product/features/ /platform/features/ 301 /product/device-agent/ /platform/device-agent/ 301 /product/dashboard/ /platform/dashboard/ 301 -https://app.flowfuse.com/account/create/ /get-started/ 301 \ No newline at end of file +https://app.flowfuse.com/account/create/ /get-started/ 301 +/docs/user/assistant/ /docs/user/expert/ 301 \ No newline at end of file From 6a28fff2297ceaac54cf40a287827a86f11d01fb Mon Sep 17 00:00:00 2001 From: sumitshinde-84 Date: Fri, 30 Jan 2026 18:28:59 +0530 Subject: [PATCH 2/2] update links --- src/_includes/core-nodes/comment-use-case.md | 2 +- src/blog/2023/02/3-quick-node-red-tips-2.md | 2 +- src/blog/2023/03/why-should-you-use-node-red-function-nodes.md | 2 +- src/blog/2023/05/chatgpt-nodered-fcn-node.md | 2 +- src/blog/2023/06/import-modules.md | 2 +- src/blog/2025/07/connect-legacy-equipment-serial-flowfuse.md | 2 +- src/blog/2025/12/flowfuse-release-2-25.md | 2 +- src/handbook/sales/customer-success.md | 2 +- src/node-red/getting-started/programming/debugging-flows.md | 2 +- src/redirects.njk | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/_includes/core-nodes/comment-use-case.md b/src/_includes/core-nodes/comment-use-case.md index 4c915de33f..052329cd0c 100644 --- a/src/_includes/core-nodes/comment-use-case.md +++ b/src/_includes/core-nodes/comment-use-case.md @@ -4,7 +4,7 @@ Adds documentation and explanatory notes directly within your flows. The Comment node helps document your flows by adding explanatory text that appears on the canvas. This is essential for maintaining flows over time, especially when working in teams or returning to flows after extended periods. By documenting the purpose, requirements, and logic of flow sections, you make flows more understandable, reduce interpretation errors, and speed up troubleshooting and modifications. Comments are particularly valuable for complex flows with link nodes, multi-tab workflows, or business logic that isn't obvious from the nodes alone. -> If you need help documenting your flows, [FlowFuse Assistant](/docs/user/assistant/) can automatically generate documentation with Comment nodes. Simply select your flow and click the "Explain Flow" button, the AI will analyze your flow and create comprehensive documentation that you can add directly to your canvas. +> If you need help documenting your flows, [FlowFuse Assistant](/docs/user/expert/) can automatically generate documentation with Comment nodes. Simply select your flow and click the "Explain Flow" button, the AI will analyze your flow and create comprehensive documentation that you can add directly to your canvas. ## Modes of operation diff --git a/src/blog/2023/02/3-quick-node-red-tips-2.md b/src/blog/2023/02/3-quick-node-red-tips-2.md index b9f10cc6cd..3657f39bb8 100644 --- a/src/blog/2023/02/3-quick-node-red-tips-2.md +++ b/src/blog/2023/02/3-quick-node-red-tips-2.md @@ -43,7 +43,7 @@ We hope you found these tips useful, if you'd like to suggest some of your own t ## Enhance Efficiency with FlowFuse -FlowFuse is a cloud-based platform designed to boost collaboration, security, and scalability for your Node-RED applications. It features [numerous tools and functionalities](/platform/features/) that streamline the development-to-deployment process, including one-click deployment, the [FlowFuse Assistant](/docs/user/assistant/), and other capabilities that simplify managing your Node-RED environment. +FlowFuse is a cloud-based platform designed to boost collaboration, security, and scalability for your Node-RED applications. It features [numerous tools and functionalities](/platform/features/) that streamline the development-to-deployment process, including one-click deployment, the [FlowFuse Assistant](/docs/user/expert/), and other capabilities that simplify managing your Node-RED environment. For more tips, tricks, and professional development techniques with Node-RED, check out our recommended eBook: diff --git a/src/blog/2023/03/why-should-you-use-node-red-function-nodes.md b/src/blog/2023/03/why-should-you-use-node-red-function-nodes.md index e1297074ea..dac1d68725 100644 --- a/src/blog/2023/03/why-should-you-use-node-red-function-nodes.md +++ b/src/blog/2023/03/why-should-you-use-node-red-function-nodes.md @@ -50,7 +50,7 @@ FlowFuse offers a robust platform for building, scaling, and securing your Node- We are constantly adding new features to make it easy to use in the enterprise where you can rapidly improve your industrial processes. The **"FlowFuse Assistant."** for example is an AI-powered tool that simplifies the creation of Function nodes. You only need to provide a prompt, and the assistant generates the Function nodes for you. -For more details on using the FlowFuse Assistant, visit [the Assistants Documentation](/docs/user/assistant/). +For more details on using the FlowFuse Assistant, visit [the Assistants Documentation](/docs/user/expert/). ## Conclusion: diff --git a/src/blog/2023/05/chatgpt-nodered-fcn-node.md b/src/blog/2023/05/chatgpt-nodered-fcn-node.md index e0abdb5db1..ca4ab2514e 100644 --- a/src/blog/2023/05/chatgpt-nodered-fcn-node.md +++ b/src/blog/2023/05/chatgpt-nodered-fcn-node.md @@ -76,7 +76,7 @@ user at the time of the call. ## FlowFuse Assistant - No API Keys Required! -Great news! You no longer need to manage OpenAI API keys or configure ChatGPT nodes. The [FlowFuse Assistant](/docs/user/assistant/) is now built directly into Node-RED on FlowFuse Cloud, making AI-powered development even easier. +Great news! You no longer need to manage OpenAI API keys or configure ChatGPT nodes. The [FlowFuse Assistant](/docs/user/expert/) is now built directly into Node-RED on FlowFuse Cloud, making AI-powered development even easier. Available on FlowFuse Cloud, the Assistant offers: diff --git a/src/blog/2023/06/import-modules.md b/src/blog/2023/06/import-modules.md index 9bc289ed3f..91ffd9ef8f 100644 --- a/src/blog/2023/06/import-modules.md +++ b/src/blog/2023/06/import-modules.md @@ -64,4 +64,4 @@ Within two minutes, we could wire up a node to retrieve data from our API, and t With the FlowFuse Assistant, you can leverage AI to generate Function nodes effortlessly. Just input your prompt, and the Assistant will handle the creation for you, saving time and reducing manual coding. -To explore how to make the most of the FlowFuse Assistant and its capabilities, check out the [Assistants Documentation](/docs/user/assistant/). \ No newline at end of file +To explore how to make the most of the FlowFuse Assistant and its capabilities, check out the [Assistants Documentation](/docs/user/expert/). \ No newline at end of file diff --git a/src/blog/2025/07/connect-legacy-equipment-serial-flowfuse.md b/src/blog/2025/07/connect-legacy-equipment-serial-flowfuse.md index 3c992cca46..acb606d623 100644 --- a/src/blog/2025/07/connect-legacy-equipment-serial-flowfuse.md +++ b/src/blog/2025/07/connect-legacy-equipment-serial-flowfuse.md @@ -175,7 +175,7 @@ This transforms the string into a JSON object like: ``` > **Tip**: You do not need to know JavaScript to use the **function** node. -> If you are using FlowFuse, the built-in [FlowFuse Assistant](https://www.google.com/search?q=/docs/user/assistant/) can help you write function code using natural language. Simply provide a sample of the data received from your machine and describe the output you expect — the Assistant will generate the function for you. +> If you are using FlowFuse, the built-in [FlowFuse Assistant](https://www.google.com/search?q=/docs/user/expert/) can help you write function code using natural language. Simply provide a sample of the data received from your machine and describe the output you expect — the Assistant will generate the function for you. ### Handling Request-Response Serial Communication diff --git a/src/blog/2025/12/flowfuse-release-2-25.md b/src/blog/2025/12/flowfuse-release-2-25.md index ef3e0b2136..a29b443cc3 100644 --- a/src/blog/2025/12/flowfuse-release-2-25.md +++ b/src/blog/2025/12/flowfuse-release-2-25.md @@ -38,7 +38,7 @@ Previously, this was only available in Node-RED managed directly by the FlowFuse You will need an account on FlowFuse Cloud to connect it to, but for this release, it does *not* require a paid subscription to use. -Check the FlowFuse Expert Assistant docs for [how to get started](https://flowfuse.com/docs/user/assistant/#flowfuse-assistant-plugin). +Check the FlowFuse Expert Assistant docs for [how to get started](https://flowfuse.com/docs/user/expert/#flowfuse-assistant-plugin). ## Improved Update Scheduling ![Image of Scheduled Updates UI](./images/updates.png) diff --git a/src/handbook/sales/customer-success.md b/src/handbook/sales/customer-success.md index cb2dbcaff9..4f48aa2de8 100644 --- a/src/handbook/sales/customer-success.md +++ b/src/handbook/sales/customer-success.md @@ -350,7 +350,7 @@ should happen without customers even noticing. providing personalized help to ensure a smooth process. ## Handling Requests from Self-Hosted Customers to Enable FlowFuse Assistant -The [FlowFuse Assistant](https://flowfuse.com/docs/user/assistant/#flowfuse-assistant-plugin) is enabled by default for Cloud customers. Self-hosted customers can use it, too, but must request access through support. +The [FlowFuse Assistant](https://flowfuse.com/docs/user/expert/#flowfuse-assistant-plugin) is enabled by default for Cloud customers. Self-hosted customers can use it, too, but must request access through support. When a customer requests access to the FlowFuse Assistant, do the following: 1. Route the request to Engineering diff --git a/src/node-red/getting-started/programming/debugging-flows.md b/src/node-red/getting-started/programming/debugging-flows.md index a9fc1628ef..3e793fbac2 100644 --- a/src/node-red/getting-started/programming/debugging-flows.md +++ b/src/node-red/getting-started/programming/debugging-flows.md @@ -14,7 +14,7 @@ When it comes to debugging application flows in Node-RED, the tool most Node-RED In these cases, using the **Node-RED Debugger** becomes invaluable. The debugger allows you to trace the execution of your flows interactively, set breakpoints, and gain deeper insights beyond what the Debug node offers. This Documentation will show you how to effectively use the Node-RED Debugger to pinpoint issues and fine-tune your applications. -> **Tip:** If your flows aren’t named or formatted properly and you're finding it difficult to understand what they do, you can use the **[FlowFuse Assistant – Flow Explainer](/docs/user/assistant/#flow-explainer)** to automatically analyse the flow and generate clear documentation. +> **Tip:** If your flows aren’t named or formatted properly and you're finding it difficult to understand what they do, you can use the **[FlowFuse Assistant – Flow Explainer](/docs/user/expert/#flow-explainer)** to automatically analyse the flow and generate clear documentation. ## What is Debugging, and Why is it crucial in Node-RED Flows? diff --git a/src/redirects.njk b/src/redirects.njk index f4a2020b92..f1a25c6f0e 100644 --- a/src/redirects.njk +++ b/src/redirects.njk @@ -94,4 +94,4 @@ eleventyExcludeFromCollections: true /product/device-agent/ /platform/device-agent/ 301 /product/dashboard/ /platform/dashboard/ 301 https://app.flowfuse.com/account/create/ /get-started/ 301 -/docs/user/assistant/ /docs/user/expert/ 301 \ No newline at end of file +/docs/user/expert/ /docs/user/expert/ 301 \ No newline at end of file