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

# Introduction

> Choose the right SKOR integration path

Welcome to the SKOR developer documentation.

You can manage tenants with two integration approaches depending on how much control you want over the tenant workflow.

* **SDK method**: Use SKOR's JavaScript SDK to embed an iframe-based profile workflow in your application. SKOR manages the tenant flow while you configure and launch the session.
* **Modular API method**: Use REST APIs directly for full programmatic control over tenants, documents, webhooks, identity verification, banking connectivity, and forensic analysis.

<CardGroup cols={2}>
  <Card title="SDK guide" icon="boxes" href="/sdk">
    Embed the SKOR profile session with the JavaScript SDK.
  </Card>

  <Card title="Modular API" icon="code" href="/modular-api">
    Build a custom integration with tenant, document, webhook, and verification APIs.
  </Card>
</CardGroup>

## Start here

If you want SKOR to handle the tenant profile workflow inside an embedded experience, start with the [SDK guide](/sdk).

If you want direct backend control over the workflow, start with the [Modular API guide](/modular-api), then use the [Quickstart](/quickstart) to generate a token and make your first request.

Looking for endpoint details? Use the **API Reference** section in the sidebar.
