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

# Quickstart

> Choose your path: Stably Cloud or Stably CLI. Both ways give you AI-powered test creation, auto-fix, and full Playwright compatibility.

## Welcome to Stably

Stably is an AI-powered testing platform that works with your existing Playwright tests. We don't replace Playwright—we enhance it with intelligent test generation, automatic maintenance, and seamless cloud execution.

<Tip>
  **100% 🎭 Playwright Compatible**: All Stably tests are standard Playwright tests. You can run them with `npx playwright test` anytime, anywhere. No lock-in, no proprietary formats.
</Tip>

## Choose Your Path

We make creation, maintenance, and execution of tests easy. To do this, we offer two experiences that share many similarities. If you want a visual interface with AI assistance (no coding required), use **<Icon icon="cloud" /> Stably Web**. If you prefer working in your terminal, use the **<Icon icon="terminal" /> Stably CLI**.

<CardGroup cols={2}>
  <Card title="Stably Web" icon="cloud" href="/stably2/web-quickstart" cta="Quick start">
    **Visual** web UI for test creation, scheduling, and management
  </Card>

  <Card title="Stably CLI" icon="terminal" href="/stably-cli/quickstart" cta="Quick start">
    **Code-first approach** with AI agent for local development and flexible test execution
  </Card>
</CardGroup>

## Unsure where to start?

The innovation with Stably is that we don’t lock you in. We aim to be the most flexible platform out there.
You can move freely between paths—both are powered by our SDK ([learn more](/what-is-stably-ai)).

<Tip>Still unsure? **Start with the [web](/stably2/web-quickstart)**, it's the quickest way to get started!</Tip>

## Looking for the raw Stably SDK?

The [Stably Web Editor](/stably/stably-web-editor) and the [Stably CLI](/stably-cli/commands) wrap our [SDK](/stably-sdk/overview). If you just want our Playwright-compatible AI primitives, you can use the SDK directly. It includes methods like AI assertions, AI extractions, and an AI Agent that can do multi-step actions on your behalf.

## Want to learn more first?

<Card title="What is Stably" icon="graduation-cap" href="/what-is-stably-ai" cta="Learn More">
  Stably brings AI superpowers to Playwright — alongside an optional editor Web or CLI experience.
</Card>
