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

# Knowledge Base

> Answers to common questions about AI code review, coding standards enforcement, business logic validation, and more.

## Code Review

<CardGroup cols={2}>
  <Card title="How to enforce coding standards in pull requests" href="/knowledge_base/en/how-to-enforce-coding-standards-in-pull-requests">
    Automatically enforce your team's coding conventions on every PR using custom rules.
  </Card>

  <Card title="How to automate code review on GitHub, GitLab, and Bitbucket" href="/knowledge_base/en/how-to-automate-code-review">
    Set up AI-powered code review that runs automatically on every pull request.
  </Card>

  <Card title="How to create custom code review rules" href="/knowledge_base/en/how-to-create-custom-code-review-rules">
    Define rules tailored to your team's architecture, patterns, and preferences.
  </Card>

  <Card title="How to reduce code review noise and false positives" href="/knowledge_base/en/how-to-reduce-code-review-noise">
    Fine-tune suggestion limits, severity filters, and ignored paths to keep reviews focused.
  </Card>

  <Card title="What is the difference between Review Rules and Memories" href="/knowledge_base/en/difference-between-review-rules-and-memories">
    Understand when to use each type of Kody Rule for the best results.
  </Card>

  <Card title="How to teach AI your team's coding conventions" href="/knowledge_base/en/how-to-teach-ai-your-team-conventions">
    Use Memories to make Kody learn your coding preferences through natural conversation.
  </Card>
</CardGroup>

## Business Logic Validation

<CardGroup cols={2}>
  <Card title="How to validate if a PR implements a Jira ticket" href="/knowledge_base/en/how-to-validate-pr-against-jira-ticket">
    Compare your pull request against Jira acceptance criteria before merging.
  </Card>

  <Card title="How to validate Linear issues against pull requests" href="/knowledge_base/en/how-to-validate-pr-against-linear-issue">
    Ensure your PR implements what the Linear issue describes.
  </Card>

  <Card title="How to check code against Google Docs specs" href="/knowledge_base/en/how-to-check-code-against-google-docs">
    Validate implementation against specifications written in Google Docs.
  </Card>

  <Card title="How to validate business rules before merging" href="/knowledge_base/en/how-to-validate-business-rules-before-merging">
    Catch missing requirements, edge cases, and logic gaps before code reaches production.
  </Card>
</CardGroup>

## Rules & Automation

<CardGroup cols={2}>
  <Card title="How to import rules from Cursor, Copilot, or Claude" href="/knowledge_base/en/how-to-import-rules-from-ide-tools">
    Sync your existing AI coding tool rules into your code review workflow.
  </Card>

  <Card title="How to generate code review rules automatically" href="/knowledge_base/en/how-to-generate-rules-automatically">
    Let AI analyze your review history and suggest rules based on your team's patterns.
  </Card>

  <Card title="How to share coding standards across repositories" href="/knowledge_base/en/how-to-share-standards-across-repositories">
    Use rule inheritance and organization-level rules to maintain consistency.
  </Card>

  <Card title="How to review PRs with project-specific context" href="/knowledge_base/en/how-to-review-prs-with-project-context">
    Give Kody access to your project docs, handbooks, and architecture guides.
  </Card>
</CardGroup>

## Setup & Integrations

<CardGroup cols={2}>
  <Card title="How to set up AI code review on GitHub" href="/knowledge_base/en/how-to-set-up-ai-code-review-on-github">
    Install and configure Kodus for GitHub repositories in minutes.
  </Card>

  <Card title="How to set up AI code review on GitLab" href="/knowledge_base/en/how-to-set-up-ai-code-review-on-gitlab">
    Install and configure Kodus for GitLab projects.
  </Card>

  <Card title="How to set up AI code review on Azure DevOps" href="/knowledge_base/en/how-to-set-up-ai-code-review-on-azure-devops">
    Install and configure Kodus for Azure DevOps repositories.
  </Card>

  <Card title="How to connect Jira to your code review tool" href="/knowledge_base/en/how-to-connect-jira-to-code-review">
    Link Jira to enable automatic task context in your code reviews.
  </Card>

  <Card title="How to connect Linear to your code review tool" href="/knowledge_base/en/how-to-connect-linear-to-code-review">
    Link Linear to enable automatic task context in your code reviews.
  </Card>

  <Card title="Can I use my own LLM provider for code review" href="/knowledge_base/en/can-i-use-my-own-llm-provider">
    Bring your own API key and choose your preferred LLM provider.
  </Card>

  <Card title="How to self-host an AI code review tool" href="/knowledge_base/en/how-to-self-host-ai-code-review">
    Deploy Kodus on your own infrastructure with full data control.
  </Card>
</CardGroup>

## LLM Providers

<CardGroup cols={2}>
  <Card title="How to use Novita AI with Kodus" href="/knowledge_base/en/how-to-use-novita-with-kodus">
    Configure Novita's serverless GPU platform as your LLM provider.
  </Card>

  <Card title="How to use Groq with Kodus" href="/knowledge_base/en/how-to-use-groq-with-kodus">
    Configure Groq's ultra-fast inference as your LLM provider.
  </Card>

  <Card title="How to use Together AI with Kodus" href="/knowledge_base/en/how-to-use-together-ai-with-kodus">
    Configure Together AI's open-source models as your LLM provider.
  </Card>

  <Card title="How to use Fireworks AI with Kodus" href="/knowledge_base/en/how-to-use-fireworks-with-kodus">
    Configure Fireworks AI's fast inference as your LLM provider.
  </Card>
</CardGroup>

## Troubleshooting

<CardGroup cols={2}>
  <Card title="Why is my AI code review not triggering" href="/knowledge_base/en/why-is-ai-code-review-not-triggering">
    Common reasons and fixes when reviews don't start automatically.
  </Card>

  <Card title="How to fix webhook issues with GitHub or GitLab" href="/knowledge_base/en/how-to-fix-webhook-issues">
    Debug and resolve webhook connectivity problems.
  </Card>

  <Card title="Why are my code reviews paused" href="/knowledge_base/en/why-are-code-reviews-paused">
    Understand auto-pause behavior and how to resume reviews.
  </Card>
</CardGroup>
