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

# Welcome

> Start here to integrate Truv into your application

Truv provides instant verification of income, employment, and assets through direct connections to payroll providers and financial institutions. You integrate once and get structured, source-verified data back via API and webhooks.

## New to Truv?

Run the [Quickstart](/developers/quickstart) to see a complete integration working in minutes. Then pick a [Demo App](/developers/quickstarts-overview#demo-apps) that matches your use case and use it as your starting point.

<Card title="Start Building" icon="rocket" href="/developers/quickstarts-overview">
  Quickstart, demo apps, and use case guides
</Card>

***

## Industry guides

If you're building for a specific vertical, start with the industry tab for tailored product recommendations and integration paths.

<CardGroup cols={2}>
  <Card title="Mortgage" icon="house" href="/mortgage/overview">
    VOIE, VOA, VOE with GSE certification and LOS/POS integrations
  </Card>

  <Card title="Public Sector" icon="landmark" href="/government/overview">
    Benefits eligibility verification for SNAP, Medicaid, TANF
  </Card>

  <Card title="Consumer Credit" icon="car" href="/credit/overview">
    Income and asset verification for auto loans, personal loans, credit
  </Card>

  <Card title="Retail Banking" icon="building-columns" href="/banking/overview">
    Direct deposit switching and paycheck-linked lending
  </Card>
</CardGroup>

***

## Choose your integration method

<CardGroup cols={2}>
  <Card title="Embedded Orders" icon="star" href="/developers/integration/embedded-orders/overview">
    **Recommended for most use cases.** Create an order with applicant details, launch Truv Bridge in your app, and let the user connect their accounts. Supports income, employment, and asset verification.
  </Card>

  <Card title="Bridge Widget" icon="key" href="/developers/integration/bridge-widget/overview">
    **For deposit switching and paycheck-linked lending.** Create a user and bridge token directly. No orders needed. The user connects their payroll account through Bridge.
  </Card>

  <Card title="Hosted Orders" icon="envelope" href="/developers/integration/hosted-orders/new-user">
    **No frontend required.** Create an order via API or Dashboard and Truv sends the verification link to the user via email or SMS. They complete Bridge on their own device.
  </Card>

  <Card title="Manual Orders" icon="browser" href="/developers/integration/manual-orders/new-user">
    **No code at all.** Create and manage orders through the Truv Dashboard UI or CSV bulk upload. Ideal for low-volume or pilot workflows.
  </Card>

  <Card title="Document Processing" icon="file-lines" href="/developers/integration/document-processing">
    **No Bridge needed.** Upload pay stubs, W-2s, and tax returns directly. Truv extracts structured income and employment data automatically.
  </Card>
</CardGroup>

***

## Understand the platform

Before building, familiarize yourself with the core concepts that apply to every integration.

<CardGroup cols={2}>
  <Card title="Data Structure" icon="sitemap" href="/api-reference/data-structure">
    How Orders, Users, Links, and Tasks relate to each other
  </Card>

  <Card title="Data Processing" icon="clock" href="/api-reference/data-processing">
    Processing stages, timing, and what data is available when
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    API keys, base URL, and environment routing
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/webhooks">
    Real-time notifications for task and order status changes
  </Card>

  <Card title="Bridge Events" icon="window-maximize" href="/developers/sdks/bridge-events">
    Client-side callbacks during the user connection flow
  </Card>

  <Card title="Errors & Rate Limits" icon="triangle-exclamation" href="/api-reference/errors">
    HTTP error codes, response shapes, rate limits, and 429 backoff
  </Card>
</CardGroup>

***

## Get help

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/api-reference/authentication">
    Complete endpoint documentation with schemas
  </Card>

  <Card title="Testing & Sandbox" icon="flask" href="/developers/testing/test-credentials">
    Test credentials, sample documents, and sandbox setup
  </Card>

  <Card title="Security & Compliance" icon="shield-halved" href="/api-reference/security">
    SOC 2, GLBA, data protection, and trust center
  </Card>

  <Card title="Email Support" icon="envelope" href="mailto:support@truv.com">
    [support@truv.com](mailto:support@truv.com)
  </Card>
</CardGroup>
