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

# Quickstart

> Start building structured test cases from business requirements in minutes

Follow these five simple steps:

## 1. Sign Up & Sign In

* Visit [TestGenAI.com](http://TestGenAI.com).
* Click the **Sign In** button on the homepage.
* In the Sign In form, click **Register** if you don’t have an account yet.
* Fill in your registration details to create a new account.
* After successful registration or login, you’ll be taken to the application.

## 2. Input Your Requirements

* Start a new project then select **Create Test Cases**.
* Enter your **feature requirements**, **user stories**, or **business requirements** into the input box.
* Optionally, upload documents (PDF, png, jpge, txt etc.) containing your requirements.

<CardGroup cols={2}>
  <Card title="Create Project" icon="folder-open" href="/using-testgenai/projects">
    Create a project to manage features & test cases
  </Card>

  <Card title="Modules" icon="folder" href="/using-testgenai/modules">
    Create the folder to manage epic or multiple features.
  </Card>
</CardGroup>

## 3. Generate Test Cases with AI

* Click the **Create TCs** button.
* TestGenAI will analyze your input and automatically generate **Checklist**, covering all main checklist and edge cases. Then you can expand it to **Test cases** by clicking the **Generate All TCs** button

<CardGroup cols={1}>
  <Card title="Create Test cases" icon="wand-magic-sparkles" href="/using-testgenai/create-testcases">
    Create test cases from requirements and UI images
  </Card>
</CardGroup>

## 4.  Review and Update TCs

* Review the generated test cases directly in the UI.
* Edit, customize, or add comments if needed.
* Request to update **Checklist** by clicking the **Update with changes** button
* Request to update testcase by comment on testcase

<CardGroup cols={2}>
  <Card title="Update With Changes" icon="file-pen" href="/using-testgenai/update-with-changes">
    Edit, add comments then updating Checklist following comments
  </Card>

  <Card title="Update Testcase" icon="sliders" href="/using-testgenai/update-testcase">
    Comment and request to regenerate a test case
  </Card>

  <Card title="Rebuild Checklist" icon="repeat" href="/using-testgenai/rebuild-checklist">
    Creates a  new checklist based on original requirements, ignoring current checklist
  </Card>

  <Card title="Clone Checklist" icon="copy" href="/using-testgenai/clone-checklist">
    Remove all test cases, keep the checklist, and create a new version
  </Card>

  <Card title="Translate" icon="language" href="/using-testgenai/translate">
    Creates a new version with all test cases translated to selected language
  </Card>
</CardGroup>

## 5. Export

* Select testcases to export or export all testcase
* Select fields want to export & arrange their orders
* Click **Export** to download your test cases in formats like Excel, CSV, or JSON.

<CardGroup cols={1}>
  <Card title="Export" icon="file-arrow-down" href="/using-testgenai/export">
    Export the selected test cases with selected fields and their orders
  </Card>
</CardGroup>

## What’s Next?

Learn more about plans and points to choose the right subscription or buy extra points.

<CardGroup cols={2}>
  <Card title="Plan Overview" icon="comment-dollar" href="/plan-and-points/plan-overview">
    Export the selected test cases with selected fields and their orders
  </Card>

  <Card title="How Points Work" icon="lightbulb" href="/plan-and-points/how-points-work">
    Learn how the TestGenAI's points works and manage them
  </Card>

  <Card title="Upgrade and Downgrade" icon="crown" href="/plan-and-points/upgrade-downgrade">
    Leanr how to upgrade and downgrade your plan
  </Card>

  <Card title="Buying More Points" icon="square-plus" href="/plan-and-points/buying-more-points">
    Learn how to buy more points and the conditions to buy more points
  </Card>

  <Card title="Payment Methods" icon="credit-card" href="/plan-and-points/payment-methods">
    Learn about the supported payment methods
  </Card>
</CardGroup>
