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

# Use Cases Overview

> Discover how Palmier agents can automate and enhance your software development workflow

# Use Cases Overview

Palmier provides specialized AI agents trained for specific software engineering tasks. Each agent is an expert in their domain - from comprehensive PR reviews to database optimization - working as virtual team members with deep technical knowledge and structured workflows.

## Common Use Cases

<CardGroup cols={2}>
  <Card title="Review Pull Requests" icon="git-pull-request" href="/use-cases/code-review">
    Get comprehensive code reviews on every PR with architectural feedback
  </Card>

  <Card title="Update Documentation" icon="book" href="/use-cases/documentation">
    Keep docs in sync when you ship new features or make breaking changes
  </Card>

  <Card title="Build New Features" icon="code" href="/use-cases/feature-implementation">
    Get help implementing features from design to working code
  </Card>

  <Card title="Debug Production Issues" icon="server" href="/use-cases/production-debugging">
    Analyze logs and troubleshoot database performance problems
  </Card>

  <Card title="Write Tests" icon="flask" href="/use-cases/testing">
    Create comprehensive test suites for your new code and features
  </Card>
</CardGroup>

## Getting Started

Choose a use case that matches your current needs, or start with our quickstart guide to see Palmier in action.

<Card title="Quickstart Guide" icon="rocket" href="/quickstart">
  Get up and running with Palmier in minutes
</Card>
