
Getting Started Guide
How to Use n8n
A practical guide to get you up and running with n8n. Written by Delv Editorial, Delv Team.
Getting started with n8n
With n8n, you can automate workflows by connecting various apps and services, allowing you to save time and streamline your processes. After reading this guide, you'll be able to create your first automation workflow in just a few minutes.Step 1: Sign up and set up
- Go to n8n.io.
- Click on the "Get Started" button at the top right corner.
- Choose to either self-host n8n for free or select a cloud plan. If you opt for cloud, click on "Start for Free" and follow the prompts to create an account.
- If self-hosting, follow the installation instructions provided in the documentation for your preferred platform.
Step 2: Your first workflow
- Once logged in, you’ll land on the n8n dashboard. Click on "New Workflow" in the top left corner.
- Drag and drop an app from the left sidebar into the workflow canvas. For example, select "HTTP Request" to receive data from an API.
- Configure the node by clicking on it. Fill in the required fields, such as the URL and method (GET, POST, etc.).
- Add another node by dragging in an app you want to connect (e.g., "Slack"). Configure this node to define what should happen with the data received.
- Connect the nodes by clicking on the small circles on the edges and dragging to the other node.
- Click "Execute Workflow" in the top right to test it. If everything works, click "Save" to keep your workflow.
Step 3: Get better results
- Use the "Node Settings" panel on the right to tweak settings for each node. Adjust parameters like authentication, response formats, or data mappings to refine your workflow.
- Explore the "Credentials" section to securely store API keys and tokens for various integrations.
- Use the "Webhook" node for real-time data processing by triggering workflows based on incoming web requests.