> ## 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.

# Getting started in the dashboard

> From invitation to first simulation — a self-guided path on sandbox.clausum.ai.

This path assumes you received access to **sandbox** or a dedicated Clausum hostname. You do not need to understand internal scoring models to complete it.

## 1. Sign in

Go to [https://sandbox.clausum.ai](https://sandbox.clausum.ai).

* **Invited user:** open the link in your email → set password → MFA
* **Returning user:** **Iniciar sesión** with email + MFA

## 2. Complete onboarding

The onboarding wizard collects:

* Organization profile and segment (merchant, institution, PSP — as provisioned)
* Jurisdiction and contact details
* Initial protection preferences

Finish all required steps so your organization row exists in Clausum (required for simulations and API persistence).

## 3. Confirm API access

<Steps>
  <Step title="Request base URL (if needed)">
    If you do not yet have `CLAUSUM_API_BASE`, email **[api@clausum.ai](mailto:api@clausum.ai)** or your account contact. They will confirm the hostname and enable keys.
  </Step>

  <Step title="Create keys">
    **Conexiones → Claves API** → create **Publishable** and **Secret** keys. See [API keys](/guides/api-keys).
  </Step>

  <Step title="Store secrets">
    Put server keys in your CI/CD secrets — never in git.
  </Step>
</Steps>

## 4. Run your first simulation

**Simulación** → choose **Card testing** (or similar) → **Ejecutar**.

Verify:

* Decision and score appear in the result panel
* **Panel** counters increase (try filter **24 h**)
* Row visible in **Monitor de transacciones**

## 5. Invite a colleague

**Equipo** → invite with role **Analyst** or **Viewer** → they accept via email.

## 6. Wire your checkout (optional)

When ready for code integration:

1. [Browser SDK](/guides/browser-sdk) for device signals
2. [Real-time assessment](/guides/realtime-assessment) on your server
3. [Receiving webhooks](/guides/receiving-webhooks) for async updates

Use `$CLAUSUM_API_BASE` from support — not a guessed production hostname.

## Checklist

<AccordionGroup>
  <Accordion title="I do not see Conexiones">
    Your role may be viewer-only, or onboarding is incomplete. Ask an org admin or support.
  </Accordion>

  <Accordion title="Simulation says it did not persist">
    Organization provisioning may be pending. Contact support with your login email.
  </Accordion>

  <Accordion title="Panel shows zero after simulation">
    Check the time filter (24 h / 7 d / 30 d) and timezone label. Hard-refresh the browser.
  </Accordion>
</AccordionGroup>
