# Machine-readable docs

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

These docs are built to be consumed by agents as well as people.

## Per-page Markdown

Every page is available as raw Markdown by appending `.md` to its path:

```
https://docs.unotest.com/reference/dsl.md
https://docs.unotest.com/concepts/scenarios.md
```

Each page also has **Copy as Markdown** and **Open in ChatGPT / Claude** buttons
under its title.

## llms.txt

A curated index of the docs for LLMs (per [llmstxt.org](https://llmstxt.org)):

```
https://docs.unotest.com/llms.txt
```

It lists every page with a one-line description and a link to its `.md` form.

## llms-full.txt

The entire documentation concatenated as Markdown, in one fetch:

```
https://docs.unotest.com/llms-full.txt
```

## In your editor

For authoring tests in-context, the unotest **MCP server** is the richest path —
the agent reads the live app and these conventions directly. See
[Connect your editor](/agent/connect/).
