---
title: "Split Text into Chunks"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/splittextintochunks
markdown: https://docs.nodetool.ai/nodes/nodetool/text/splittextintochunks.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/splittextintochunks.md
---

# Split Text into Chunks

**Type:** `nodetool.text.Chunk`

**Namespace:** `nodetool.text`

## Description

Splits text into chunks of specified word length.
    text, chunk, split

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| length | `int` |  | `100` |
| overlap | `int` |  | `0` |
| separator | `str` |  | ` ` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[str]` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
