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

# Introduction

> Bugzy is a virtual QA teammate that joins your software development lifecycle — extending test coverage, verifying changes, triaging failures, and collaborating through the tools your team already uses.

Bugzy is a virtual QA teammate that joins your software development lifecycle. It extends your test coverage, verifies every change, triages failures, and collaborates with your team through Slack, Teams, and your issue tracker — all without manual intervention.

<CardGroup cols={2}>
  <Card title="Extend test coverage" icon="shield-plus" href="/docs/capabilities/extend-coverage">
    Bugzy explores your application, creates structured test plans, and generates Playwright test automation — covering critical flows and edge cases.
  </Card>

  <Card title="Verify changes" icon="code-pull-request" href="/docs/capabilities/verify-changes">
    When a PR is opened, a ticket moves to QA, or a deployment lands, Bugzy runs the right tests and reports results back to your team.
  </Card>

  <Card title="Triage test failures" icon="bug" href="/docs/capabilities/triage-failures">
    Bugzy classifies every failure as a product bug or a test issue, auto-fixes test problems, and files real bugs in your issue tracker.
  </Card>

  <Card title="Contribute to your tests" icon="folder-open" href="/docs/capabilities/bring-your-own-tests">
    Already have a test suite? Connect your test repo, TMS, or CI results and let Bugzy contribute to and extend what you already have.
  </Card>

  <Card title="Collaborate through your tools" icon="comments" href="/docs/integrations/overview">
    Talk to Bugzy in Slack or Teams, invite it to meetings, dispute findings, and trigger test runs — just like working with any other teammate.
  </Card>

  <Card title="Verify AI-generated code" icon="robot" href="/docs/capabilities/verify-changes">
    As AI agents write more code, Bugzy tests every preview deployment and posts results as GitHub check runs — catching regressions before human review.
  </Card>
</CardGroup>

## Hiring a QA engineer vs Adding Bugzy to your team

| Factor            | QA engineer          | Bugzy                            |
| ----------------- | -------------------- | -------------------------------- |
| Ramp-up time      | Weeks                | Hours                            |
| Coverage capacity | 50–100 test cases    | Hundreds, scales with compute    |
| Availability      | Business hours       | 24/7                             |
| Maintenance       | Manual updates       | Self-healing AI                  |
| Cost model        | Salary + benefits    | Per test run                     |
| Test artifacts    | Spreadsheets / tools | Playwright code in your Git repo |

## Give Bugzy access to your tools

Bugzy integrates with the tools your team already uses:

* **Source control** — GitHub
* **Communication** — Slack, Microsoft Teams
* **Issue tracking** — Jira Cloud, Jira Server, Azure DevOps, Asana, Linear
* **Test management** — Zephyr Scale
* **Documentation** — Notion, Confluence
* **Design** — Figma *(coming soon)*
* **CI/CD** — GitHub Actions, deployment hooks, cron schedules
* **Meetings** — Zoom, Google Meet, Microsoft Teams (via [meeting bot](/docs/capabilities/meeting-bot))

Email notifications are always available — no configuration needed.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/getting-started/quickstart">
    Add Bugzy to your team in 10 minutes.
  </Card>

  <Card title="How it works" icon="diagram-project" href="/docs/getting-started/how-it-works">
    See how Bugzy participates in your development lifecycle.
  </Card>
</CardGroup>
