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

# Overview

> Welcome to the Dalus documentation

## What is Dalus?

Dalus enables engineering teams to **model complex hardware systems**, **manage and verify requirements**, and **preserve engineering knowledge** in a collaborative environment. Purpose-built for aerospace, defense, and hardware engineering teams building mission-critical systems.

<CardGroup cols={3}>
  <Card title="Concepts" icon="lightbulb" href="/get-started/concepts">
    Learn the core modeling concepts
  </Card>

  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    Build your first model in 10 minutes
  </Card>

  <Card title="AI Copilot" icon="sparkles" href="/feature-guides/copilot">
    Get intelligent assistance for your designs
  </Card>
</CardGroup>

***

## Core Capabilities

### Architecture & Modeling

Build complete system architectures with hierarchical parts, interfaces, and behavior models—all in one visual canvas.

<CardGroup cols={2}>
  <Card title="Structural Modeling" icon="cube" href="/feature-guides/structural_modeling">
    Create parts, ports, interfaces, and connections to model the physical and logical architecture of your system
  </Card>

  <Card title="Behavior Modeling" icon="diagram-project" href="/feature-guides/behavior_modeling">
    Define actions with Python scripts, connect them with signals, and build state machines to orchestrate system behavior
  </Card>

  <Card title="Model Navigation" icon="compass" href="/feature-guides/model-navigation">
    Navigate through hierarchical models, switch views, and explore your system architecture effortlessly
  </Card>

  <Card title="AI Copilot" icon="sparkles" href="/feature-guides/copilot">
    Generate model elements, analyze architecture, and get intelligent assistance for your design decisions
  </Card>
</CardGroup>

### Requirements & Traceability

Capture, organize, and trace requirements from specification to implementation with full bidirectional traceability.

<CardGroup cols={2}>
  <Card title="Requirements Management" icon="list-check" href="/feature-guides/requirements_management">
    Capture requirements, build hierarchies, assign to systems, and track verification status
  </Card>

  <Card title="Import & Export Requirements" icon="file-import" href="/feature-guides/import-export-requirements">
    Import requirements from Excel and CSV, export for reporting and compliance documentation
  </Card>
</CardGroup>

### Analysis & Safety

Make informed engineering decisions with structured analysis tools and comprehensive safety workflows.

<CardGroup cols={3}>
  <Card title="Trade Studies" icon="scale-balanced" href="/feature-guides/trade-studies">
    Compare design alternatives against weighted criteria to make objective engineering decisions
  </Card>

  <Card title="Hazards & Safety" icon="triangle-exclamation" href="/feature-guides/hazards">
    Identify hazards, assess risk levels, and track mitigation controls for system safety analysis
  </Card>

  <Card title="Test Cases" icon="vial" href="/feature-guides/test-cases">
    Plan, execute, and track verification tests with full traceability to requirements
  </Card>
</CardGroup>

### Collaboration & Documentation

Work together in real-time, manage documents, and maintain version history across your team.

<CardGroup cols={2}>
  <Card title="Real-time Collaboration" icon="users" href="/feature-guides/collaborate">
    Invite team members, assign roles, and work together on models simultaneously
  </Card>

  <Card title="Documents Hub" icon="folder-open" href="/feature-guides/documents-hub">
    Upload specs, drawings, 3D models, and link them to the parts they describe
  </Card>

  <Card title="Version Control" icon="clock-rotate-left" href="/feature-guides/version-control">
    Create snapshots of your model and restore to any previous state when needed
  </Card>

  <Card title="Integrations" icon="plug" href="/feature-guides/integrations">
    Connect with Excel and other tools to fit into your existing engineering workflow
  </Card>
</CardGroup>

***

## Why Engineering Teams Choose Dalus

<AccordionGroup>
  <Accordion title="Model-Based Systems Engineering" icon="sitemap">
    Move beyond documents and spreadsheets to a single source of truth. Dalus captures your system architecture, requirements, and analysis in one connected model that stays in sync as your design evolves.
  </Accordion>

  <Accordion title="Built-in Intelligence" icon="brain">
    The AI Copilot understands your model context and can generate parts, analyze architectures, process requirements from documents, and answer questions about your system design.
  </Accordion>

  <Accordion title="Full Traceability" icon="route">
    Every requirement traces to system elements, every test case links to what it verifies, and every design decision is documented. Navigate relationships bidirectionally to understand impact and coverage.
  </Accordion>

  <Accordion title="Real-time Collaboration" icon="handshake">
    Work with your team simultaneously on the same model. See changes in real-time, manage permissions with roles, and maintain a complete audit trail of who changed what and when.
  </Accordion>
</AccordionGroup>

***

## Ready to get started?

<CardGroup cols={2}>
  <Card title="Build your first model" icon="play" href="/get-started/quickstart">
    Follow our step-by-step quickstart guide to create your first system model in Dalus
  </Card>

  <Card title="Learn the concepts" icon="graduation-cap" href="/get-started/concepts">
    Understand the fundamental building blocks before diving into the tools
  </Card>
</CardGroup>
