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

# Quick start

> Upload your first file and get AI readiness results in under 5 minutes.

<Steps>
  <Step title="Create an account">
    Go to [app.orca.klavest.com/register](https://app.orca.klavest.com/register), enter your email, set a password (minimum 12 characters), and verify your email. You'll land on the dashboard.
  </Step>

  <Step title="Upload a file">
    Click **Upload** in the sidebar navigation. Drag and drop your file or click to browse.

    Supported formats: CSV, TSV, Excel (.xlsx/.xls), Parquet, JSON, JSONL. Maximum file size: 100MB.

    ORCA starts processing your file automatically. You'll see real-time progress via the WebSocket connection.
  </Step>

  <Step title="View classification results">
    Go to **Dashboard** and click on your file. The job detail page shows:

    * Column classifications (semantic category for each column)
    * Quality issues detected per column
    * Confidence scores for each classification
  </Step>

  <Step title="Check AI readiness score">
    Navigate to **AI Readiness** in the sidebar and click on your file to see:

    * **Overall score** (0-100) and grade (A through F)
    * **7 dimension scores**: completeness, consistency, uniqueness, referential integrity, compliance, schema quality, stability
    * **Recommendations** prioritized by impact
  </Step>

  <Step title="Apply fixes (optional)">
    In the file detail view, click the **Remediation** tab. Review the suggested fixes with before/after previews, select the fixes you want to apply, and click **Apply Fixes** to generate a remediated copy.

    <Note>
      Your original file is never modified. Remediation always produces a new file version.
    </Note>
  </Step>

  <Step title="Export a report">
    Click **Export PDF Report** at the top of the file detail view. ORCA generates a PDF with scores, dimensions, recommendations, and assessment status. The PDF downloads automatically when ready.
  </Step>
</Steps>

## What's next?

* **Score 75+** to generate an [AI readiness report](/ai-readiness#assessment)
* Check [use-case readiness](/ai-readiness#use-case-readiness) to see if your data is ready for specific ML applications
* Set up [SSO](/sso-setup) for your team
* Explore the [API](/api-reference/overview) to integrate ORCA into your pipeline
