Machine-readable docs
For the complete documentation index, see llms.txtThese 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.mdhttps://docs.unotest.com/concepts/scenarios.mdEach 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://docs.unotest.com/llms.txtIt 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.txtIn 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.