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

# Bug Report Generation

> Learn how to create and manage bug reports from your recordings

## Creating Bug Reports

Generate detailed bug reports from your recorded interactions with AI assistance.

### Prerequisites

* Test Companion browser extension installed
* At least one recorded web interaction
* Active Test Companion account

### Step-by-Step Guide

#### 1. Record Your Interaction

Use the Test Companion browser extension to capture the bug:

* Click the extension icon in your browser
* Start recording
* Reproduce the steps that demonstrate the bug
* Stop recording when finished

#### 2. Access Recorded Steps

* Navigate to your Test Companion dashboard
* Select the "Recordings" section
* Locate and open the recording containing the bug

#### 3. Initiate Bug Report

* Click the "Report Bug" button at the top of the recording page
* You'll be automatically directed to the bug report creation page

#### 4. Describe the Bug

Two ways to provide bug details:

* **Type**: Enter the bug description directly in the text editor
* **Voice**: Use the voice recording feature to describe the bug verbally

#### 5. Generate Report

* Click the "Generate" button
* Our AI will analyze your recording and description
* A structured bug report will be created automatically

<Note>
  The bug report generation process combines your input with AI analysis of the
  recording to create comprehensive, reproducible bug reports.
</Note>

### Managing Bug Reports

After generation, you have several options:

<CardGroup cols={2}>
  <Card title="Edit Report" icon="pen-to-square">
    Modify bug details, steps to reproduce, or expected behavior
  </Card>

  <Card title="Delete Report" icon="trash">
    Remove unnecessary or duplicate bug reports
  </Card>

  {" "}

  <Card title="Refine with AI" icon="wand-magic-sparkles">
    Enhance bug descriptions and steps with AI assistance
  </Card>

  <Card title="Generate New" icon="plus">
    Create additional bug reports from the same recording
  </Card>
</CardGroup>

### Bug Report Structure

Each generated report includes:

* Bug title and description
* Steps to reproduce
* Expected vs actual behavior
* Environment details
* Screenshots from recording
* Priority level
* Status tracking

<Tip>
  Use the voice recording feature for quick bug reporting during testing
  sessions. Our AI will convert your speech to a structured bug report
  automatically.
</Tip>

## Next Steps

* [Export bug reports](/features/export)
* [Manage test cases](/features/test-cases)
* [Track requirements](/features/requirements)
