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

# iDenfy Documentation

> Explore iDenfy documentation for identity verification (KYC), business verification (KYB), AML screening, fraud prevention, and more.

## What Are You Building?

<Columns cols={2}>
  <Card title="ID Verification (KYC)" icon="id-card" href="/kyc/overview">
    Verify people with document checks, selfies, and liveness detection.
  </Card>

  <Card title="Business Verification (KYB)" icon="building" href="/kyb/overview">
    Verify companies with registry lookups, UBO identification, and credit reports.
  </Card>

  <Card title="AML Screening" icon="shield-check" href="/aml/overview">
    Screen against sanctions, PEPs, and adverse media. One-time or ongoing monitoring.
  </Card>

  <Card title="Fraud Prevention" icon="fingerprint" href="/fraud-prevention/overview">
    Risk scoring, proxy detection, phone/address verification, and proof of address.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Face Authentication" icon="face-smile" href="/face-authentication/overview">
    Re-authenticate returning users by comparing their face to a previous verification.
  </Card>

  <Card title="Bank Verification" icon="building-columns" href="/bank-verification/overview">
    Verify bank accounts via open banking. 2,500+ European banks.
  </Card>
</Columns>

***

## Get Started

<Steps>
  <Step title="Get API keys" icon="key">
    [Sign up](https://idenfy.com/pricing-plans-v3/) and generate keys in [Dashboard → Settings → API Keys](/guides/dashboard/settings/api-keys).
  </Step>

  <Step title="Follow the quickstart" icon="rocket">
    Make your first API call in under 5 minutes. [Quickstart →](/quickstart)
  </Step>

  <Step title="Set up webhooks" icon="bell">
    Receive verification results at your endpoint. [Webhooks overview →](/guides/webhooks-overview)
  </Step>

  <Step title="Go live" icon="circle-check">
    Switch to production keys. For stronger security, optionally enable [callback signing](/security/callback-signing) and whitelist [iDenfy IPs](/security/ip-whitelisting). [Go-live checklist →](/guides/testing-sandbox#go-live-checklist)
  </Step>
</Steps>

***

## Select Your Integration Method

| Method                                   | Best for                   | Products              |
| ---------------------------------------- | -------------------------- | --------------------- |
| **[Redirect](/kyc/iframe-redirect)**     | Fastest setup              | KYC, KYB              |
| **[iFrame](/kyc/iframe-redirect)**       | Embedded web experience    | KYC, KYB              |
| **[Mobile SDK](/sdks/overview)**         | Native iOS/Android apps    | KYC                   |
| **[Direct API](/kyc/direct-processing)** | Full custom UI             | KYC                   |
| **[No-code](/integrations/overview)**    | Shopify, WordPress, Zapier | KYC                   |
| **[API only](/aml/create-profile)**      | Server-to-server checks    | AML, Fraud Prevention |

***

## Integrate Faster with AI

Connect your AI assistant to our documentation with the [iDenfy MCP server](/resources/mcp). Once it is set up in [Claude](https://claude.ai/download), [ChatGPT](https://chatgpt.com), [Gemini](https://gemini.google.com), [Perplexity](https://www.perplexity.ai), or [Cursor](https://cursor.com), the assistant can search the docs, draft integration code, and answer questions about any iDenfy product in seconds.

<Card title="Set up the iDenfy MCP server" icon="plug" href="/resources/mcp">
  One URL, every iDenfy product. Works with Claude, ChatGPT, Gemini, Perplexity, Cursor, and any other MCP client.
</Card>

***

## Resources

<Columns cols={2}>
  <Card title="API Reference" icon="square-terminal" href="/api-reference/overview">
    Interactive playground for all endpoints.
  </Card>

  <Card title="Status Vocabulary" icon="book-open" href="/resources/vocabulary">
    Every status code explained.
  </Card>

  <Card title="Error Messages" icon="triangle-exclamation" href="/kyc/id-error-messages">
    API error codes and fixes.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/resources/faq">
    Common questions answered.
  </Card>
</Columns>

## Help

* **Technical issues** → [Open a ticket](https://idenfy-ivs.atlassian.net/servicedesk/customer/portal/1)
* **Sales & billing** → [Sign up](https://idenfy.com/pricing-plans-v3/) or [book a demo](https://idenfy.com/demo-page/)
* **Data protection** → [dpo@idenfy.com](mailto:dpo@idenfy.com)
