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

# What is Octane?

> Octane is a developer-first platform to battle-test smart contracts with cutting-edge machine learning. Our engines search for issues in your source code, and show you concretely what matters and how to fix it.

<CardGroup cols={2}>
  <Card title="When to use Octane" icon="lightbulb" href="essentials/when-to-use" />

  <Card title="What Octane detects" icon="radar" href="essentials/what-octane-detects" />
</CardGroup>

## Vulnerability Detection

Octane's vulnerability detection system employs state-of-the-art machine learning to precisely identify niche, protocol-specific bugs alongside typical coding issues. This method ensures exceptionally accurate pattern recognition, drastically reducing false alarms and surpassing the capabilities of traditional static analysis.

<CardGroup cols={2}>
  <Card title="Advanced Detectors" icon="stars" href="detectors/advanced/">
    Learn about Octane's advanced detectors
  </Card>

  <Card title="Standard Detectors" icon="code" href="detectors/standard">
    Learn about Octane's standard detectors
  </Card>
</CardGroup>

## Code Fix Engine

Octane's Code Fix Engine is built from the ground up to fix vulnerabilities in Solidity smart contracts. Once an issue is identified, Octane's Code Fix Engine spins up automatically to draft a fix. This can massively cut down on the time it takes to fix a vulnerability.

<CardGroup cols={1}>
  <Card title="Code Fix Engine" icon="wrench" href="essentials/code-fix">
    Learn about Octane's Code Fix Engine
  </Card>
</CardGroup>
