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

# OneTest Documentation

> AI-powered testing platform for modern teams

## Build, manage, and execute tests with AI

OneTest is the AI-powered testing platform that helps teams create, organize, and run tests faster than ever before.

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

  <Card title="AI Assistant" icon="sparkles" href="/ai/overview">
    Generate tests with AI
  </Card>

  <Card title="OQL Query Language" icon="magnifying-glass" href="/oql/overview">
    Search tests with natural language
  </Card>

  <Card title="Watch Tutorial" icon="play" href="https://youtube.com/@onetest">
    Learn with video guides
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={3}>
  <Card title="AI-Powered Generation" icon="wand-magic-sparkles">
    Create complete test cases in seconds by chatting with AI. No manual writing required.
  </Card>

  <Card title="Smart Organization" icon="folder-tree">
    Organize tests with folders, tags, and OQL queries. Find anything instantly.
  </Card>

  <Card title="Test Execution" icon="play-circle">
    Run tests, track results, and analyze failures. Real-time progress monitoring.
  </Card>

  <Card title="Version Control" icon="code-branch">
    Full test case history with version tracking. See what changed and when.
  </Card>

  <Card title="Team Collaboration" icon="users">
    Invite team members, share test suites, and collaborate on quality.
  </Card>

  <Card title="Import & Export" icon="file-import">
    Bulk import from Excel/CSV with AI-powered pipelines. Export to XLSX or ZIP.
  </Card>

  <Card title="CI/CD Integration" icon="code-branch" href="/settings/api-integrations">
    Push automated test results via ReportPortal-compatible API.
  </Card>

  <Card title="API & Integrations" icon="puzzle-piece" href="/settings/api-integrations">
    Connect CI/CD pipelines and external tools via API keys and integrations.
  </Card>
</CardGroup>

## Get Started

Choose your path:

<CardGroup cols={3}>
  <Card title="New to Testing?" icon="book-open" href="/getting-started/what-is-onetest">
    Start with the basics
  </Card>

  <Card title="Create Your First Test" icon="file-plus" href="/getting-started/quickstart">
    5-minute tutorial
  </Card>

  <Card title="Use AI Assistant" icon="robot" href="/ai/generate-tests">
    Let AI create tests for you
  </Card>
</CardGroup>
