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

# Qodo: The AI Code Quality and Governance Platform

> Deploy with confidence. Your rules, your standards.

Everything you need to set up, configure, and govern Qodo across your entire engineering organization.

<div style={{ display: "flex", alignItems: "center", gap: "8px", flexWrap: "wrap" }}>
  <a href="/get-started" style={{ display: "inline-block", backgroundColor: "#7968FA", color: "#ffffff", padding: "6px 8px", borderRadius: "6px", textDecoration: "none", fontWeight: "600", fontSize: "13px" }}>Get started with Qodo</a>
  <a href="/whats-new" style={{ display: "inline-block", border: "1px solid #4D3BA8", color: "#4D3BA8", padding: "6px 8px", borderRadius: "6px", textDecoration: "none", fontWeight: "500", fontSize: "13px" }}>What's new</a>
  <a href="/preview-research-program" style={{ display: "inline-block", border: "1px solid #4D3BA8", color: "#4D3BA8", padding: "6px 8px", borderRadius: "6px", textDecoration: "none", fontWeight: "500", fontSize: "13px" }}>💡 Research Preview Program</a>
</div>

#### The Platform

<CardGroup cols={3}>
  <Card title="Install and configure" icon="gear" href="/install-and-configure">
    Set up Qodo in your Git provider and configure it for your team.
  </Card>

  <Card title="Code Review" icon="code-pull-request" href="/code-review">
    Automated AI review on every pull request, with bugs, standards, and context-aware feedback.
  </Card>

  <Card title="Code Governance" icon="shield" href="/code-governance">
    Define and enforce engineering standards with a centralized rule system.
  </Card>

  <Card title="Administration" icon="users" href="/administration">
    Manage users, teams, SSO, and permissions from a single portal.
  </Card>

  <Card title="On-premise" icon="server" href="/on-prem">
    Deploy Qodo entirely within your own infrastructure.
  </Card>

  <Card title="Developer tools" icon="laptop-code" href="/agent-skills">
    Agent Skills and IDE plugin for shift-left review directly in your workflow.
  </Card>
</CardGroup>

<div id="home-links" style={{ display: "grid", gridTemplateColumns: "1fr 1fr", gap: "2rem", marginTop: "0.5rem" }}>
  <div>
    <h4 style={{ borderBottom: "1px solid #e0e0e0", paddingBottom: "6px", marginBottom: "12px", fontSize: "0.8rem", textTransform: "uppercase", letterSpacing: "0.05em", color: "#666" }}>Latest</h4>

    <div style={{ display: "flex", flexDirection: "column", gap: "0" }}>
      <a href="/agent-skills" className="home-link">Agent Skills</a>
      <a href="/governance/cross-repo-code-review" className="home-link">Cross-repository code review</a>
      <a href="/governance/rule-enforcement" className="home-link">Rule enforcement</a>
      <a href="/governance/rule-enforcement/rule-miner" className="home-link">Generate rules from pull request history with Rule Miner</a>
      <a href="/code-review/chat-with-qodo-in-your-pull-requests" className="home-link">Chat with Qodo in pull requests</a>
      <a href="/code-review/concepts/pr-history" className="home-link">Using PR history in code reviews</a>
    </div>
  </div>

  <div>
    <h4 style={{ borderBottom: "1px solid #e0e0e0", paddingBottom: "6px", marginBottom: "12px", fontSize: "0.8rem", textTransform: "uppercase", letterSpacing: "0.05em", color: "#666" }}>Popular</h4>

    <div style={{ display: "flex", flexDirection: "column", gap: "0" }}>
      <a href="/code-review/get-started/installation" className="home-link">Install Qodo in your Git provider</a>
      <a href="/code-review/deployment-model-support" className="home-link">Qodo deployment models by Git providers</a>
      <a href="/code-review/get-started/configuration-overview" className="home-link">Customize the code review experience</a>
      <a href="/code-review/use-qodo-in-prs" className="home-link">Use Qodo in pull requests</a>
      <a href="/code-review/integrations/ticketing-integrations" className="home-link">Use ticket context in code reviews</a>
    </div>
  </div>
</div>
