> ## Documentation Index
> Fetch the complete documentation index at: https://allhandsai-feature-use-case-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Cases Overview

> Explore how OpenHands can help with common software development challenges

OpenHands supports a wide variety of software development tasks. Here are some of the key use cases where OpenHands can help accelerate your work.

Each use case can be implemented in different ways—as a one-off conversation, a scheduled [automation](/openhands/usage/automations/overview), a [plugin](https://github.com/OpenHands/extensions), or through the [SDK](/sdk/index). Pick the approach that fits your workflow.

## Ship Code Faster

<CardGroup cols={2}>
  <Card title="Review PRs" icon="code-pull-request" href="/openhands/usage/use-cases/code-review">
    Automated PR reviews to maintain code quality and catch bugs early.
  </Card>

  <Card title="Fix Merge Conflicts" icon="code-merge" href="/openhands/usage/use-cases/merge-conflicts">
    Intelligently resolve merge conflicts by understanding both changes.
  </Card>

  <Card title="QA Testing" icon="vial" href="/openhands/usage/use-cases/qa-changes">
    Validate PR changes by actually running the software as a real user would.
  </Card>

  <Card title="Keep Docs Up to Date" icon="book" href="/openhands/usage/use-cases/docs-maintenance">
    Automatically update documentation when code changes.
  </Card>

  <Card title="Automate Release Notes" icon="clipboard-list" href="/openhands/usage/use-cases/release-notes">
    Generate changelogs from git history with proper categorization.
  </Card>
</CardGroup>

## Keep Engineering Systems Healthy

<CardGroup cols={2}>
  <Card title="Fix CI Pipelines" icon="gears" href="/openhands/usage/use-cases/fix-ci-pipelines">
    Diagnose and fix CI/CD failures to get builds green again.
  </Card>

  <Card title="Manage Dependencies" icon="arrow-up-right-dots" href="/openhands/usage/use-cases/dependency-upgrades">
    Automate dependency updates and handle breaking changes.
  </Card>

  <Card title="Triage Incidents" icon="triangle-exclamation" href="/openhands/usage/use-cases/incident-triage">
    Quickly investigate production incidents and generate fixes.
  </Card>

  <Card title="Clean Up Logs" icon="file-lines" href="/openhands/usage/use-cases/clean-logs">
    Improve logging quality for better debugging and observability.
  </Card>

  <Card title="Tune Memory and CPU" icon="gauge-high" href="/openhands/usage/use-cases/tune-resources">
    Optimize resource usage for better performance and cost savings.
  </Card>
</CardGroup>

## Improve Security and Quality

<CardGroup cols={2}>
  <Card title="Fix Vulnerabilities" icon="shield-halved" href="/openhands/usage/use-cases/vulnerability-remediation">
    Identify and fix security vulnerabilities in your codebase.
  </Card>

  <Card title="Security Review" icon="shield-check" href="/openhands/usage/use-cases/security-review">
    Security-focused code review covering OWASP Top 10 and best practices.
  </Card>

  <Card title="Discover Vulnerabilities" icon="magnifying-glass" href="/openhands/usage/use-cases/discover-vulnerabilities">
    Proactively scan for CVEs, secrets, and insecure code patterns.
  </Card>

  <Card title="Zero-Day Response" icon="bolt" href="/openhands/usage/use-cases/zero-day-response">
    Rapidly assess and respond to critical security vulnerabilities.
  </Card>

  <Card title="Audit Accessibility" icon="universal-access" href="/openhands/usage/use-cases/accessibility">
    Check for WCAG compliance and improve accessibility.
  </Card>

  <Card title="Architecture Review" icon="sitemap" href="/openhands/usage/use-cases/architecture-review">
    Evaluate architecture for scalability and maintainability.
  </Card>
</CardGroup>

## Turn Requests into Workflows

<CardGroup cols={2}>
  <Card title="Slack Responder" icon="slack" href="/openhands/usage/use-cases/slack-responder">
    Automated Slack bot that responds to engineering questions.
  </Card>

  <Card title="SEO Optimization" icon="chart-line" href="/openhands/usage/use-cases/seo">
    Audit and improve meta tags, structured data, and performance.
  </Card>

  <Card title="Internationalization" icon="globe" href="/openhands/usage/use-cases/internationalization">
    Add multi-language support with string extraction and i18n setup.
  </Card>
</CardGroup>

## Legacy Modernization

<CardGroup cols={2}>
  <Card title="COBOL Modernization" icon="arrows-rotate" href="/openhands/usage/use-cases/cobol-modernization">
    Understand and modernize legacy COBOL systems.
  </Card>

  <Card title="Spark Migrations" icon="database" href="/openhands/usage/use-cases/spark-migrations">
    Migrate Apache Spark applications across versions.
  </Card>
</CardGroup>

## Automate Any Use Case

Many use cases work best as scheduled automations. Browse ready-to-use automation templates on the [Automations Overview](/openhands/usage/automations/overview) page—just copy a prompt and paste it into OpenHands.

<CardGroup cols={3}>
  <Card title="View Automation Templates" icon="clock" href="/openhands/usage/automations/overview">
    Ready-to-use prompts for vulnerability scans, code reviews, monitoring, and more.
  </Card>

  <Card title="Browse Plugins" icon="puzzle-piece" href="https://github.com/OpenHands/extensions">
    Explore plugins in the OpenHands extensions repository for extended capabilities.
  </Card>

  <Card title="Build with the SDK" icon="code" href="/sdk/index">
    Build custom workflows and integrations using the Software Agent SDK.
  </Card>
</CardGroup>
