-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add docs about AI Usage settings page #4169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -30,6 +30,26 @@ | |||||
| - "How can I build X in n8n?" | ||||||
| <!-- vale from-microsoft.FirstPerson = YES --> | ||||||
|
|
||||||
| ## AI Usage settings | ||||||
|
|
||||||
| /// info | ||||||
| Available in n8n v2.7.0 and above. | ||||||
| /// | ||||||
|
|
||||||
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. Here, you can control what data is shared with the AI Assistant. | ||||||
|
Check warning on line 39 in docs/manage-cloud/ai-assistant.md
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| These settings are only available to the instance owners and administrators and will apply to all users on the instance. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| Here, you can toggle whether to share actual workflow data (like node names, parameters, and structure) with the AI Assistant. Disabling this option will limit the assistant's ability to provide context-aware help based on your workflows. | ||||||
|
|
||||||
| Since access to workflow data is essential for the AI Workflow builder to function, **disabling this option will also disable the AI Workflow builder feature**. | ||||||
|
|
||||||
| ### Disable sending data | ||||||
|
|
||||||
| To stop sending actual data values to the AI Assistant, turn off the **Send actual data values** checkbox on the **AI Usage** settings page. | ||||||
|
|
||||||
| ## FAQs | ||||||
|
|
||||||
| <!-- vale from-microsoft.HeadingPunctuation = NO --> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -144,6 +144,16 @@ To provide enhanced assistance, n8n integrates AI-powered features that leverage | |||||
|
|
||||||
| To assist and improve user experience, n8n may send specific context data to LLMs. This context data is strictly limited to information about the current workflow. n8n does not send any values from credential fields or actual output data to AI services. The data will not be incorporated, used, or retained to train the models of the AI services. Any data will be deleted after 30 days. | ||||||
|
|
||||||
| #### AI Usage settings | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| /// info | ||||||
| Available in n8n v2.7.0 and above. | ||||||
| /// | ||||||
|
|
||||||
| You can manage your AI usage settings by navigating to **Settings** > **AI Usage** in your n8n instance settings. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| More details can be found on the [AI Assistant documentation page](/manage-cloud/ai-assistant.md#ai-usage-settings). | ||||||
|
|
||||||
| #### When n8n shares data | ||||||
|
|
||||||
| Data is only sent to AI services if workspaces have opted in to use the assistant. The Assistant is enabled by default for n8n Cloud users. When a workspace opts in to use the assistant, node-specific data is transmitted only during direct interactions and active sessions with the AI assistant, ensuring no unnecessary data sharing occurs. | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.