# Outputs

Output nodes define what your workflow produces — text responses, images, action calls, or rendered documents.

Connect an output node to the final step of your workflow to surface results to the user or downstream system.

### In this section

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Output Node</strong><br>Return text or structured data to the user interface or API caller.</td><td><a href="outputs/output-node">output-node</a></td></tr><tr><td><strong>Image Node</strong><br>Generate or return an image as the workflow output.</td><td><a href="outputs/image-node">image-node</a></td></tr><tr><td><strong>Action Node</strong><br>Trigger an action in a connected app as the final step.</td><td><a href="outputs/action-node">action-node</a></td></tr><tr><td><strong>Audio Node</strong><br>Return synthesized speech or an audio file.</td><td><a href="outputs/audio-node">audio-node</a></td></tr><tr><td><strong>Template Node</strong><br>Render a document or formatted output using a template.</td><td><a href="outputs/template-node">template-node</a></td></tr></tbody></table>

### Pick the right output for your use case

* Returning a chat response or data payload? Use the [**Output Node**](https://docs.stackai.com/workflow-builder/outputs/output-node).
* Generating a report or formatted document? Use the [**Template Node**](https://docs.stackai.com/workflow-builder/outputs/template-node).
* Writing to a connected app (CRM, ticketing, etc.)? Use the [**Action Node**](https://docs.stackai.com/workflow-builder/outputs/action-node).
