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

# AutoIQ — Getting started

> Install AutoIQ and connect an OBD-II adapter for desktop diagnostics.

<div className="hero-section" style={{ textAlign: 'left', padding: '0' }}>
  # Get started with AutoIQ

  **OBD-II desktop diagnostics for drivers & repair shops.**
</div>

<Note>
  Download AutoIQ at [autoiq.pro](https://autoiq.pro)
</Note>

***

## Quick start

<Steps>
  <Step title="Download AutoIQ" icon="download">
    Get the latest Windows installer (`.exe`) from [autoiq.pro](https://autoiq.pro).
  </Step>

  <Step title="Install on Windows" icon="laptop">
    Run the installer. If Windows SmartScreen or Defender blocks it, see [Install on Windows](/autoiq/install-windows) for driver signing and unsigned installer steps.

    <Check>AutoIQ launches and shows the main window</Check>
  </Step>

  <Step title="Connect your adapter" icon="plug">
    Plug in a supported OBD-II USB adapter. Install the driver if prompted. See [Supported adapters](/autoiq/adapters).
  </Step>

  <Step title="Connect to vehicle" icon="car">
    Turn the ignition to ON (engine can be off). In AutoIQ, select your adapter and connect. View live data, PIDs, and freeze frames.
  </Step>
</Steps>

***

## What you'll need

<CardGroup cols={3}>
  <Card title="Windows PC" icon="windows">
    Windows 10 or later
  </Card>

  <Card title="OBD-II Adapter" icon="usb">
    ELM327-style USB adapter
  </Card>

  <Card title="Vehicle" icon="car">
    1996+ OBD-II compliant
  </Card>
</CardGroup>

***

## Next steps

<CardGroup cols={2}>
  <Card title="Install on Windows" icon="windows" href="/autoiq/install-windows">
    Detailed installation guide
  </Card>

  <Card title="Supported adapters" icon="usb" href="/autoiq/adapters">
    Compatible OBD-II adapters
  </Card>

  <Card title="FAQ" icon="circle-question" href="/autoiq/faq">
    Common questions answered
  </Card>

  <Card title="Changelog" icon="clock-rotate-left" href="/autoiq/changelog">
    Latest updates & releases
  </Card>
</CardGroup>
