> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/integrations/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/uWbyvHYzRNVXw1EL4A2h" alt=""><figcaption></figcaption></figure>
