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

# Introduction

> Overview of InkLink's two core products: KYC and Web Inquiry.

InkLink is a verification platform for teams that need **trusted data** without stitching together a patchwork of vendors. You integrate once through **one API**, and both products support hosted flows that keep integration simple. <Badge color="orange" size="sm">beta</Badge>

<Info>
  These docs cover two core flows: **KYC** for identity verification, and **Web Inquiry** for capturing and verifying information from websites.
</Info>

### Benefits of hosted flows

* **Zero Frontend Development** - No SDK or UI components needed
* **Minimal Integration Complexity** - Simple redirect-based flow
* **No SDK Overhead** - Keeps your application lightweight
* **Automatic Updates** - Always get the latest InkLink features

Both flows use the same API patterns and require backend **`api-key`** authentication.

## Start here

<CardGroup cols={3}>
  <Card title="KYC" href="/kyc/overview">
    Verify identity through a hosted flow with document capture and selfie checks.
  </Card>

  <Card title="Web Inquiry" href="/web/overview">
    Capture and verify information from websites in a secure capture flow that protects the evidence you rely on.
  </Card>

  <Card title="Authentication" href="/authentication">
    Set up your backend **`api-key`** header before calling either product API.
  </Card>
</CardGroup>

If you want the fastest path to a working integration, start with the [KYC quickstart](/kyc/quickstart) or the [Web Inquiry quickstart](/web/quickstart).
