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

# Reports Overview

> Track and analyze pull request activity across your organization's repositories with CodeRabbit's reporting feature. Set up scheduled reports with customizable prompts.

export const ProPlanBadge = ({tip = "This feature is available as part of the Pro, Pro+ and Enterprise plans. Please refer to our pricing page for more information about our plans and features.", title = "Pro Plan", cta = "Read more", href = "https://coderabbit.ai/pricing", disabled = false}) => {
  return <Tooltip tip={tip} cta={cta} href={href}>
        <Badge icon="shield-check" disabled={disabled || undefined}>
            {title}
        </Badge>
    </Tooltip>;
};

<ProPlanBadge />

CodeRabbit's reporting feature helps you track pull request activity, review patterns, and team performance across your organization's repositories. Generate insights about code review cycles, contributor activity, and quality metrics to improve your development workflow.

## Report types

<CardGroup cols={2}>
  <Card title="Scheduled reports" href="/guides/scheduled-reports" icon="calendar">
    Set up automated, recurring reports delivered to your team on a schedule via
    email, Discord, Slack, or Teams. **Recommended for ongoing monitoring**.
  </Card>
</CardGroup>

<Tip>
  **Recommended approach**: Use scheduled reports for regular team updates and
  performance tracking.
</Tip>

## Customize reports using natural language

For scheduled reports, you define the shape and content of your reports by providing a prompt that instructs CodeRabbit about the report you want, using natural language. The scheduled reports interface includes several example prompts that you can choose from, or you can write your own prompt. For more information, see [Customize reports](/guides/custom-reports).

## What's next

* [Schedule reports](/guides/scheduled-reports)
