> ## 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.

# Quickstart

> Get started with Test Companion in minutes

## Setup Your Environment

<Steps>
  <Step title="Install Browser Extension">
    Install the Test Companion browser extension to start recording your web interactions:
    [Install on Chrome Web Store](https://chromewebstore.google.com/detail/test-companion/kfpfhacjgfiekpdkccdinaddipdmgbem)
  </Step>

  <Step title="Create Your First Project">
    1. Log in to your Test Companion dashboard 2. Click "New Project" in the
       top-right corner 3. Enter project details: - Project name - Description
       (optional) 4. Click "Save Changes"
  </Step>

  <Step title="Configure Recording Key">
    1. Navigate to your project settings
    2. Find the "Recording Key" section
    3. Copy the recording key
    4. Configure the browser extension with your recording key
  </Step>
</Steps>

## Core Features

### 1. Recording Test Steps

<AccordionGroup>
  <Accordion icon="video" title="Record Web Interactions">
    1. Click the Test Companion extension icon
    2. Start recording
    3. Perform your test actions
    4. Stop recording when finished
    5. Recording will automatically upload to your project
  </Accordion>

  {" "}

  <Accordion icon="wand-magic-sparkles" title="Generate Test Cases">
    1. Navigate to your recorded steps 2. Click "Generate New Test Cases" 3. Wait
       for AI-powered analysis 4. Review and manage generated test cases
  </Accordion>

  <Accordion icon="bug" title="Create Bug Reports">
    1. Open your recording
    2. Click "Report Bug"
    3. Describe the issue (type or voice)
    4. Generate structured bug report
    5. Review and edit as needed
  </Accordion>
</AccordionGroup>

### 2. Requirements Management

<CardGroup cols={2}>
  <Card title="Add Requirements" icon="list-check">
    Two ways to create requirements:

    * Type requirements directly
    * Use voice recording for natural input
  </Card>

  <Card title="AI Processing" icon="robot">
    Our AI automatically:

    * Structures requirements
    * Assigns priority levels
  </Card>
</CardGroup>

## Project Organization

Organize your testing artifacts efficiently:

<CardGroup cols={3}>
  <Card title="Recordings" icon="video">
    Capture and store web interactions
  </Card>

  {" "}

  <Card title="Test Cases" icon="flask">
    AI-generated test scenarios
  </Card>

  <Card title="Bug Reports" icon="bug">
    Structured issue documentation
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Test Case Generation" icon="book" href="essentials/test-cases">
    Learn how to generate test cases
  </Card>

  {" "}

  <Card title="Bug Report Generation" icon="code" href="essentials/bug-reports">
    Learn how to generate bug reports
  </Card>

  {" "}

  <Card title="Requirements Management" icon="star" href="essentials/requirements">
    Learn how to add requirements to recorded steps
  </Card>

  <Card title="Settings" icon="code" href="essentials/settings">
    Manage your API keys and subscription
  </Card>
</CardGroup>

<Note>Need help? Contact our support team at [support@test-companion.com](mailto:support@test-companion.com).</Note>
