---
title: "Agentic testing | Grafana Cloud documentation"
description: "Use Agentic testing in Grafana Cloud to create functional browser tests from plain-language user journeys without writing test scripts."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Agentic testing

Create resilient functional browser tests by describing user journeys in plain language. Run each step in a real browser on Grafana Cloud and review actionable results without writing k6 scripts.

* * *

## Overview

> Note
> 
> **Agentic testing** is an [experimental feature](/docs/release-life-cycle/). Engineering and on-call support is not available. Functionality, UI, and availability may change.

**Agentic testing** helps you validate critical user flows with functional browser tests. You describe what should happen in plain language, and Grafana Cloud runs the journey in a browser and reports step-level pass/fail results with logs and a session recording.

Agentic testing sits alongside [Performance testing](/docs/grafana-cloud/testing/k6/) and [Synthetic Monitoring](/docs/grafana-cloud/testing/synthetic-monitoring/) under **Testing &amp; synthetics**. Use it when you want to confirm that important journeys work after a change without hand-writing browser test scripts.

## Explore

[Introduction  
\
Learn what Agentic testing is, when to use it, and how it compares to Performance testing and Synthetic Monitoring.](./introduction/)

[Create browser tests from plain-language user journeys  
\
Describe a user flow in natural language, run it in a browser on Grafana Cloud, and review pass/fail results with logs and a session recording.](./create-browser-tests-from-plain-language-user-journeys/)

[Create and manage secrets for Agentic testing  
\
Store encrypted credentials and reference them as $SECRET\_NAME in user journey steps without saving plain text in your tests.](./create-and-manage-secrets/)
