> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wizflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Chatflow Summary Block

> Render a chatflow’s summary questions and responses directly on a live page

The **Chatflow Summary** block lists a chatflow's summary questions and the responses collected for them, rendered directly on a [live page](/features/live-page-builder). It offers the same summary you get from the PDF trigger's summary template, but as a page block with more layout control.

<Frame caption="Adding a Chatflow Summary block and selecting its template">
  <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/dreamplan-d87d53ea/sn1gf4H-o5Bxqwbg/resources/pr-7704-chatflow-summary.mp4?fit=max&auto=format&n=sn1gf4H-o5Bxqwbg&q=85&s=9d919451da14d026a32ecfd15017c6c0" data-path="resources/pr-7704-chatflow-summary.mp4" />
</Frame>

***

## Adding the Block

The Chatflow Summary block lives in the builder's block library under the **Data display** category.

1. Open the [Live Page Builder](/features/live-page-builder) and add the **Chatflow summary** block to your page.
2. In the block's properties, set the **Template** — pick the chatflow template whose summary you want to display from the dropdown.
3. Preview the page to see the questions and responses rendered.

| Property     | Description                                                                |
| ------------ | -------------------------------------------------------------------------- |
| **Template** | The chatflow template whose summary questions and responses are displayed. |

<Note>
  The block renders the questions marked for summary in the selected chatflow template, along with the responses collected in the current session.
</Note>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Live Page Builder" icon="pen-ruler" href="/features/live-page-builder">
    Back to the visual builder overview
  </Card>

  <Card title="PDF from Live Pages" icon="file-pdf" href="/features/live-page-pdf">
    Generate a PDF from a live page
  </Card>
</CardGroup>
