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

# Introduction

Lark lets you ship every commit with confidence. Write tests in plain English, run them on every PR or deploy, and know in minutes if something broke.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
    Create your first workflow and run it from the dashboard or CI.
  </Card>

  <Card title="MCP" icon="plug" href="/mcp-quickstart" horizontal>
    Connect AI coding agents like Claude Code and Cursor to Lark workflows via MCP.
  </Card>
</CardGroup>

## Why Lark

**Write tests in minutes.** Skip writing e2e scripts and managing test infra. Lark handles it. Describe what you want to test and you’re done in under two minutes. Choose deterministic runs or fully AI-driven flows.

**Tests adapt as your product evolves.** When you revamp your UI or change an API, tests don’t break on selectors or brittle code. Lark adapts and alerts you to the change instead.

**Test everything.** Lark’s agents can test anything a human could: UIs, APIs, SDKs, and async workflows, all in one place.

**Catch bugs before your users do.** Run tests on every commit, pull request, or deployment. Get instant alerts with detailed logs and screenshots when something fails.

## Need help?

<CardGroup cols={1}>
  <Card title="Join our Slack" icon="slack" href="https://join.slack.com/t/larkcommunity/shared_invite/zt-3wqmfghs7-Rjbd74jt_bLac534lFwIQw" horizontal>
    Ask questions and connect with other Lark users.
  </Card>

  <Card title="Contact us" icon="envelope" href="mailto:team@getlark.ai" horizontal>
    For account or billing issues.
  </Card>
</CardGroup>
