Merge pull request #2219 from n8n-io/DOC-942

DOC-942: Add debug info tool to the Get Help page
This commit is contained in:
Deborah Barnard 2024-07-09 10:11:38 +01:00 committed by GitHub
commit 53f8a450e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,4 +12,27 @@ If you need more help with n8n, you can ask for support in the [forum](https://c
If your Cloud instance is having issues, or if you're an enterprise customer who needs support, you can contact [help@n8n.io](mailto:help@n8n.io).
## Use the About n8n debug tool
Whether you're posting to the forum or emailing customer support, you'll get help faster if you provide details about your n8n instance in your first post or email.
The fastest way to do this is to use the **About n8n** debug tool:
1. Open the left-side panel.
2. Select **Help**.
3. Select **About n8n**.
4. The **About n8n** modal opens to display your current information.
5. Select **Copy debug information** to copy your information.
6. n8n recommends pasting this information into your forum post or support email.
/// note | Don't see **Copy debug**?
The **Copy debug** option is available beginning in n8n version 1.49.0.
If you're using an earlier version of n8n, n8n recommends manually providing this information:
* n8n version
* Database
* n8n EXECUTIONS_PROCESS setting
* Running n8n via (Docker, npm, n8n cloud)
* Operating system
///