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

# Welcome to the World of Effortless Testing!

> Welcome to AutoFlow Learning Center. This is the place to find official information on how to use AutoFlow Studio for testing your applications.

<img className="block dark:hidden" src="https://mintcdn.com/autoflow/5SCiMbnEUqddTVRj/images/coverImage.png?fit=max&auto=format&n=5SCiMbnEUqddTVRj&q=85&s=f61ce043294e28a11f010e7a01997344" alt="Democratizing QA with AI Testing" width="2350" height="398" data-path="images/coverImage.png" />

<img className="hidden dark:block" src="https://mintcdn.com/autoflow/5SCiMbnEUqddTVRj/images/coverImage.png?fit=max&auto=format&n=5SCiMbnEUqddTVRj&q=85&s=f61ce043294e28a11f010e7a01997344" alt="Democratizing QA with AI Testing" width="2350" height="398" data-path="images/coverImage.png" />

## Get Started

To get started using AutoFlow Studio, check out the 'Get Started' section.

<Card title="Get Started" icon="rocket" href="get-started/welcome">
  Get started with using AutoFlow Studio
</Card>

## Test Suite

Test suite is the collection of all of your user journeys and the tests within those user journeys.

<Card title="Test Suites" icon="layer-group" href="test-creation/creating-test-suite">
  Learn how to create and manage test suites within AutoFlow Studio
</Card>

## User Journeys

User journeys are part of your test suites. User journey is formed of multiple tests in series.

<Card title="User Journeys" icon="wave-square" href="get-started/first-steps/create-first-user-journey">
  Learn how to create and manage user journeys within AutoFlow Studio
</Card>

## Tests

Test is a set of test steps. Each test should be used to test a certain set of actions. Eg. Logging in, logging out, editing profile etc.

<Card title="Tests" icon="vial" href="test-creation/creating-test">
  Learn how to create and manage tests within AutoFlow Studio
</Card>
