Docs for AI
Docs for LLMs and AI agents
For Agent Skills for editing content, see Agent skills.
Basedoc offers a number of ways for AI agents and LLMs to access and index your documentation. This matters in a world where agents are accessing documentation in increasing numbers, on pace to pass human access.
As you publish documentation to your hosted site (for human consumption), Basedoc works in the background on a number of agent-focused entry points to make your documentation really easy for agents and LLMs:
- creating
llms.txtandllms-full.txtfiles, which list your full documentation in Markdown - creating a Markdown version of each page on your hosted site, accessible with the
.mdextension - allowing access to Markdown pages when
Accept: text/markdownheader is used (LLMs do this when they want Markdown versions of pages) - adding "Use in AI" menus on every page allowing human visitors to quickly add documentation into their LLM of choice
- every part of every Markdown file in your project is indexed by its heading, and searchable via a public search endpoint
Coming soon:
- MCP server
- manual skills files
- automated skills files based on your content

