> For the complete documentation index, see [llms.txt](https://craft-agent.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://craft-agent.gitbook.io/home/node-reference/response-node.md).

# Response Node

The Response node (and Preview node) displays the final result of your workflow back to the user or application.

## Inputs

| Port      | Type    | Description           |
| --------- | ------- | --------------------- |
| **Input** | Dynamic | The result to display |

## Outputs

None — this is typically a terminal node.

## Usage

Place a Response node at the end of your workflow chain. It outputs the received data visually in the run panel or returns it as the execution result.

* **Responses** show the finalized answer
* **Previews** display intermediate artifacts or images

You can have **multiple Response nodes** to display results from different branches of your workflow.
