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

# What is DevBird?

> AI-powered automated development platform that creates and manages pull requests

DevBird is a fully automated development platform that uses AI coding agents to handle development tasks end-to-end. Instead of manually writing code, you describe what you need, and DevBird's AI agents create pull requests, respond to code reviews, and fix CI failures automatically.

## How it works

1. **Connect your repository** - Install the DevBird GitHub App
2. **Describe your task** - Tell DevBird what you want to build or fix
3. **AI creates PRs** - DevBird's AI agents write code and create pull requests
4. **Automatic management** - DevBird responds to reviews and fixes CI failures
5. **You review and merge** - Review the AI-generated code and merge when ready

## Key features

### Simple tasks

Perfect for straightforward development work like bug fixes, small features, or refactoring. DevBird creates one or more pull requests to complete your task.

### Composite tasks

For complex projects, DevBird breaks down your request into multiple coordinated tasks with AI-powered planning. Each task builds on previous work, creating a complete solution step by step.

### Automated PR management

* Responds to code review comments automatically
* Fixes failing CI checks without manual intervention
* Converts PRs to draft during updates to avoid confusion
* Posts task context as comments for reviewers

### Multiple AI agents

Choose from [supported AI coding agents](/devbird/getting-started/ai-agent).

## Use cases

* **Bug fixes** - Describe the bug and DevBird creates a fix
* **New features** - Request a feature and get a complete implementation
* **Refactoring** - Improve code quality with automated refactoring
* **Documentation** - Generate or update documentation automatically
* **Test coverage** - Add tests to improve code coverage
* **Complex projects** - Break down large projects into manageable tasks

## Getting started

Follow the setup guide to start using DevBird:

1. [Prerequisites](/devbird/getting-started/prerequisites) - What you need before starting
2. [Install GitHub App](/devbird/getting-started/github-app) - Connect DevBird to your GitHub repositories
3. [Set up workflow](/devbird/getting-started/github-workflow) - Add the DevBird workflow to your repository
4. [Configure AI agent](/devbird/getting-started/ai-agent) - Set up your preferred AI coding agent
5. [Create your first PR](/devbird/getting-started/first-pr) - Generate your first AI-powered pull request
