> ## 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.

# Communication & Display

> Entities that present information, organize content, and enhance the user experience

These entities help you present information, organize content, and make flows more engaging. Use them to guide users, show results, or communicate key messages clearly.

***

## Content & Messages

<CardGroup cols={2}>
  <Card title="Message" icon="message">
    **When to use:** Welcome text, instructions, confirmations\
    **What users see:** A simple message, which can include variables or rich formatting
  </Card>

  <Card title="Section" icon="folder">
    **When to use:** Organizing related content, breaking up longer flows\
    **What users see:** Grouped content with optional expandable sections
  </Card>
</CardGroup>

**Tips:**

* Keep messages short and conversational
* Use sections to reduce cognitive load
* Add clear next steps so users know what to do

***

## Documents & Media

<CardGroup cols={2}>
  <Card title="PDF Display" icon="file-pdf">
    **When to use:** Terms and conditions, statements, official documents\
    **What users see:** A PDF preview with options to download or print
  </Card>

  <Card title="Image Display" icon="image">
    **When to use:** Product photos, diagrams, instructions\
    **What users see:** An image with optional captions or zoom
  </Card>
</CardGroup>

**Tips:**

* Use PDFs for legal or static content
* Use images sparingly to clarify, not overwhelm
* Always provide text alternatives for accessibility

***

## Data Visualization

<CardGroup cols={2}>
  <Card title="Charts" icon="chart-bar">
    **When to use:** Portfolio performance, financial projections, usage trends\
    **What users see:** Interactive bar, line, or pie charts
  </Card>

  <Card title="Comparison Tables" icon="table">
    **When to use:** Compare products, coverage options, or rates\
    **What users see:** A clear side-by-side table for quick scanning
  </Card>
</CardGroup>

**Tips:**

* Keep visuals simple — highlight the key takeaway
* Use charts for trends and comparisons, tables for details
* Test layouts on mobile to ensure readability

***

## Best Practices

* **Be concise:** Keep text short and scannable
* **Guide the user:** Always include context or a next step
* **Stay consistent:** Use a clear visual style across your flow
* **Think accessibility:** Ensure color contrast and add alt text to images and media
