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

# Introduction

> Track every bug before your users even notice

## What is BugByBug?

BugByBug is an AI-powered error tracking and management software designed to reduce debugging time by 60%.

## Why BugByBug?

Unlike traditional log solutions, BugByBug uses a multi-stage AI pipeline to not only group and triage errors but also identify root causes and generate code-level solutions in real time,
making debugging your hobby project or a large project super easy.

## What Can BugByBug Do?

* **Errors are captured** immediately they occur via our API keys
* **Diagnose errors** using an Large Language Models (LLMs) to identify the root cause
* **Generates stack traces,** user breadcrumbs, and performance metrics of errors detected.
* **Provide immediate fixes** and long-term recommendations to avoid detected errors.

## Core Concepts & Structure

BugByBug organizes everything you send, like errors, logs, and metadata, into a simple hierarchy built for teams and multi-app environments.
This is a breakdown of the structure:

<Note>A project can be an iOS app, backend service, or frontend client.
Each project has an API key (starting with `bbb_…`) used by all SDKs</Note>

<Columns cols={2}>
  <Card title="Users" icon="user">
    Anyone who signs into BugByBug.
    Users manage organizations, create projects, and interact with analytics.
  </Card>

  <Card title="Organizations" icon="building">
    A workspace that holds your projects and data.
    One user owns one organization (for now), with plans for up to three.
  </Card>

  <Card title="Projects" icon="diagram-project">
    A project represents a single application inside an organization.
    Each project has a unique API key that the SDKs use to send errors and events.
  </Card>

  <Card title="Errors" icon="bug">
    A unique issue created by hashing the stack trace and message.
    BugByBug automatically groups recurring errors into one entry per project.
  </Card>

  <Card title="Error Events" icon="flag">
    When an error is captured, it includes metadata such as timestamps and user context that assist with debugging.
  </Card>
</Columns>

## Try BugByBug in 60 Seconds

Set up your BugByBug dashboard and see your bugs tracked in real time.

<Card title="Start here" icon="rocket" href="/quickstart" horizontal>
  Follow our 2 step quickstart guide.
</Card>
