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

# CodeAnt AI

> AI agents that review every pull request and continuously secure your code, cloud, and runtime.

<div className="docs-home">
  ## Review and gate every change

  <div className="docs-home__section-intro">Every pull request is reviewed in depth, with security and quality findings grounded in full codebase context.</div>

  <CardGroup cols={3}>
    <Card title="Pull Request Review" icon="code-pull-request" href="/pull_request/howToUse">
      Review every pull request line by line, catch bugs and security risks, and
      apply suggested fixes before merge.
    </Card>

    <Card title="IDE" icon="laptop-code" href="/ide/setup/vscode">
      Catch security and quality issues before commit in VS Code, Cursor,
      JetBrains, Visual Studio, and Windsurf.
    </Card>

    <Card title="CLI" icon="terminal" href="/cli/setup">
      Run the same agentic review locally or in CI, automate git hooks, and
      invoke reviews from your terminal or coding agent.
    </Card>
  </CardGroup>

  ## Secure code, cloud, and runtime

  <div className="docs-home__section-intro">Continuously find misconfigurations, vulnerable packages, exposed secrets, and attack paths — then prioritize what is actually risky.</div>

  <CardGroup cols={3}>
    <Card title="Scan Center" icon="shield-halved" href="/scan_center/analysis_configuration">
      Scan SAST, secrets, IaC misconfigurations, third-party packages, and risky
      licenses in one unified workflow.
    </Card>

    <Card title="Cloud Security" icon="cloud" href="/cloud_security/cspm">
      Detect cloud misconfigurations across AWS, Google Cloud, and Azure, mapped
      to the attack paths that make them matter.
    </Card>

    <Card title="Control Center" icon="browser" href="/control_center">
      Track security and code health across every repository, rank the most
      impactful risks, and manage fixes from one dashboard.
    </Card>
  </CardGroup>

  <div className="docs-home__rule" role="separator" />

  ## Start with your stack

  <div className="docs-home__section-intro">Connect your source control, open a pull request, and receive your first review in minutes.</div>

  <CardGroup cols={2}>
    <Card title="Quickstart" icon="rocket" href="/quickstart">
      Install CodeAnt AI, sign in, and run your first review.
    </Card>

    <Card title="Connect your SCM" icon="plug" href="/setup/github">
      Follow setup guides for GitHub, GitLab, Bitbucket, and Azure DevOps.
    </Card>
  </CardGroup>
</div>
