---
title: "Join"
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/join
markdown: https://docs.nodetool.ai/nodes/nodetool/text/join.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/join.md
---

# Join

**Type:** `nodetool.text.Join`

**Namespace:** `nodetool.text`

## Description

Joins a list of strings into a single string using a specified separator.
    text, join, combine, concatenate, merge, list

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| strings | `list[str]` | The list of strings to join. | `[]` |
| separator | `str` | Separator between items. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

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