> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# PrimitiveString - ComfyUI Built-in Node Documentation

> Complete documentation for the PrimitiveString node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/PrimitiveString/en.md)

The String node provides a simple way to input and pass through text data in your workflow. It takes a text string as input and outputs the same string unchanged, making it useful for providing text inputs to other nodes that require string parameters.

## Inputs

| Parameter | Data Type | Required | Range    | Description                                   |
| --------- | --------- | -------- | -------- | --------------------------------------------- |
| `value`   | STRING    | Yes      | Any text | The text string to be passed through the node |

## Outputs

| Output Name | Data Type | Description                                     |
| ----------- | --------- | ----------------------------------------------- |
| `output`    | STRING    | The same text string that was provided as input |
