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

# Choose your integration path

> Pick the guide that matches your organization type — merchant, PSP, or bank

Clausum onboarding sets your **`organization_type`**, which determines required API fields, dashboard navigation, and which modules apply to your contract.

<Note>
  Not sure which path you are on? Check **Dashboard → Configuración → Empresa** or ask your Clausum account team.
</Note>

## Three client profiles

<CardGroup cols={3}>
  <Card title="Merchant (Comercio)" icon="store" href="/segments/merchant">
    E-commerce, marketplaces, and direct checkout integrations.
  </Card>

  <Card title="PSP / Aggregator" icon="sitemap" href="/segments/psp">
    Payment service providers routing assess per sub-merchant.
  </Card>

  <Card title="Bank / Fintech" icon="building-columns" href="/segments/bank">
    Core banking, treasury, pay-in rails, and payout disbursements.
  </Card>
</CardGroup>

## How documentation is organized

| Layer                  | What it is                                                                            |
| ---------------------- | ------------------------------------------------------------------------------------- |
| **Segment guides**     | End-to-end checklist for *your* profile — what to integrate, in what order            |
| **Capability modules** | Deep dives per feature (assess, webhooks, payout, …) — linked from your segment guide |
| **Core concepts**      | Shared mechanics (auth, decisions, blocklists)                                        |
| **API reference**      | OpenAPI 1.3.0 playground                                                              |

See the full [capability catalog](/concepts/capabilities) for which modules each segment typically uses.

## Shared first steps (all segments)

<Steps>
  <Step title="Access sandbox">
    Sign in at [sandbox.clausum.ai](https://sandbox.clausum.ai) — see [Access & environments](/concepts/access-and-environments).
  </Step>

  <Step title="Open Conexiones">
    Create keys and webhook URLs under **Dashboard → Conexiones**.
  </Step>

  <Step title="Run simulation">
    Validate rules in **Simulación** before production traffic — [Simulation](/guides/simulation).
  </Step>

  <Step title="Follow your segment guide">
    Open [Merchant](/segments/merchant), [PSP](/segments/psp), or [Bank](/segments/bank) for the ordered integration plan.
  </Step>
</Steps>

## Commercial modules (reference)

| Module                          | SKU           | Typical segments        |
| ------------------------------- | ------------- | ----------------------- |
| Prevention (pay-in)             | CLM-MOD-PREV  | All                     |
| Operations (cases, audit)       | CLM-MOD-OPS   | All with fraud ops team |
| Institutional (payout, network) | CLM-MOD-INST  | Bank, some PSP          |
| Threat intel add-on             | CLM-ADD-INTEL | Contract-dependent      |
| Shared network consume          | CLM-ADD-NET-C | Bank, PSP               |

Your contract defines which modules are active — the segment guide marks **required** vs **optional** steps.
