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

# AI-friendly docs

> Use Markdown pages, llms.txt, and llms-full.txt to give AI tools current Horizon documentation.

Horizon publishes its documentation in formats that AI assistants, coding
agents, and automated tools can read without parsing the website layout. Choose
the narrowest source that covers the task: one Markdown page for a focused
question, the documentation index for discovery, or the complete documentation
for broad context.

## Individual pages

Append `.md` to any Horizon documentation URL to retrieve a Markdown version of
that page. This gives an AI tool the page's structured content without the
navigation and other website elements.

For example, the Markdown version of the Quickstart is available at:

```text theme={null}
https://docs.horizon.prefect.io/quickstart.md
```

The page action menu provides the same content for people browsing the site. Use
it to copy the page as Markdown, view the Markdown version, or open the page as
context in ChatGPT or Claude.

## Documentation index

Use [llms.txt](https://docs.horizon.prefect.io/llms.txt) when an AI tool needs to
find the relevant Horizon pages first. The index lists every public page with a
short description and a link to its Markdown version. A tool can read the index,
select the pages related to the task, and fetch only those pages.

## Complete documentation

Use [llms-full.txt](https://docs.horizon.prefect.io/llms-full.txt) when a task
needs context from across the documentation or when a tool indexes the whole
site. This file combines all public Horizon documentation into one response. For
focused questions, the index and selected Markdown pages provide a smaller,
more relevant context.
