> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/llamaindex/response-synthesizer.md).

# Response Synthesizer

***

Response Synthesizer nodes are responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. There are 4 modes for generating a response:

### Synthesizer Nodes:

* [Refine](/readme/chatflows/llamaindex/response-synthesizer/refine.md)
* [Compact and Refine](/readme/chatflows/llamaindex/response-synthesizer/compact-and-refine.md)
* [Simple Response Builder](/readme/chatflows/llamaindex/response-synthesizer/simple-response-builder.md)
* [Tree Summarize](/readme/chatflows/llamaindex/response-synthesizer/tree-summarize.md)
