n8n-docs/docs/data/index.md
2023-07-18 15:33:16 +01:00

20 lines
731 B
Markdown

---
contentType: overview
---
# Data
Data is the information that n8n nodes receive and process. For basic usage of n8n you don't need to understand data structures and manipulation. However, it becomes important if you want to:
- Create your own node
- Write custom expressions
- Use the Function or Function Item node
This section covers:
* [Data structure](/data/data-structure/)
* [Transforming data](/data/transforming-data/)
* [Process data using code](/data/code/)
* [Pinning](/data/data-pinning/) and [editing](/data/data-editing/) data during workflow development.
* [Data mapping](/data/data-mapping/data-mapping-ui/) and [Item linking](/data/data-mapping/data-item-linking/): how data items link to each other.