--- name: n8n description: Use this skill when working with n8n. Triggers when user mentions n8n or imports from it. --- # n8n ## What this is n8n is a workflow automation tool that allows users to create custom workflows by connecting different nodes and services. It provides a user-friendly interface for designing and executing workflows. n8n supports a wide range of integrations and can be used for various automation tasks. ## Installation The installation command for n8n is not explicitly provided in the given documentation. However, users can get started by visiting the "Getting started" section of the n8n documentation. ## Key concepts Some key concepts in n8n include: * Nodes: These are the building blocks of n8n workflows. Nodes can be connected to perform different tasks, such as data transformation or API calls. * Workflows: These are the sequences of nodes that are executed to achieve a specific automation task. * Integrations: n8n supports a wide range of integrations with different services and tools. ## Correct usage patterns Example usage of n8n can be found in the "Quickstarts" section of the documentation. However, a general example of creating a workflow in n8n might involve: * Creating a new workflow * Adding nodes to the workflow * Configuring the nodes to perform the desired tasks * Connecting the nodes to create a sequence of actions ## Common mistakes to avoid Common mistakes to avoid when using n8n include: * Not properly configuring nodes * Not testing workflows before deploying them * Not handling errors and exceptions properly ## File and folder conventions The documentation does not provide specific information on file and folder conventions for n8n. However, users can expect to find configuration files and workflow definitions in a specific directory structure. The exact location and naming conventions may vary depending on the installation and deployment method.