# User Chat Output Node

> Delivers the AI agent's response back to the user in the chat interface

**URL:** https://caywork.com/learn/docs/node/user-chat-output

## Content

## Overview

The **User Chat Output Node** is the exit point of the agent flow. It is responsible for receiving the processed response from the AI agent and delivering it back to the user as a chat message. This node must be present in every agent flow and must be connected to at least one other node.

### Input

`string`: The AI agent response received from the connected node.

### Output Parameters

- **message**: The final response message displayed to the user in the chat interface.
