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

# Introduction

> What Nexus is, how it works, and what it can do for your engineering workflow.

## What is Nexus?

Nexus is Cosmon's AI agent for engineering. It connects directly to your installed CAD and simulation software and lets you control it through conversation — creating geometry, running analyses, debugging errors, and extracting results.

Unlike general-purpose AI assistants, Nexus has real access to your tools. When you ask it to create a sketch, it creates it in SolidWorks. When you ask it to run a mesh, it runs it in Ansys.

## What Nexus can do

<CardGroup cols={2}>
  <Card title="CAD" icon="cube">
    Model and draft parts, run DFMA and design reviews, stack up tolerances, reverse engineer scans, and automate bulk CAD work — directly inside SolidWorks and other CAD tools.
  </Card>

  <Card title="CAE" icon="chart-line">
    Set up simulations from scratch, diagnose solver failures, extract results, and generate reports — across Ansys, COMSOL, Abaqus, and Star-CCM+.
  </Card>
</CardGroup>

## How it works

Nexus sits between you and your software. You describe what you want, Nexus determines the right sequence of operations, calls the appropriate tools in your CAD or simulation package, and reports back with results.

```
You → Nexus → SolidWorks / Ansys / COMSOL / Abaqus / Star-CCM+ → Results
```

The Cosmon Connector runs on your machine and gives Nexus secure, local access to your installed software. No files leave your machine without your knowledge.

## Explore Nexus

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Connect your tools and run your first command in minutes.
  </Card>

  <Card title="Prompting Guide" icon="pen-to-square" href="/getting-started/quickstart#prompting-guide">
    Learn the eight rules for getting precise, reliable results.
  </Card>

  <Card title="Workflows" icon="repeat" href="/getting-started/workflows">
    Train Nexus on a repeatable task once, then re-run it with a button.
  </Card>

  <Card title="CAD" icon="cube" href="/cad/drawing-creation">
    Modeling, drafting, DFMA, tolerance stack-up, and more.
  </Card>

  <Card title="CAE" icon="chart-line" href="/cae/preprocessing">
    Preprocessing, troubleshooting, and postprocessing.
  </Card>

  <Card title="Supported Software" icon="list-check" href="/getting-started/supported-software">
    CAD and simulation platforms supported by Nexus, with version requirements.
  </Card>
</CardGroup>
