> 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/simple-response-builder.md).

# Simple Response Builder

Using a collection of text segments and a query, execute the query on each segment, gathering the responses into an array. Return a combined string containing all responses.

**Pros**: Useful for individually querying each text segment with the same query

**Cons**: Not suitable for complex and detailed answer

<figure><img src="/files/4TwNoxsiRp8Z3515p5HO" alt=""><figcaption></figcaption></figure>
