## The question

Building a workflow in Dify and the Answer node is nowhere in the node panel,
even though docs and chat examples keep mentioning it.

## The answer

The Answer node only exists in Chatflow apps, not in regular Workflows. Its
absence is by design, not a bug. In a workflow there is no conversational reply
to define, so you end your flow with the node's output instead.

## What to do

- Staying in Workflow mode: finish with a node output and use that as your
  result.
- If you need an Answer node: rebuild the app as a Chatflow.

The maintainer answered this on the thread the same day it was filed: "this is
workflow, it does not have an answer node, please read the docs."