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

# Introduction

**TMS ONE** is a modern test management platform built for QA engineers, product owners, business analysts, and development teams.

It helps your team manage, organise, and execute testing processes — from writing test cases to running automated scripts — all in one place.

***

## Where do you want to start?

<CardGroup cols={3}>
  <Card title="I'm a QA Engineer" icon="flask" href="/getting-started/quickstart">
    Write and organise test cases, run manual and automated tests, track results, and log defects.
  </Card>

  <Card title="I'm a Product Owner or BA" icon="lightbulb" href="/po/ai-test-generation">
    Generate test cases from acceptance criteria using AI, and review test coverage across your project.
  </Card>

  <Card title="I'm setting up the team" icon="gear" href="/admin/inviting-users">
    Invite users, configure roles and permissions, and connect your project to Jira or your CI/CD pipeline.
  </Card>
</CardGroup>

***

## What's in TMS ONE

| Feature                       | What it does                                                              |
| ----------------------------- | ------------------------------------------------------------------------- |
| **Test Case Management**      | Create, organise, and import test cases by module                         |
| **AI Test Generation**        | Generate Gherkin-style test cases from acceptance criteria using AI       |
| **Test Execution**            | Run tests manually and track pass/fail/blocked outcomes                   |
| **Automation (Test Builder)** | Generate and execute Playwright scripts from your manual test cases       |
| **API Runner**                | Build and run API request collections with environment variables          |
| **Defect Management**         | Log, track, and manage defects from test runs with a Kanban board         |
| **Execution History**         | View results for manual runs, automation runs, and API tests in one place |
| **Wiki**                      | Document test strategies, guidelines, and project notes                   |
| **Integrations**              | Connect with Jira, GitHub Actions, and Azure DevOps                       |

***

## New here?

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Key Concepts" icon="book" href="/getting-started/key-concepts">
    Understand projects, modules, test cases, and runs before you begin
  </Card>
</CardGroup>
