n8n-docs-v2 / docs /code /index.md
Jeice Santos
Subindo documentação do n8n limpa
0a84888
metadata
title: Code in n8n Documentation and Guides
description: >-
  Access documentation and guides on using code and expressions in n8n and other
  developer resources.
contentType: overview

Code in n8n

n8n is a low-code tool. This means you can do a lot without code, then add code when needed.

Code in your workflows

There are two places in your workflows where you can use code:

Other technical resources

These are features that are relevant to technical users.

Technical nodes

n8n provides core nodes, which simplify adding key functionality such as API requests, webhooks, scheduling, and file handling.

Other developer resources