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

# Advanced & Specialized

> Entities for external integrations, advanced workflows, and system-level control

These entities extend Wizflow beyond basic data collection into full business process automation. They cover advanced integrations, document signing, system actions, and ways to gracefully end flows.

***

## Business Integrations

<CardGroup cols={2}>
  <Card title="CVR Lookup" icon="id-card">
    **When to use:** Verify Danish companies during onboarding or supplier checks\
    **What users see:** A search field for CVR number or company name that returns official data
  </Card>

  <Card title="ESKAT Data" icon="receipt">
    **When to use:** Financial or tax-related flows where verified income or tax info is needed\
    **What users see:** Automated retrieval of data (with user consent) from the Danish Tax Authority
  </Card>

  <Card title="GitHub Issues" icon="github">
    **When to use:** Collect bug reports, feature requests, or feedback directly into your dev workflow\
    **What users see:** A form that creates an issue in your GitHub repository
  </Card>
</CardGroup>

***

## Document Management & Signatures

<CardGroup cols={2}>
  <Card title="PDF Signature" icon="file-signature">
    **When to use:** Contracts, loan agreements, HR documents\
    **What users see:** A digital signing interface with providers like Scrive or SignaturGruppen
  </Card>
</CardGroup>

**Tips:**

* Use for legally binding flows where compliance matters
* Combine with PDF generation for seamless document creation + signing

***

## System & Flow Control

<CardGroup cols={3}>
  <Card title="Action" icon="bolt">
    **When to use:** Automate system actions like user creation or notifications\
    **What users see:** No visible step — runs in the background
  </Card>

  <Card title="Redirect" icon="arrow-right">
    **When to use:** Send users to another section, flow, or external site\
    **What users see:** A smooth handoff to the right destination
  </Card>

  <Card title="Chat End" icon="check">
    **When to use:** Gracefully close a flow with next steps or resources\
    **What users see:** A thank-you message with optional action buttons
  </Card>
</CardGroup>

***

## Best Practices

* **Keep users informed:** Explain when external data is being fetched and why
* **Ensure compliance:** Always get user consent for sensitive data (tax, company, ID)
* **Combine smartly:** For example, CVR Lookup + ESKAT + PDF Signature = full B2B application flow
* **Close strong:** End flows with clear next steps (download, book a meeting, continue elsewhere)

***

## Example Recipes

**B2B Onboarding**\
Message → CVR Lookup → ESKAT Data → PDF Generation → PDF Signature → Action (Create account)

**Support Request**\
Message → GitHub Issue → Slack Trigger (Notify support team) → Chat End

***

## Related Pages

* [Collecting Information](/features/collecting-information)
* [Choices & Decisions](/features/choices-decisions)
* [Files, Dates & Locations](/features/files-dates-locations)
* [Communication & Display](/features/communication-display)
