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

# AI Features Overview

> How CodeThreat's AI improves security accuracy and provides intelligent insights

CodeThreat's AI engine analyzes your code with human-like understanding to eliminate false positives and provide intelligent security insights.

## Agentic Security - AI That Acts Autonomously

CodeThreat's AI doesn't wait for instructions - it actively works as an autonomous security engineer on your team.

## Agentic Security Capabilities

CodeThreat's AI agents operate autonomously to analyze code and provide intelligent security insights.

<CardGroup cols={2}>
  <Card title="False Positive Elimination" icon="filter" href="/ai/false-positive-elimination">
    Analyzes deterministic SAST results to reduce false positives
  </Card>

  <Card title="PR Reviews" icon="code-pull-request" href="/ai/pr-reviews">
    Reviews pull requests with contextual security analysis
  </Card>

  <Card title="Agentic SAST" icon="brain-circuit" href="/platform/agentic-sast">
    Deep code analysis for complex vulnerabilities
  </Card>

  <Card title="Security Analysis" icon="magnifying-glass-chart" href="/ai/security-analysis">
    On-demand repository security analysis
  </Card>
</CardGroup>

## False Positive Elimination

The False Positive Elimination agent analyzes deterministic SAST results to reduce false positives by understanding code context, framework protections, and actual exploitability.

[Learn more →](/ai/false-positive-elimination)

## Agentic SAST

Agentic SAST performs deep code analysis using graph-based analysis to identify logic flaws, authorization issues, and design failures that traditional rule-based SAST cannot detect.

[Learn more →](/platform/agentic-sast)

## Enable AI Features

<Steps>
  <Step title="Navigate to Settings">
    Go to **Repository Settings** → **AI Features**
  </Step>

  <Step title="Enable Features">
    Toggle the AI features you want:

    * ✅ **False Positive Elimination** (works on deterministic SAST results)
    * ✅ **AI PR Reviews**
    * ✅ **Agentic SAST**
  </Step>

  <Step title="Save Configuration">
    Click **Save** to activate AI features
  </Step>
</Steps>

## What's Next?

<CardGroup cols={2}>
  <Card title="False Positive Elimination" icon="filter" href="/ai/false-positive-elimination">
    Set up automatic filtering
  </Card>

  <Card title="AI PR Reviews" icon="code-pull-request" href="/ai/pr-reviews">
    Enable intelligent PR analysis
  </Card>
</CardGroup>
