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

# User Guide

> How to use Conformly.AI for automotive compliance analysis

<style>
  {`
      p, li {
        text-align: justify;
        text-justify: inter-word;
      }
    `}
</style>

## Welcome

Conformly.AI is an automotive compliance intelligence platform. It analyzes
your engineering work products against ASPICE 3.1, ISO 26262, and ISO 21434
and tells you exactly where your documentation falls short of audit
expectations — and how to fix it.

This guide is for the people who actually use Conformly day to day:

* **Engineers** uploading documents and reading findings
* **Functional Safety Managers** tracking audit readiness across products
* **Quality Directors** rolling up compliance status across programs
* **Consultants** managing multiple OEM clients in a single portfolio

If you're looking for installation, deployment, or API integration docs,
those live under [Backend API](/backend/overview), [API Reference](/api-reference/authentication),
and [Deployment](/deployment/production). This section is purely about how
to use the product itself.

## The five-minute mental model

Conformly is built around a simple loop:

<Steps>
  <Step title="Upload">
    Drag a PDF (or DOCX, XLSX, ReqIF, CSV) into Conformly. The platform
    auto-classifies it (system requirements? software architecture? test plan?)
    and suggests which standards to evaluate it against.
  </Step>

  <Step title="Analyze">
    Click Analyze. The AI pipeline parses the document, runs it through a
    LangGraph state machine of specialized auditors, and produces structured
    findings tied to specific clauses in specific standards.
  </Step>

  <Step title="Triage">
    Open the Findings page. Each finding has a severity (Critical / High /
    Medium / Low), a status workflow (Open → In Progress → Resolved → Accepted),
    a remediation recommendation, and a discussion thread for your team.
  </Step>

  <Step title="Track">
    Open Audit Readiness. See your overall compliance score, the
    blocking gaps that prevent an audit, the V-Model traceability coverage,
    and a projected "weeks to audit-ready" timeline based on your team's
    actual remediation velocity.
  </Step>
</Steps>

That's the core loop. But Conformly goes further — it generates the
fixes, tracks the resolution, and builds the evidence trail your
auditor demands. The rest of this guide covers every feature in
detail.

## Where to start

<CardGroup cols={2}>
  <Card title="Workspaces" icon="building" href="/user-guide/workspaces">
    Containers for your projects. Invite teammates, assign roles, and
    track multiple programs in parallel.
  </Card>

  <Card title="Products" icon="box" href="/user-guide/products">
    Organise multi-product programs. Each product gets its own V-Model
    chain, ASIL classification, and audit-readiness score.
  </Card>

  <Card title="Uploading documents" icon="upload" href="/user-guide/uploading">
    The drag-and-drop flow, auto-classification, and per-document
    standards selection.
  </Card>

  <Card title="Running an analysis" icon="play" href="/user-guide/running-analysis">
    What happens when you click Analyze, how long it takes, and how to
    read the results.
  </Card>

  <Card title="Findings" icon="list-check" href="/user-guide/findings">
    Severity, status workflow, comments, AI chat, and bulk actions.
  </Card>

  <Card title="Artifacts" icon="file-text" href="/user-guide/artifacts">
    Generate Resolution Plans, Safety Case sections, Test Plan drafts,
    and Compliance Reports from your findings. Review, edit, approve.
  </Card>

  <Card title="Re-Verification" icon="refresh-cw" href="/user-guide/re-verification">
    Upload a revised document and see which gaps closed, which remain,
    and which are new. The weekly habit that proves progress.
  </Card>

  <Card title="Scheduled Analysis" icon="calendar-clock" href="/user-guide/scheduled-analysis">
    Set up recurring automated scans — daily, weekly, or monthly.
    Conformly re-checks your documents without manual effort.
  </Card>

  <Card title="Audit Readiness" icon="shield-check" href="/user-guide/audit-readiness">
    The home view for Functional Safety Managers. Score, blockers,
    velocity, and timeline.
  </Card>

  <Card title="Traceability" icon="network" href="/user-guide/traceability">
    Per-product V-Model coverage. ASPICE and ISO 26262 require
    bidirectional traceability — Conformly derives it automatically.
  </Card>

  <Card title="Collaboration" icon="users" href="/user-guide/collaboration">
    Invite teammates, assign findings, set deadlines, discuss gaps
    in threads, and get notified when things change.
  </Card>

  <Card title="Portfolio" icon="briefcase" href="/user-guide/portfolio">
    Multi-workspace rollup for consultants and compliance teams managing
    several programs at once.
  </Card>

  <Card title="Knowledge Graph" icon="diagram-project" href="/user-guide/knowledge-graph">
    Curated cross-references between ASPICE, ISO 26262, and ISO 21434.
    One piece of evidence can satisfy multiple standards.
  </Card>

  <Card title="Trust & Security" icon="shield" href="/user-guide/trust-and-security">
    Data residency, encryption, AI model usage, audit trail, GDPR
    rights, and EU AI Act compliance.
  </Card>

  <Card title="Privacy & Data" icon="lock" href="/user-guide/privacy-and-data">
    Export your data, manage your subscription, delete your account
    (GDPR Articles 15 & 17).
  </Card>
</CardGroup>
