---
title: "Docs Page Not Found"
description: "Could not find a markdown page for /docs/guides/llms-full.txt.md."
canonical_url: "https://docs.farming-labs.dev/docs/guides/llms-full.txt"
markdown_url: "https://docs.farming-labs.dev/docs/guides/llms-full.txt.md"
---

# Docs Page Not Found

Could not find a markdown page for `/docs/guides/llms-full.txt.md`.

## Closest Matches

- [llms.txt](/docs/customization/llms-txt.md) (56.3% confidence) - Auto-generate llms.txt and llms-full.txt for LLM-friendly documentation
- [docs.json](/docs/guides/docs-json.md) (38.7% confidence) - How the shared docs.json contract separates docs structure from Docs Cloud services
- [Guides](/docs/guides.md) (37.8% confidence) - Long-form playbooks for building docs that work well for humans, IDEs, and agents

## Recovery

- If a closest match looks right, fetch that markdown URL directly.
- If the match is uncertain, search the docs first and then fetch the smallest page that answers the task.
- Use the sitemap routes below to browse the full docs index before guessing another slug.

## Discovery Routes

Use these discovery routes to find the right page:

- Agent discovery spec: `/.well-known/agent.json`
- Agent discovery fallback: `/.well-known/agent`
- Agent discovery API: `/api/docs/agent/spec`
- Agent instructions: `/AGENTS.md`
- Search endpoint: `/api/docs?query={query}`
- Docs index markdown: `/docs.md`
- Requested markdown API route: `/api/docs?format=markdown&path=guides/llms-full.txt`
- Semantic sitemap: `/sitemap.md`
- Docs-scoped sitemap alias: `/docs/sitemap.md`
- Semantic sitemap well-known alias: `/.well-known/sitemap.md`
- XML sitemap: `/sitemap.xml`

The agent discovery spec is the safest first step because it lists the active markdown, sitemap, robots, search, MCP, and feedback routes for this deployment.

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
Docs-scoped sitemap: [/docs/sitemap.md](/docs/sitemap.md).
Well-known sitemap: [/.well-known/sitemap.md](/.well-known/sitemap.md).
