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

# Save Text

**Type:** `nodetool.text.SaveText`

**Namespace:** `nodetool.text`

## Description

Saves input text to a file in the assets folder.
    text, save, file

    Use cases:
    - Persisting processed text results
    - Creating text files for downstream nodes or external use
    - Archiving text data within the workflow

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| folder | `folder` | Name of the output folder. | `{"type":"folder","uri":"","asset_id":null,"data...` |
| name | `str` |          Name of the output file.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `%Y-%m-%d-%H-%M-%S.txt` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `text` |  |

## Related Nodes

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