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

# Entities Overview

> Map of all entity types in Wizflow, organised by customer journey stage

Entities are the building blocks of your flows. Each one helps you **collect**, **decide**, **show**, or **automate**.

<Note>
  **The red thread:** Most flows follow this journey:\
  **Collect data → Process & validate → Display results → Automate actions**
</Note>

***

## The 5 essentials

<CardGroup cols={5}>
  <Card title="Message" icon="message">
    Guide users with instructions or confirmations
  </Card>

  <Card title="Text Input" icon="text">
    Collect short answers like name or job title
  </Card>

  <Card title="Email" icon="envelope">
    Capture a valid email address
  </Card>

  <Card title="Choice" icon="list">
    Let users pick from options
  </Card>

  <Card title="Amount" icon="dollar-sign">
    Collect money values with proper formatting
  </Card>
</CardGroup>

***

## Entity categories

### 1. Collect information

Ask for names, numbers, dates, files, or addresses.\
[Learn more →](/features/collecting-information)

### 2. Choices & decisions

Let users pick options, make yes/no decisions, or search databases.\
[Learn more →](/features/choices-decisions)

### 3. Files, dates & locations

Gather documents, pick dates, and collect validated addresses.\
[Learn more →](/features/files-dates-locations)

### 4. Communication & display

Present results, PDFs, images, or charts in a clear way.\
[Learn more →](/features/communication-display)

### 5. Advanced & specialized

Use signatures, CVR/ESKAT integrations, system actions, and redirects.\
[Learn more →](/features/advanced-specialized)

### 6. Custom entities

Extend Wizflow with your own entity types for specialised needs.\
[Learn more →](/features/custom-entities)

***

## Common recipes

**Onboarding**\
Message → Text → Address (RTB) → Email Automation

**Insurance Application**\
Message → Age → Amount → Coverage Calculator → PDF → Signature

**Pension Check**\
Message → PensionsInfo → Choice → Calculation → Chart → Email summary

***

## Related Documentation

* [Flow Builder Basics](/features/flow-builder-basics)
* [Input Validation](/features/input-validation)
* [Conditional Logic & Routing](/features/conditional-logic-routing)
* [Triggers & Automation](/features/triggers-automation)
* [PDF Form Editor](/features/pdf-form-editor)
