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

## What llms.txt is

[`/llms.txt`](/llms.txt) is a plain-text index of Lithi's public documentation, written for language models rather than browsers. It lists the current pages an AI can read and links to each one directly.

## Reading a single page as Markdown

Every public Docs, Help, and Trust page also has a Markdown alternate at the same path with `.md` appended. Use `Copy as Markdown` on any page, or fetch the `.md` path directly, to get the canonical source your agent can parse.

## Why this replaces scraping

Reading `/llms.txt` and its linked pages returns the same current, reviewed content a person sees, in a format built for parsing. It never falls back to cached or outdated training knowledge.

## Combine it with a skill or MCP

An AI reading `/llms.txt` still needs a [skill](/docs/agent-resources/skills) or [MCP](/docs/agent-resources/mcp) connection to act on what it reads; the index itself is read-only.